summaryrefslogtreecommitdiffstats
path: root/zoom.php
diff options
context:
space:
mode:
authorJohan "Papa" Cwiklinski <trasher@odysseus.(none)>2010-08-01 13:18:39 +0200
committerJohan "Papa" Cwiklinski <trasher@odysseus.(none)>2010-08-01 13:18:39 +0200
commit8aebf3179ed6b21d638218985922dc96fdcbb3c3 (patch)
tree14a37f46506e26f601b7fd0e077e85f305be7caa /zoom.php
parent10f084bb32721f81c07292af92f5cd39e681ee08 (diff)
Remove hack that renames devel branch to rawhide
Diffstat (limited to 'zoom.php')
-rw-r--r--zoom.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/zoom.php b/zoom.php
index 0a1c2e1..11bf489 100644
--- a/zoom.php
+++ b/zoom.php
@@ -67,13 +67,7 @@ function getBranchPeople($params)
$branch = $people = null; // avoid IDE warning
extract($params);
$ret = null;
- if ($branch == 'rawhide' && isset($fedpkg['devel']['owner']) ) {
- if ( !$people || $people == '' || $people == 'owner' ) {
- $ret = $fedpkg['devel']['owner'];
- } else if ( $people == 'people') {
- $ret_tmp = $fedpkg['devel']['people'];
- }
- } else if (isset($fedpkg[$branch]['owner'])) {
+ if (isset($fedpkg[$branch]['owner'])) {
if ( !$people || $people == '' || $people == 'owner' ) {
$ret = $fedpkg[$branch]['owner'];
} else if ( $people == 'people') {