Package: tracker.debian.org
Severity: normal
Tags: patch

The gitweb interface isn't fully functional, so updating the Alioth URLs
to use cgit provides a better experience to the user.

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
>From 02390845b35a0525f7e1bb6aff2b05ebcb3fc8dc Mon Sep 17 00:00:00 2001
From: James McCoy <james...@debian.org>
Date: Sun, 28 Jun 2015 15:07:50 -0400
Subject: [PATCH] Replace gitweb URLs with cgit

---
 debian/control                                 | 2 +-
 debian/copyright                               | 2 +-
 distro_tracker/core/templates/core/footer.html | 2 +-
 docs/contributing.rst                          | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 5f41407..ee134f4 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Build-Depends: debhelper (>= 9),
 Standards-Version: 3.9.5
 Homepage: https://wiki.debian.org/qa.debian.org/distro-tracker
 Vcs-Git: git://anonscm.debian.org/qa/distro-tracker.git
-Vcs-Browser: https://anonscm.debian.org/gitweb/?p=qa/distro-tracker.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/qa/distro-tracker.git
 X-Python-Version: >= 2.7
 
 Package: distro-tracker
diff --git a/debian/copyright b/debian/copyright
index b097d52..48798f9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: DistroTracker
-Source: http://anonscm.debian.org/gitweb/?p=qa/distro-tracker.git
+Source: http://anonscm.debian.org/cgit/qa/distro-tracker.git
 
 Files: *
 Copyright: 2013 Marko Lalic <marko.la...@gmail.com>
diff --git a/distro_tracker/core/templates/core/footer.html b/distro_tracker/core/templates/core/footer.html
index a234dcb..4c35f8e 100644
--- a/distro_tracker/core/templates/core/footer.html
+++ b/distro_tracker/core/templates/core/footer.html
@@ -2,5 +2,5 @@
                     <div id="footer-copyright">
                         <a href="http://deb.li/DTAuthors";>Copyright</a> 2013-2014 The Distro Tracker Developers</div>
                     <div id="footer-repository">
-                        <a href="https://anonscm.debian.org/gitweb/?p=qa/distro-tracker.git";>Git Repository</a>
+                        <a href="https://anonscm.debian.org/cgit/qa/distro-tracker.git";>Git Repository</a>
                     </div>
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 245a9af..11ddd29 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -39,7 +39,7 @@ Usual workflow
        $ git clone git://anonscm.debian.org/qa/distro-tracker.git
 
      Note that you can also browse the sources at
-     https://anonscm.debian.org/gitweb/?p=qa/distro-tracker.git
+     https://anonscm.debian.org/cgit/qa/distro-tracker.git
 
   2. Follow the steps in the chapter :ref:`setting-up`.
 
-- 
2.1.4

Reply via email to