From f2aeb1d60f3cf626e8275237a7a62c269e478600 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Aug 27 2018 17:11:39 +0000 Subject: Moving the ostree sync to new-updates-sync Signed-off-by: Mohan Boddu --- diff --git a/nightly.sh b/nightly.sh index fe7067e..5f53929 100755 --- a/nightly.sh +++ b/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 rawhide base container image to fedora registry ./releng/scripts/sync-latest-container-base-image.sh 30