diff options
author | Johan "Papa" Cwiklinski <trasher@odysseus.(none)> | 2010-08-01 13:18:39 +0200 |
---|---|---|
committer | Johan "Papa" Cwiklinski <trasher@odysseus.(none)> | 2010-08-01 13:18:39 +0200 |
commit | 8aebf3179ed6b21d638218985922dc96fdcbb3c3 (patch) | |
tree | 14a37f46506e26f601b7fd0e077e85f305be7caa /all.php | |
parent | 10f084bb32721f81c07292af92f5cd39e681ee08 (diff) |
Remove hack that renames devel branch to rawhide
Diffstat (limited to 'all.php')
-rw-r--r-- | all.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,7 @@ function report ($db) if (isset($rpms[$repo->main."-".$repo->sub])) { $rpm=$rpms[$repo->main."-".$repo->sub]; - $maxver = (isset($rpms["rawhide-"]) ? $rpms["rawhide-"]->ver : ""); + $maxver = (isset($rpms["devel-"]) ? $rpms["devel-"]->ver : ""); switch ($repo->sub) { case "base": |