Revert "Moving the ostree sync to new-updates-sync"

This reverts commit f2aeb1d60f3cf626e8275237a7a62c269e478600.

Signed-off-by: Mohan Boddu mboddu@bhujji.com
This commit is contained in:
Mohan Boddu 2018-09-28 15:04:31 -04:00
parent e0f1816357
commit 6af6c6b22d

View File

@ -174,6 +174,17 @@ $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 rawhide base container image to fedora registry
./releng/scripts/sync-latest-container-base-image.sh 30