modules/plague/templates/sync-committers.sh.erb Change

Ricky Zhou ricky at fedoraproject.org
Sat Sep 13 20:09:12 UTC 2008


Sorry, I completely forgot we were in a change freeze now.  I just
pushed a change (diff below) to make the sync-committers script not
fail.  Should I revert this, or does it look all right?  

diff --git a/modules/plague/templates/sync-committers.sh.erb b/modules/plague/templates/sync-committers.sh.erb
index d3c8e63..4e51d44 100644
--- a/modules/plague/templates/sync-committers.sh.erb
+++ b/modules/plague/templates/sync-committers.sh.erb
@@ -12,7 +12,7 @@ fi
 
 for user in `cat ${users}|cut -d, -f2`
  do
-   plague-user-manager.py ${userdb} add $user own_jobs > $cruft 2>&1
+   /usr/bin/plague-user-manager ${userdb} add $user own_jobs > $cruft 2>&1
    if [ $? != 0 ]; then
         if ! grep -qi 'already exists' $cruft; then
              echo "Error adding user $user was:"

Thanks,
Ricky
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-infrastructure-list/attachments/20080913/7c85e382/attachment.sig>


More information about the Fedora-infrastructure-list mailing list