Commit 77b5e86a authored by Holger Levsen's avatar Holger Levsen
Browse files
parent 56de7358
...@@ -70,7 +70,7 @@ We would prefer to run a jenkins package from jessie-backports. ...@@ -70,7 +70,7 @@ We would prefer to run a jenkins package from jessie-backports.
As user run: As user run:
---- ----
cd cd
git clone git://git.debian.org/git/qa/jenkins.debian.net.git git clone https://salsa.debian.org:qa/jenkins.debian.net
cd jenkins.debian.net cd jenkins.debian.net
./update_jdn.sh ./update_jdn.sh
---- ----
...@@ -140,7 +140,7 @@ I've cloned these two git repos on my desktop and manually run `git pull`. This ...@@ -140,7 +140,7 @@ I've cloned these two git repos on my desktop and manually run `git pull`. This
If you'd like to run tests.repoducible-builds.org without the rest of the jenkins set up, here are some necessary steps. Note that most of these steps are performed in the update_jdn.sh script, so if you have a test system it might be simpler to just run it. If you'd like to run tests.repoducible-builds.org without the rest of the jenkins set up, here are some necessary steps. Note that most of these steps are performed in the update_jdn.sh script, so if you have a test system it might be simpler to just run it.
Your clone of the jenkins git (git://git.debian.org/git/qa/jenkins.debian.net.git) will be referred to as $JENKINSGIT. Your clone of the jenkins git (https://salsa.debian.org:qa/jenkins.debian.net) will be referred to as $JENKINSGIT.
==== Dependencies, users, directories and files ==== Dependencies, users, directories and files
......
...@@ -12,7 +12,7 @@ About jenkins.debian.net ...@@ -12,7 +12,7 @@ About jenkins.debian.net
https://jenkins.debian.net is a tool for automated quality monitoring of Debian. It is *work in progress* despite being in existence since October 15th 2012. https://jenkins.debian.net is a tool for automated quality monitoring of Debian. It is *work in progress* despite being in existence since October 15th 2012.
Get the source by running `git clone git://git.debian.org/git/qa/jenkins.debian.net.git`. It's all in there, no (relevant) manual setup has been done besides what's in this git repository. (The irrelevant bits are some very simple configuration files containing passwords.) Get the source by running `git clone https://salsa.debian.org:qa/jenkins.debian.net`. It's all in there, no (relevant) manual setup has been done besides what's in this git repository. (The irrelevant bits are some very simple configuration files containing passwords.)
The (virtualized) hardware is sponsored since October 2012 by http://www.profitbricks.co.uk - currently it's using more than hundred cores and almost 300 GB memory, thanks a lot! The (virtualized) hardware is sponsored since October 2012 by http://www.profitbricks.co.uk - currently it's using more than hundred cores and almost 300 GB memory, thanks a lot!
......
...@@ -5,7 +5,7 @@ Maintainer: Holger Levsen <holger@debian.org> ...@@ -5,7 +5,7 @@ Maintainer: Holger Levsen <holger@debian.org>
Build-Depends: debhelper (>= 9.20120419~), asciidoc Build-Depends: debhelper (>= 9.20120419~), asciidoc
Standards-Version: 3.9.1 Standards-Version: 3.9.1
Homepage: https://jenkins.debian.net/userContent/about.html Homepage: https://jenkins.debian.net/userContent/about.html
Vcs-Git: git://git.debian.org/git/qa/jenkins.debian.net.git Vcs-Git: https://salsa.debian.org:qa/jenkins.debian.net
Vcs-Browser: https://anonscm.debian.org/git/qa/jenkins.debian.net.git Vcs-Browser: https://anonscm.debian.org/git/qa/jenkins.debian.net.git
Package: jenkins.debian.net-setup Package: jenkins.debian.net-setup
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: jenkins.debian.net Upstream-Name: jenkins.debian.net
Upstream-Contact: Holger Levsen <holger@debian.org> Upstream-Contact: Holger Levsen <holger@debian.org>
Source: git://git.debian.org/git/qa/jenkins.debian.net.git Source: https://salsa.debian.org:qa/jenkins.debian.net
Copyright: 2012-2017 Holger Levsen Copyright: 2012-2017 Holger Levsen
Comment: Original author is Holger Levsen <holger@layer-acht.org> Comment: Original author is Holger Levsen <holger@layer-acht.org>
Upstream is bunch of lunatics who don't make release tarballs publicly Upstream is bunch of lunatics who don't make release tarballs publicly
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment