summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTill Maas <opensource@till.name>2012-10-12 19:53:58 +0200
committerTill Maas <opensource@till.name>2012-10-12 19:54:33 +0200
commitefc529c29e173c096247436446b987e56073e15c (patch)
tree93becec51b5bf375401784d598fa875e73889829
parent618ed580a2fd88a1b951ffea2a61b23cef8fbeb7 (diff)
downloadcnucnu-efc529c29e173c096247436446b987e56073e15c.tar.gz
cnucnu-efc529c29e173c096247436446b987e56073e15c.tar.xz
cnucnu-efc529c29e173c096247436446b987e56073e15c.zip
update web SCM URL
-rwxr-xr-xcnucnu/scm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnucnu/scm.py b/cnucnu/scm.py
index a0e7123..3076092 100755
--- a/cnucnu/scm.py
+++ b/cnucnu/scm.py
@@ -60,7 +60,7 @@ class SCM(object):
if __name__ == '__main__':
- scm = SCM(**{"view_scm_url": "https://pkgs.fedoraproject.org/gitweb/?p=%(name)s.git;a=blob_plain;f=sources;hb=refs/heads/master", "cainfo": "fedora-server-ca.cert"})
+ scm = SCM(**{"view_scm_url": "https://pkgs.fedoraproject.org/cgit/%(name)s.git/plain/sources", "cainfo": "fedora-server-ca.cert"})
from package_list import Package, Repository