From 6af6c6b22ddb05803ea8e4745263757d68c727b3 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Sep 28 2018 19:06:14 +0000 Subject: Revert "Moving the ostree sync to new-updates-sync" This reverts commit f2aeb1d60f3cf626e8275237a7a62c269e478600. Signed-off-by: Mohan Boddu mboddu@bhujji.com --- diff --git a/nightly.sh b/nightly.sh index 5f53929..fe7067e 100755 --- a/nightly.sh +++ b/nightly.sh @@ -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