summaryrefslogtreecommitdiff
path: root/timeline
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2013-02-20 14:19:18 +0100
committerJose V Beneyto <sepen@crux.nu>2013-02-20 14:19:18 +0100
commit568cbdb5437a326665f39961a5e9d178ca43ba43 (patch)
tree821daf9916dd86fb2d75dca0a42c2902bef80c01 /timeline
parent5cad95de1f18a840cc10a20bf6666ed77d3d2c51 (diff)
downloadwebtools-568cbdb5437a326665f39961a5e9d178ca43ba43.tar.gz
webtools-568cbdb5437a326665f39961a5e9d178ca43ba43.tar.xz
timeline: imported uncommitted changes for tlcacher.php
Diffstat (limited to 'timeline')
-rwxr-xr-xtimeline/tlcacher.php3
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&amp;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

Generated by cgit