ostree sync is part of new-updates-sync
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
parent
81da2239d6
commit
e2a452e5f8
11
nightly.sh
11
nightly.sh
@ -174,17 +174,6 @@ $RSYNCPREFIX compose-partial-copy --arch=aarch64 \
|
||||
$RSYNCPREFIX rm "$RSYNCSECTARGET/.composeinfo"
|
||||
$RSYNCPREFIX ./releng/scripts/build_composeinfo "$RSYNCSECTARGET/" --name "$NEWCOMPOSE_ID"
|
||||
|
||||
|
||||
# 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}/silverblue"
|
||||
ostree summary -u --repo=$ATOMICDESTREPO # update summary file
|
||||
done
|
||||
|
||||
# Push branched base container image to fedora registry
|
||||
./releng/scripts/sync-latest-container-base-image.sh 29
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user