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 <dusty@dustymabe.com>
This commit is contained in:
parent
aa12f364de
commit
3c489e6d91
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user