[releng] hardlink the whole tree for now. when we fix mash drop back to just doing drpms

Dennis Gilmore ausil at fedoraproject.org
Tue May 5 03:13:17 UTC 2015


commit bf9e7a8624e8a4efcdf0de758083bc86df846725
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Mon May 4 22:12:44 2015 -0500

    hardlink the whole tree for now. when we fix mash drop back to just doing drpms
    
    Signed-off-by: Dennis Gilmore <dennis at ausil.us>

 scripts/build-functions.sh |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/scripts/build-functions.sh b/scripts/build-functions.sh
index 86aae73..49f6252 100644
--- a/scripts/build-functions.sh
+++ b/scripts/build-functions.sh
@@ -119,13 +119,9 @@ send_fedmsg done mash.complete
 
 log "finished mash"
 log "starting hardlink"
-# hardlink the noarch deltarpms between x86_64 and i386 
-if [[ "${DIST}" == "branched" ]]
-then
+# hardlink the noarch deltarpms between all arches
     $MOCK -r $MOCKCONFIG --uniqueext=$DATE --chroot "hardlink -v -c ${MASHDIR}/$BRANCHED$EXPANDARCH"
-else
-    $MOCK -r $MOCKCONFIG --uniqueext=$DATE --chroot "hardlink -v -c ${MASHDIR}/$BRANCHED$EXPANDARCH/*/os/drpms/"
-fi
+#    $MOCK -r $MOCKCONFIG --uniqueext=$DATE --chroot "hardlink -v -c ${MASHDIR}/$BRANCHED$EXPANDARCH/*/os/drpms/"
 log "finished hardlink"
 
 log "starting repodiff"


More information about the rel-eng mailing list