From 78eccb204d8d862f2b640c213c5d300e8d6a7902 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Aug 26 2018 12:54:48 +0000 Subject: Rename /workstation ref to /silverblue Following up on https://pagure.io/pungi-fedora/pull-request/631 Note this will also require a change to the ws-ostree-config git. Signed-off-by: Colin Walters --- diff --git a/fedora.conf b/fedora.conf index 2f39f35..58fef0b 100644 --- a/fedora.conf +++ b/fedora.conf @@ -859,8 +859,8 @@ ostree_installer = [ "ostree_install_repo=https://kojipkgs.fedoraproject.org/compose/atomic/repo/", "ostree_update_repo=https://kojipkgs.fedoraproject.org/atomic/repo/", "ostree_osname=fedora-workstation", - "ostree_install_ref=fedora/rawhide/x86_64/workstation", - "ostree_update_ref=fedora/rawhide/x86_64/workstation", + "ostree_install_ref=fedora/rawhide/x86_64/silverblue", + "ostree_update_ref=fedora/rawhide/x86_64/silverblue", ], 'template_repo': 'https://pagure.io/fedora-lorax-templates.git', 'template_branch': 'master', diff --git a/nightly.sh b/nightly.sh index 335326c..fe7067e 100755 --- a/nightly.sh +++ b/nightly.sh @@ -175,13 +175,13 @@ $RSYNCPREFIX rm "$RSYNCSECTARGET/.composeinfo" $RSYNCPREFIX ./releng/scripts/build_composeinfo "$RSYNCSECTARGET/" --name "$NEWCOMPOSE_ID" -# sync over atomic host/workstation to the unified ostree repo +# sync over Atomic Host and Silverblue to the unified ostree repo for arch in x86_64 aarch64 ppc64le; do ostree pull-local --repo=$ATOMICDESTREPO $ATOMICSRCREPO --depth=-1 "fedora/rawhide/${arch}/atomic-host" ostree summary -u --repo=$ATOMICDESTREPO # update summary file done for arch in x86_64; do - ostree pull-local --repo=$ATOMICDESTREPO $ATOMICSRCREPO --depth=-1 "fedora/rawhide/${arch}/workstation" + ostree pull-local --repo=$ATOMICDESTREPO $ATOMICSRCREPO --depth=-1 "fedora/rawhide/${arch}/silverblue" ostree summary -u --repo=$ATOMICDESTREPO # update summary file done