[Piuparts-commits] [piuparts] 03/05: Replace all occurrences of old gitweb Alioth URLs with cgit ones.
Holger Levsen
holger at moszumanska.debian.org
Sun Oct 26 19:19:22 UTC 2014
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository piuparts.
commit 2495dd196bcaedec1b784406cbddeace75afdf25
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Oct 26 20:05:58 2014 +0100
Replace all occurrences of old gitweb Alioth URLs with cgit ones.
---
README_pejacevic.txt | 4 ++--
README_server.txt | 2 +-
debian/changelog | 5 ++---
debian/copyright | 2 +-
htdocs/index.tpl | 2 +-
instances/piuparts.conf.pejacevic | 2 +-
instances/piuparts.conf.piu-slave-1und1-01 | 2 +-
piuparts-report.py | 12 ++++++------
piupartslib/pkgsummary.py | 5 ++---
9 files changed, 17 insertions(+), 19 deletions(-)
diff --git a/README_pejacevic.txt b/README_pejacevic.txt
index 4c59f74..a49b09b 100644
--- a/README_pejacevic.txt
+++ b/README_pejacevic.txt
@@ -21,8 +21,8 @@ piu-slave-1und1-01.debian.org, which soon shall go into operation...
* basically, apt-get build-dep piuparts - in reality both systems get their
package configuration from git.debian.org/git/mirror/debian.org.git
* pejacevic runs a webserver as well (see below for apache configuration)
-* Copy 'https://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=master;a=blob_plain;f=update-piuparts-master-setup'
- and 'https://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=master;a=blob_plain;f=update-piuparts-slave-setup'
+* Copy 'https://anonscm.debian.org/cgit/piuparts/piuparts.git/tree/update-piuparts-master-setup?h=develop'
+ and 'https://anonscm.debian.org/cgit/piuparts/piuparts.git/tree/update-piuparts-slave-setup?h=develop'
to the hosts which should be master and slave. (It's possible and has been
done for a long time to run them on the same host.(
Run the scripts as the piupartsm and piupartss users and clone that git
diff --git a/README_server.txt b/README_server.txt
index c4ca02b..dc5cecb 100644
--- a/README_server.txt
+++ b/README_server.txt
@@ -556,7 +556,7 @@ If you want to run piuparts-report (which is only+very useful if
you run piuparts in master-slave mode), you need to 'apt-get
install python-rpy r-recommended r-base-dev'. For more
information see
-link:https://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=master;a=blob;f=README_pejacevic.txt[https://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=master;a=blob;f=README_pejacevic.txt].
+link:https://anonscm.debian.org/cgit/piuparts/piuparts.git/tree/README_pejacevic.txt[https://anonscm.debian.org/cgit/piuparts/piuparts.git/tree/README_pejacevic.txt].
To generate the report on the master host run:
diff --git a/debian/changelog b/debian/changelog
index 189d449..adb40e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,9 +20,8 @@ piuparts (0.60) UNRELEASED; urgency=medium
examples taken from piuparts development.
* Add "AddType text/plain .log" to the apache2 configuration snipplet
example, so that logfiles are displayed in the browser.
- * debian/control:
- - Bump standards version to 3.9.6, no changes needed.
- - Update Vcs-Browser: URL to cgit.
+ * Bump standards version to 3.9.6, no changes needed.
+ * Replace all occurrences of old gitweb Alioth URLs with cgit ones.
-- Holger Levsen <holger at debian.org> Tue, 15 Jul 2014 16:42:39 +0200
diff --git a/debian/copyright b/debian/copyright
index a8b5c19..5aab6ea 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: piuparts
Upstream-Contact: Holger Levsen <holger at debian.org>
-Source: https://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git
+Source: https://anonscm.debian.org/cgit/piuparts/piuparts.git
Copyright: 2005-2008 Lars Wirzenius
2008-2014 Holger Levsen
© 2011-2014 Andreas Beckmann
diff --git a/htdocs/index.tpl b/htdocs/index.tpl
index ba08d27..112fa90 100644
--- a/htdocs/index.tpl
+++ b/htdocs/index.tpl
@@ -139,7 +139,7 @@
</tr>
<tr class="normalrow">
<td class="contentcell2">
- <b>2013-03-02</b> While the <a href="https://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git">piuparts.git repo on Alioth</a> will continue to be the main repo, there is also a <a href="https://github.com/h01ger/piuparts">piuparts clone on github</a>, for those who prefer to send pull requests that way.
+ <b>2013-03-02</b> While the <a href="https://anonscm.debian.org/cgit/piuparts/piuparts.git">piuparts.git repo on Alioth</a> will continue to be the main repo, there is also a <a href="https://github.com/h01ger/piuparts">piuparts clone on github</a>, for those who prefer to send pull requests that way.
</td>
</tr>
<tr class="normalrow">
diff --git a/instances/piuparts.conf.pejacevic b/instances/piuparts.conf.pejacevic
index 9520adf..4e60471 100644
--- a/instances/piuparts.conf.pejacevic
+++ b/instances/piuparts.conf.pejacevic
@@ -1,7 +1,7 @@
#
# This is the configuration file for piuparts running in master-slave mode on pejacevic.debian.org (as master) and piu-slave-bm-a.debian.org (as slave).
#
-# For more information on this setup see https://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=bikeshed;a=blob;f=README_pejacevic.txt
+# For more information on this setup see https://anonscm.debian.org/cgit/piuparts/piuparts.git/tree/README_pejacevic.txt
#
[DEFAULT]
diff --git a/instances/piuparts.conf.piu-slave-1und1-01 b/instances/piuparts.conf.piu-slave-1und1-01
index 60661a1..d3100b9 100644
--- a/instances/piuparts.conf.piu-slave-1und1-01
+++ b/instances/piuparts.conf.piu-slave-1und1-01
@@ -1,7 +1,7 @@
#
# This is the configuration file for piuparts running in master-slave mode on pejacevic.debian.org (as master) and piu-slave-bm-a.debian.org (as slave).
#
-# For more information on this setup see https://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=bikeshed;a=blob;f=README_pejacevic.txt
+# For more information on this setup see https://anonscm.debian.org/cgit/piuparts/piuparts.git/tree/README_pejacevic.txt
#
[DEFAULT]
diff --git a/piuparts-report.py b/piuparts-report.py
index c303cbe..8212273 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -109,7 +109,7 @@ HTML_HEADER = """<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
</tr>
<tr class="normalrow">
<td class="contentcell">
- <a href="https://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git" target="_blank">Source</a>
+ <a href="https://anonscm.debian.org/cgit/piuparts/piuparts.git" target="_blank">Source</a>
</td>
</tr>
<tr class="normalrow">
@@ -119,7 +119,7 @@ HTML_HEADER = """<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
</tr>
<tr class="normalrow">
<td class="contentcell">
- piuparts <a href="https://bugs.debian.org/src:piuparts" target="_blank">bugs</a> / <a href="https://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=develop;a=blob;f=TODO" target="_blank">ToDo</a>
+ piuparts <a href="https://bugs.debian.org/src:piuparts" target="_blank">bugs</a> / <a href="https://anonscm.debian.org/cgit/piuparts/piuparts.git/tree/TODO?h=develop" target="_blank">ToDo</a>
</td>
</tr>
<tr class="normalrow">
@@ -150,9 +150,9 @@ HTML_HEADER = """<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<tr class="normalrow">
<td class="contentcell">
piuparts.d.o configuration:<br>
- <a href="https://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=bikeshed;a=blob_plain;f=instances/piuparts.conf.pejacevic" target="_blank">piuparts.conf</a>,<br>
- <a href="https://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=bikeshed;a=blob_plain;f=conf/distros.conf" target="_blank">distros.conf</a><br> and
- <a href="https://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=bikeshed;a=tree;f=custom-scripts" target="_blank">scripts</a>
+ <a href="https://anonscm.debian.org/cgit/piuparts/piuparts.git/tree/instances/piuparts.conf.pejacevic?h=develop" target="_blank">piuparts.conf</a>,<br>
+ <a href="https://anonscm.debian.org/cgit/piuparts/piuparts.git/tree/conf/distros.conf?h=develop" target="_blank">distros.conf</a><br> and
+ <a href="https://anonscm.debian.org/cgit/piuparts/piuparts.git/tree/custom-scripts?h=develop" target="_blank">scripts</a>
</td>
</tr>
<tr class="normalrow">
@@ -244,7 +244,7 @@ HTML_FOOTER = """
and was written by <a href="mailto:liw at iki.fi">Lars Wirzenius</a> and is now maintained by
<a href="mailto:holger at layer-acht.org">Holger Levsen</a> and
<a href="mailto:piuparts-devel at lists.alioth.debian.org">others</a> using
- <a href="https://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git" target="_blank">piuparts.git</a>.
+ <a href="https://anonscm.debian.org/cgit/piuparts/piuparts.git/" target="_blank">piuparts.git</a>.
Ditto for this website.
Weather icons are from the <a href="http://tango.freedesktop.org/Tango_Icon_Library" target="_blank">Tango Icon Library</a>.
<a href="http://validator.w3.org/check?uri=referer">
diff --git a/piupartslib/pkgsummary.py b/piupartslib/pkgsummary.py
index d9d7eb1..8b91f15 100644
--- a/piupartslib/pkgsummary.py
+++ b/piupartslib/pkgsummary.py
@@ -148,9 +148,8 @@ def new_summary():
"_version" : SUMMVER,
"_date" : utcdate,
"_comment" : "Debian Piuparts Package Results - " \
- "https://anonscm.debian.org/gitweb/?" \
- "p=piuparts/piuparts.git;a=blob;" \
- "f=piupartslib/pkgsummary.py;hb=refs/heads/develop",
+ "https://anonscm.debian.org/cgit/piuparts/" \
+ "piuparts.git/tree/piupartslib/pkgsummary.py",
"_type" : "source",
"packages" : pkgstruct,
})
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git
More information about the Piuparts-commits
mailing list