diff options
-rwxr-xr-x | timeline/tlcacher.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/timeline/tlcacher.php b/timeline/tlcacher.php index c6e37af..5e1da43 100755 --- a/timeline/tlcacher.php +++ b/timeline/tlcacher.php @@ -19,7 +19,7 @@ $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.7","ports/opt:2.7","ports/xorg:2.7","ports/xfce:2.7","tools/pkgutils","tools/prt-get","system/iso:2.7"); +$git_repos = array("ports/core:3.0", "ports/opt:3.0","ports/xorg:3.0","ports/xfce:3.0","ports/compat-32","tools/pkgutils","tools/prt-get","system/iso:3.0"); $git_root = "/home/crux/scm"; // Map git authors to wiki profiles @@ -41,6 +41,7 @@ $git_username_map = array( "Lucas Hazel" => "LucasHazel", "Thomas Penteker" => "ThomasPenteker", "Fredrik Rinnestam" => "FredrikRinnestam", + "Danny Rawlins" => "DannyRawlins", ); // Path of the recent changes pmwiki file |