commit c14f80e675dac09d781a9ee65cd260026f8842e9 Author: Till Maas opensource@till.name Date: Wed Jul 22 21:35:07 2015 +0200
find_unblocked_orphans: Adjust for F23 branching
Signed-off-by: Till Maas opensource@till.name
scripts/find_unblocked_orphans.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) --- diff --git a/scripts/find_unblocked_orphans.py b/scripts/find_unblocked_orphans.py index f39e1bc..92a01fa 100755 --- a/scripts/find_unblocked_orphans.py +++ b/scripts/find_unblocked_orphans.py @@ -64,7 +64,7 @@ EPEL7_RELEASE = dict( RAWHIDE_RELEASE = dict( repo='https://kojipkgs.fedoraproject.org/mash/rawhide/i386/os', source_repo='https://kojipkgs.fedoraproject.org/mash/rawhide/source/SRPMS', - tag='f23', + tag='f24', branch='master', mailto='devel@lists.fedoraproject.org', ) @@ -73,8 +73,8 @@ BRANCHED_RELEASE = dict( repo='https://kojipkgs.fedoraproject.org/mash/branched/i386/os', source_repo='https://kojipkgs.fedoraproject.org/mash/branched/source/' 'SRPMS', - tag='f22', - branch='f22', + tag='f23', + branch='f23', mailto='devel@lists.fedoraproject.org', )
rel-eng@lists.fedoraproject.org