[releng] clean up the 32 bit chroot before we move ot to 64 bit for atomic

Dennis Gilmore ausil at fedoraproject.org
Tue Jan 20 16:14:14 UTC 2015


commit 028c52c226890bbc33477d8bad3e47661ce6461f
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Tue Jan 20 10:13:39 2015 -0600

    clean up the 32 bit chroot before we move ot to 64 bit for atomic

 scripts/build-functions.sh |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/scripts/build-functions.sh b/scripts/build-functions.sh
index 121ec7b..c9688bb 100644
--- a/scripts/build-functions.sh
+++ b/scripts/build-functions.sh
@@ -137,6 +137,10 @@ log "starting spam-o-matic"
 $MOCK -r $MOCKCONFIG --uniqueext=$DATE --unpriv --chroot "/usr/share/mash/spam-o-matic $DEPOPTS ${MASHDIR}/$BRANCHED$EXPANDARCH >$logdir/depcheck" &
 log "finished spam-o-matic"
 
+log "starting mock clean"
+$MOCK -r $MOCKCONFIG --uniqueext=$DATE --clean
+log "finished mock clean"
+
 [ -z "$ARCH" ] && {
 log "starting atomic tree creation"
 MOCKCONFIG="fedora-${DIST}-compose-x86_64"


More information about the rel-eng mailing list