From cf6e239daf991310eaff6aceaa1d8a443b062f42 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Dec 02 2019 12:07:08 +0000 Subject: doc: specify an image name Otherwise the image defined in playbooks is used. Which is obviously the current one, not the one we are upgrading to. Merges: #1121 --- diff --git a/doc/how_to_upgrade_builders.rst b/doc/how_to_upgrade_builders.rst index 04d0ba6..c82d068 100644 --- a/doc/how_to_upgrade_builders.rst +++ b/doc/how_to_upgrade_builders.rst @@ -83,7 +83,7 @@ Prepare VM for snapshot Open a ssh connection to ``copr-be-dev.cloud.fedoraproject.org`` and run:: # su - copr - $ copr-builder-image-prepare-cloud.sh os:x86_64 # or ppc64le + $ copr-builder-image-prepare-cloud.sh os:x86_64 Fedora-Cloud-Base-30-1.2.x86_64 # or ppc64le ... snip ... TASK [disable offloading] ***************************************************** Wednesday 14 August 2019 13:31:27 +0000 (0:00:05.603) 0:03:47.402 ****** @@ -101,7 +101,7 @@ where the problem is - fix the following playbook files:: Repeat the fixing of playbooks till the script finishes properly:: - $ copr-builder-image-prepare-cloud.sh os:x86_64 + $ copr-builder-image-prepare-cloud.sh os:x86_64 Fedora-Cloud-Base-30-1.2.x86_64 ... see the output instructions ... TASK [disable offloading] ***************************************************** Wednesday 14 August 2019 13:31:27 +0000 (0:00:05.603) 0:03:47.402 ******