From 3c489e6d910309d3760e14b57be12422568aed80 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Mar 06 2018 13:36:59 +0000 Subject: remove ostree pruning from nightly.sh We'll do that now in a more centralized manner now that we are moving to a unified ostree repo setup. See https://pagure.io/releng/pull-request/7366 Signed-off-by: Dusty Mabe --- diff --git a/nightly.sh b/nightly.sh index 45ffd1f..255626e 100755 --- a/nightly.sh +++ b/nightly.sh @@ -104,10 +104,6 @@ fi ./releng/scripts/critpath.py --url file://$DESTDIR/compose/Everything/ -o $DESTDIR/logs/critpath.txt rawhide &> $DESTDIR/logs/critpath.log } -# prune atomic host and atomic workstation repos -ostree prune --repo=$ATOMICHOSTREPO --keep-younger-than="14 days ago" --refs-only -ostree prune --repo=$ATOMICWSREPO --keep-younger-than="14 days ago" --refs-only - # Tell interested persons that the rsync is starting (zomg!) send_fedmsg "${fedmsg_json_start}" ${RELEASE} rsync.start