[releng] escape the wilecard in teh call to srpm-excluded-arch.py

Dennis Gilmore ausil at fedoraproject.org
Mon Sep 29 19:56:03 UTC 2014


commit 459ac618d71c4840975d80504f5ca84f4ed9bf94
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Mon Sep 29 14:54:35 2014 -0500

    escape the wilecard in teh call to srpm-excluded-arch.py

 scripts/buildbranched |    2 +-
 scripts/buildrawhide  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/scripts/buildbranched b/scripts/buildbranched
index e020a3e..3875977 100755
--- a/scripts/buildbranched
+++ b/scripts/buildbranched
@@ -221,7 +221,7 @@ do
   elif [ "$koji" = "s390" ]; then
      arches=s390,s390x
   fi
-  scripts/srpm-excluded-arch.py -a $arches --path /mnt/koji/mash/branched-$DATE/$BRANCHED$EXPANDARCH/source/SRPMS/*/ >$logdir/excludearch-$koji.log
+  scripts/srpm-excluded-arch.py -a $arches --path /mnt/koji/mash/branched-$DATE/$BRANCHED$EXPANDARCH/source/SRPMS/\*/ >$logdir/excludearch-$koji.log
 done
 
 send_fedmsg done complete
diff --git a/scripts/buildrawhide b/scripts/buildrawhide
index bbefad7..aef5b72 100755
--- a/scripts/buildrawhide
+++ b/scripts/buildrawhide
@@ -219,7 +219,7 @@ do
   elif [ "$koji" = "s390" ]; then
      arches=s390,s390x
   fi
-  scripts/srpm-excluded-arch.py -a $arches --path /mnt/koji/mash/rawhide-$DATE/$BRANCHED$EXPANDARCH/source/SRPMS/*/ >$logdir/excludearch-$koji.log
+  scripts/srpm-excluded-arch.py -a $arches --path /mnt/koji/mash/rawhide-$DATE/$BRANCHED$EXPANDARCH/source/SRPMS/\*/ >$logdir/excludearch-$koji.log
 done
 
 send_fedmsg done complete


More information about the rel-eng mailing list