index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-07-03 10:52:34 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-07-03 10:52:34 +0200 |
commit | 77ad642b67e25ae330fb8392de98e2a9b9172eee (patch) | |
tree | 8b1430d4a15365bff69d6fda44ece2e762dcd722 /buildmaster | |
parent | fcfb43929c5c535ad1636fe53d0442bcd3173870 (diff) |
-rw-r--r-- | buildmaster/build-list.php | 4 |
diff --git a/buildmaster/build-list.php b/buildmaster/build-list.php index f65ff60..0a34c53 100644 --- a/buildmaster/build-list.php +++ b/buildmaster/build-list.php @@ -153,9 +153,9 @@ $columns = array( "mysql_query" => "IF(`ba_q`.`uses_upstream`," . "CONCAT(" . - "\"<a href=\\\"https://git.archlinux.org/svntogit/\"," . + "\"<a href=\\\"https://github.com/archlinux/svntogit-\"," . mysql_url_encode("`ba_q`.`git_repository`") . "," . - "\".git/tree/\"," . + "\"/tree/master/\"," . mysql_url_encode("`ba_q`.`pkgbase`") . "," . "\"/repos/\"," . mysql_url_encode("`ba_q`.`package_repository`") . "," . |