Unverified Commit 911acbf6 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

reproducible: move our repositories from alioth.debian.org to salsa.debian.org

parent 2660c0b4
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -577,6 +577,7 @@
                    my_timed: '57 0 * * *'
                    my_scmpoll: 'H/1 H/1 * * *'
                    my_shell: '/srv/jenkins/bin/reproducible_{my_reponame}.py && /srv/jenkins/bin/reproducible_html_{my_reponame}.py'
                    my_gitrepo: 'https://salsa.debian.org/reproducible-builds/reproducible-notes.git'
                - 'source-date-epoch-spec':
                    my_description: 'Generate the HTML of the reproducible builds SOURCE_DATE_EPOCH specification, triggered by changes to the <a href="https://anonscm.debian.org/git/reproducible/{my_reponame}.git" target="_blank">{my_reponame}.git</a> repository.'
                    my_timed: ''
@@ -587,7 +588,7 @@
                    my_timed: ''
                    my_shell: '/srv/jenkins/bin/reproducible_html_specs.sh {my_reponame}'
                    my_recipients: 'jenkins+reproducible-builds qa-jenkins-scm@lists.alioth.debian.org'
            my_gitrepo: 'git://git.debian.org/git/reproducible/{my_reponame}.git'
            my_gitrepo: 'https://salsa.debian.org/reproducible-builds/specs/{my_reponame}.git'
            my_hname: ''
            my_naginator_regex: 'Caused by: hudson.plugins.git.GitException: Command "git fetch'

@@ -711,7 +712,7 @@
                    my_description: 'Build reprotest Debian package from git branch master.'
                    my_timed: '42 23 1 1 *'
                    my_hname: ''
                    my_gitrepo: 'git://anonscm.debian.org/git/reproducible/reprotest.git'
                    my_gitrepo: 'https://salsa.debian.org/reproducible-builds/reprotest.git'
                    my_gitbranches: 'origin/master'
                    my_shell: '/srv/jenkins/bin/chroot-run.sh sid debuild -uc -us'
                    my_parse_rules: '/srv/jenkins/logparse/debian-pkg-ci.rules'
@@ -719,7 +720,7 @@
                    my_description: 'Build strip-nondeterminism Debian package from git branch master.'
                    my_timed: '42 23 1 1 *'
                    my_hname: ''
                    my_gitrepo: 'git://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'
                    my_gitrepo: 'https://salsa.debian.org/reproducible/strip-nondeterminism.git'
                    my_gitbranches: 'origin/master'
                    my_shell: '/srv/jenkins/bin/chroot-run.sh sid gbp buildpackage -uc -us --git-upstream-branch=master'
                    my_parse_rules: '/srv/jenkins/logparse/debian-pkg-ci.rules'
@@ -727,15 +728,15 @@
                    my_description: 'Build disorderfs Debian package from git branch master.'
                    my_timed: '42 23 1 1 *'
                    my_hname: ''
                    my_gitrepo: 'git://anonscm.debian.org/git/reproducible/disorderfs.git'
                    my_gitrepo: 'https://salsa.debian.org/reproducible-builds/disorderfs.git'
                    my_gitbranches: 'origin/master'
                    my_shell: '/srv/jenkins/bin/chroot-run.sh sid gbp buildpackage -uc -us --git-upstream-branch=master'
                    my_parse_rules: '/srv/jenkins/logparse/debian-pkg-ci.rules'
                - 'builds_website':
                    my_description: 'Build https://reproducible-builds.org on every git commit to https://anonscm.debian.org/git/reproducible/reproducible-website.git with jekyll.'
                    my_description: 'Build https://reproducible-builds.org on every git commit to https://salsa.debian.org/reproducible-builds/reproducible-website.git with jekyll.'
                    my_timed: ''
                    my_hname: ''
                    my_gitrepo: 'git://git.debian.org/git/reproducible/reproducible-website.git'
                    my_gitrepo: 'https://salsa.debian.org/reproducible-builds/reproducible-website.git'
                    my_gitbranches: 'origin/master'
                    my_shell: 'jekyll build -s . -d /srv/reproducible-builds.org/www'
            my_gitbranches: 'master'
@@ -754,7 +755,7 @@
                my_description: 'Build diffoscope Debian package from git branches other than master.'
                my_gitbranches: ':^(?!origin/master$).*'
            my_timed: '42 23 1 1 *'
            my_gitrepo: 'git://anonscm.debian.org/git/reproducible/diffoscope.git'
            my_gitrepo: 'https://salsa.debian.org/reproducible-builds/diffoscope.git'
            my_hname: ''
            my_shell: '/srv/jenkins/bin/chroot-run.sh sid --exports-results debuild -e JENKINS_EXPORTS_DIR -uc -us'
            my_parse_rules: '/srv/jenkins/logparse/debian-pkg-ci.rules'