From 3b0c291d85573bd6a33886a8b52502898b31f212 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Jun 27 2022 10:16:22 +0000 Subject: docs: slight simplification of the chroot EOL command Merges: #2224 --- diff --git a/doc/how_to_manage_chroots.rst b/doc/how_to_manage_chroots.rst index b4c05a2..a27a3b0 100644 --- a/doc/how_to_manage_chroots.rst +++ b/doc/how_to_manage_chroots.rst @@ -99,8 +99,9 @@ comfortably deal with it. It can be done like this :: - copr-frontend alter-chroot --action eol fedora-31-x86_64 fedora-31-i386 \ - fedora-31-ppc64le fedora-31-aarch64 fedora-31-armhfp fedora-31-s390x + fv=34 + copr-frontend alter-chroot --action eol fedora-$fv-x86_64 fedora-$fv-i386 \ + fedora-$fv-ppc64le fedora-$fv-aarch64 fedora-$fv-armhfp fedora-$fv-s390x After running such command, no data are going to be removed. All repositories for the chroot are preserved. It is just disabled and users can't build new packages in it anymore.