[FESCo] #1393: Making perl-sig a watcher on all perl packages

FESCo trac at fedorahosted.org
Thu Jan 29 10:29:51 UTC 2015


#1393: Making perl-sig a watcher on all perl packages
--------------------+---------------------
Reporter:  eseyman  |       Owner:
    Type:  task     |      Status:  closed
Priority:  major    |  Resolution:  fixed
Keywords:  meeting  |  Blocked By:
Blocking:           |
--------------------+---------------------

Comment (by pingou):

 Processed using the list from eseyman and as asked only for the Fedora
 branch.

 The script
 {{{
 for pkg in `cat packages`;
 do
     echo $pkg;
     pkgdb-cli update $pkg watchbugzilla perl-sig master --approve;
     pkgdb-cli update $pkg watchbugzilla perl-sig f21 --approve;
     pkgdb-cli update $pkg watchbugzilla perl-sig f20 --approve;

     pkgdb-cli update $pkg watchcommits perl-sig master --approve;
     pkgdb-cli update $pkg watchcommits perl-sig f21 --approve;
     pkgdb-cli update $pkg watchcommits perl-sig f20 --approve;
 done

 }}}

-- 
Ticket URL: <https://fedorahosted.org/fesco/ticket/1393#comment:6>
FESCo <http://fedoraproject.org/wiki/Development/SteeringCommittee>
Fedora Engineering Steering Commitee


More information about the perl-devel mailing list