summaryrefslogtreecommitdiffstats
path: root/conf.php
diff options
context:
space:
mode:
Diffstat (limited to 'conf.php')
-rw-r--r--conf.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf.php b/conf.php
index 20f13ce..a74c192 100644
--- a/conf.php
+++ b/conf.php
@@ -37,4 +37,7 @@ $title = 'Build system status';
$robots = 'index,nofollow,nosnippet,noarchive';
/** */
-$g_root_url = 'http://pkgsubmit.mageia.org/'; \ No newline at end of file
+$g_root_url = 'http://pkgsubmit.mageia.org/';
+
+/** URL to view a package svn revision. %d is replaced by the revision */
+$package_commit_url = 'http://svnweb.mageia.org/packages?view=revision&revision=%d';