[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: update references to point to…

Holger Levsen gitlab at salsa.debian.org
Mon May 28 21:48:56 BST 2018


Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
bf3c7eea by Holger Levsen at 2018-05-28T20:48:48+00:00
reproducible Debian: update references to point to https://salsa.debian.org/reproducible-builds/reproducible-notes

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


4 changed files:

- README
- bin/reproducible_html_dashboard.sh
- bin/reproducible_html_notes.py
- mustache-templates/reproducible/package_navigation.mustache


Changes:

=====================================
README
=====================================
--- a/README
+++ b/README
@@ -163,7 +163,7 @@ Installation tests inside chroot environments.
 
 * Several other jobs exist to build the HTML pages and to create two JSON files which can be downloaded from https://tests.reproducible-builds.org/reproducible.json and https://tests.reproducible-builds.org/reproducible-tracker.json. The 1st one has all the data (except history) and the 2nd has all the data we consider relevant to bother maintainers with, that is, some ftbfs isses are excluded.
 
-* Information from https://anonscm.debian.org/git/reproducible/notes.git is incorporated on pushes to that git repo.
+* Information from https://salsa.debian.org/reproducible-builds/reproducible-notes is incorporated on pushes to that git repo.
 
 * There are suite specific jobs to create the pbuilder base.tgz's per suite, which have the reproducible apt repo added. Similarly there's another job per suite to create the schroots used by the builder jobs to download the packages sources to build.
 


=====================================
bin/reproducible_html_dashboard.sh
=====================================
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -595,7 +595,7 @@ create_dashboard_page() {
 	# insane grep to filter people who committed with several
 	# usernames…
 	if [ -f ${NOTES_GIT_PATH}/packages.yml ] && [ -f ${NOTES_GIT_PATH}/issues.yml ] ; then
-		write_page "<tr><td class=\"left\">committers to <a href=\"https://anonscm.debian.org/git/reproducible/notes.git\" target=\"_parent\">notes.git</a> (in the last three months)</td><td>$(cd ${NOTES_GIT_PATH} ; git log --since="3 months ago"|grep Author|sort -u | \
+		write_page "<tr><td class=\"left\">committers to <a href=\"https://salsa.debian.org/reproducible-builds/reproducible-notes\" target=\"_parent\">notes.git</a> (in the last three months)</td><td>$(cd ${NOTES_GIT_PATH} ; git log --since="3 months ago"|grep Author|sort -u | \
 				grep -v alexis at passoire.fr | grep -v christoph.berg at credativ.de | grep -v d.s at daniel.shahaf.name | grep -v dhole at openmailbox.com | grep -v jelmer at jelmer.uk | grep -v mattia at mapreri.org | grep -v micha at lenk.info | grep -v mail at sandroknauss.de | grep -v sanvila at unex.es | \
 				wc -l)</td><td colspan=\"$AC\"></td></tr>"
 		write_page "<tr><td class=\"left\">committers to notes.git (in total)</td><td>$(cd ${NOTES_GIT_PATH} ; git log |grep Author|sort -u | \


=====================================
bin/reproducible_html_notes.py
=====================================
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -28,7 +28,7 @@ notes_body_template = renderer.load_template(
 NOTES = 'packages.yml'
 ISSUES = 'issues.yml'
 
-NOTESGIT_DESCRIPTION = 'Our notes about issues affecting packages are stored in <a href="https://anonscm.debian.org/git/reproducible/notes.git" target="_parent">notes.git</a> and are targeted at packages in Debian in \'unstable/amd64\' (unless they say otherwise).'
+NOTESGIT_DESCRIPTION = 'Our notes about issues affecting packages are stored in <a href="https://salsa.debian.org/reproducible-builds/reproducible-notes" target="_parent">notes.git</a> and are targeted at packages in Debian in \'unstable/amd64\' (unless they say otherwise).'
 
 note_issues_html = Template((tab*3).join("""
 <tr>


=====================================
mustache-templates/reproducible/package_navigation.mustache
=====================================
--- a/mustache-templates/reproducible/package_navigation.mustache
+++ b/mustache-templates/reproducible/package_navigation.mustache
@@ -10,7 +10,7 @@
   {{/notes_uri}}
   {{^notes_uri}}
   {{^reproducible}}
-  <li>No notes exist for this package. <a href="https://anonscm.debian.org/git/reproducible/notes.git/tree/README">Add some.</a></li>
+  <li>No notes exist for this package. <a href="https://salsa.debian.org/reproducible-builds/reproducible-notes/tree/README">Add some.</a></li>
   {{/reproducible}}
   {{#reproducible}}
   <li>Good work! This package looks reproducible in our current test framework :)</li>



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/bf3c7eea4d56106b54c46c1fa8b512df3b71b96c

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/bf3c7eea4d56106b54c46c1fa8b512df3b71b96c
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20180528/ff24d5d5/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list