From 8aebf3179ed6b21d638218985922dc96fdcbb3c3 Mon Sep 17 00:00:00 2001 From: "Johan \"Papa\" Cwiklinski" Date: Sun, 1 Aug 2010 13:18:39 +0200 Subject: Remove hack that renames devel branch to rawhide --- all.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'all.php') diff --git a/all.php b/all.php index 8e42e46..6976dc5 100644 --- a/all.php +++ b/all.php @@ -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": -- cgit