#640 Rename /workstation ref to /silverblue
Merged 5 years ago by mohanboddu. Opened 5 years ago by walters.
walters/pungi-fedora ref-silverblue  into  master

Rename /workstation ref to /silverblue
Colin Walters • 5 years ago  
file modified
+2 -2
@@ -859,8 +859,8 @@ 

                  "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',

file modified
+2 -2
@@ -175,13 +175,13 @@ 

  $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

  

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

also need to merge at same time as https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org/thread/V4AMRMWOWIAPZFQTLUBWNDD3FU5OQOZX/

we should create aliases in the repo for workstation->silverblue so that existing systems can continue to get updates, right?

once these are merged can you open PRs for f29 as well?

@dustymabe Can you take care of merging all of this at once since (AIUI) only you have access to all the relevant repos?

we should create aliases in the repo for workstation->silverblue so that existing systems can continue to get updates, right?

Yeah, for rawhide, might as well. I'd say we just delete the 29/workstation ref since its first commit was yesterday.

I'd like to get a review from @mohanboddu - also I'll need a member of releng or infra to push the robosignatory changes

Pull-Request has been merged by mohanboddu

5 years ago
Metadata