[releng] We need to use the full path to the script from where it will be executed

Dennis Gilmore ausil at fedoraproject.org
Mon Sep 29 19:59:17 UTC 2014


commit cff18408805bd4bd170b708fc87a3d83c669fbb2
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Mon Sep 29 14:57:27 2014 -0500

    We need to use the full path to the script from where it will be executed

 scripts/buildbranched |    2 +-
 scripts/buildrawhide  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/scripts/buildbranched b/scripts/buildbranched
index 3875977..2647703 100755
--- a/scripts/buildbranched
+++ b/scripts/buildbranched
@@ -80,7 +80,7 @@ log "started"
 send_fedmsg start start
 
 log "blocking retired packages"
-./block_retired.py
+./scripts/block_retired.py
 
 log "git clone of comps started"
 pushd $TMPDIR
diff --git a/scripts/buildrawhide b/scripts/buildrawhide
index aef5b72..674ade9 100755
--- a/scripts/buildrawhide
+++ b/scripts/buildrawhide
@@ -80,7 +80,7 @@ log "started"
 send_fedmsg start start
 
 log "blocking retired packages"
-./block_retired.py
+./scripts/block_retired.py
 
 log "git clone of comps started"
 pushd $TMPDIR


More information about the rel-eng mailing list