[releng] make sure the releng group owns the log dir

Dennis Gilmore ausil at fedoraproject.org
Thu Apr 9 22:05:11 UTC 2015


commit b92e7a169e117d47c4ea4038e95a346ef83a2d62
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Thu Apr 9 17:04:42 2015 -0500

    make sure the releng group owns the log dir
    
    Signed-off-by: Dennis Gilmore <dennis at ausil.us>

 scripts/run-pungi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/scripts/run-pungi b/scripts/run-pungi
index 3b6cdcc..39d5cca 100755
--- a/scripts/run-pungi
+++ b/scripts/run-pungi
@@ -34,7 +34,7 @@ SHORTVERSION=$VERSION
        MILESTONE=Final
 }
 
-mkdir -p $DESTDIR/logs
+sg releng "mkdir -p $DESTDIR/logs"
 
 FULLPATH=$(pwd)
 pushd $KICKSTARTS


More information about the rel-eng mailing list