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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Attachment: pgpZL8MctGlZt.pgp
Description: PGP signature

_______________________________________________
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list

[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux