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 <walters@verbum.org>
This commit is contained in:
Colin Walters 2018-08-26 08:54:31 -04:00
parent d29ac7e60f
commit 7650581af0
2 changed files with 4 additions and 4 deletions

View File

@ -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/29/x86_64/workstation",
"ostree_update_ref=fedora/29/x86_64/workstation",
"ostree_install_ref=fedora/29/x86_64/silverblue",
"ostree_update_ref=fedora/29/x86_64/silverblue",
],
'template_repo': 'https://pagure.io/fedora-lorax-templates.git',
'template_branch': 'master',

View File

@ -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