diff options
Diffstat (limited to 'timeline/tlcacher.php')
-rwxr-xr-x | timeline/tlcacher.php | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/timeline/tlcacher.php b/timeline/tlcacher.php index 63340a0..c6e37af 100755 --- a/timeline/tlcacher.php +++ b/timeline/tlcacher.php @@ -14,17 +14,17 @@ require_once('DB.php'); require_once("tlcacher_config.php"); // Url of the detailed task -$task_url="https://crux.nu/bugs/?do=details&id=%s"; +$task_url="http://crux.nu/bugs/?do=details&task_id=%s"; // Gitweb url for commits $git_url = "http://crux.nu/gitweb/?p=%s.git;a=commitdiff;h=%s"; // append ":branch" to the repo name to restrict logs to 'branch' -$git_repos = array("ports/core:2.2","ports/opt:2.2","tools/pkgutils", "tools/prt-get"); +$git_repos = array("ports/core:2.7","ports/opt:2.7","ports/xorg:2.7","ports/xfce:2.7","tools/pkgutils","tools/prt-get","system/iso:2.7"); $git_root = "/home/crux/scm"; // Map git authors to wiki profiles $git_username_map = array( - "Per Lidén" => "PerLiden", + "Per Lidén" => "PerLiden", "Matt Housh" => "jaeger", "Juergen Daubert" => "JuergenDaubert", "Johannes Winkelmann" => "JohannesWinkelmann", @@ -35,6 +35,12 @@ $git_username_map = array( "Simon Gloßner" => "SimonGloßner", "Nick Steeves" => "NickSteeves", "Antti Nykänen" => "AnttiNykänen", + "Antti Nykanen" => "AnttiNykänen", + "Jose V Beneyto" => "JoseVBeneyto", + "JoseVBeneyto" => "JoseVBeneyto", + "Lucas Hazel" => "LucasHazel", + "Thomas Penteker" => "ThomasPenteker", + "Fredrik Rinnestam" => "FredrikRinnestam", ); // Path of the recent changes pmwiki file |