summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-04-06 17:39:35 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-06 17:39:35 +0200
commit668b23819360feb53a2c4b29df2bd9ddc88891c4 (patch)
tree1aad3179746b6479212953783731a9108b9a3a01
parentb1ca2c15f8a3b25fd13755aca7d410faa5b2b737 (diff)
downloadjenkins.debian.net-668b23819360feb53a2c4b29df2bd9ddc88891c4.tar.xz
move git repo from personal namespace to qa group
-rw-r--r--INSTALL2
-rw-r--r--README4
-rw-r--r--TODO5
-rw-r--r--debian/control4
-rw-r--r--debian/copyright2
-rw-r--r--job-cfg/chroot-installation.yaml2
-rw-r--r--job-cfg/d-i.yaml2
-rw-r--r--job-cfg/g-i-installation.yaml2
-rw-r--r--job-cfg/lintian-tests.yaml2
-rw-r--r--job-cfg/ruby-qa.yaml2
-rw-r--r--job-cfg/self.yaml2
-rw-r--r--job-cfg/webcheck.yaml2
12 files changed, 14 insertions, 17 deletions
diff --git a/INSTALL b/INSTALL
index a989f1a8..72a63662 100644
--- a/INSTALL
+++ b/INSTALL
@@ -59,7 +59,7 @@ I would prefer to run a jenkins package from wheezy-backports.
As 'root' run:
----
cd
-git clone git://git.debian.org/git/users/holger/jenkins.debian.net.git
+git clone git://git.debian.org/git/qa/jenkins.debian.net.git
cd jenkins.debian.net
./update_jdn.sh
----
diff --git a/README b/README
index 08d9f0a0..f191c55a 100644
--- a/README
+++ b/README
@@ -12,7 +12,7 @@ About jenkins.debian.net
http://jenkins.debian.net is *work in progress* and is in it's infancy as a tool for the automated quality monitoring of Debian. in existence since October 15th 2012.
-Get the source by running `git clone git://git.debian.org/git/users/holger/jenkins.debian.net.git`. It's all in there, no (relevant) manual setup has been done besides what's in this git repository.
+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 (virtualized) hardware is sponsored by http://www.profitbricks.com - currently it's using 6 cores and 10 GB memory, thanks a lot!
@@ -145,6 +145,6 @@ There is still a lot of work left, check the current link:http://jenkins.debian.
== License
-* See link:http://anonscm.debian.org/gitweb/?p=users/holger/jenkins.debian.net.git;a=blob;f=LICENSE[LICENSE].
+* See link:http://anonscm.debian.org/gitweb/?p=qa/jenkins.debian.net.git;a=blob;f=LICENSE[LICENSE].
// vim: set filetype=asciidoc:
diff --git a/TODO b/TODO
index bd175a23..e78d9cb6 100644
--- a/TODO
+++ b/TODO
@@ -18,10 +18,7 @@ See link:http://jenkins.debian.net/userContent/about.html["about jenkins.debian.
== General ToDo
-* proper git repo url, outside users/holger
-** same for /srv/jenkins.debian.net-scm-sync.git
-** irc notifications for commits to invite more contributors
-
+* move /srv/jenkins.debian.net-scm-sync.git somewhere public?
* keep git+svn urls, and use commit hooks. also better for test setups of this setup as well as overall stability.
** create d-i_svn_trigger job to trigger sub-set jobs (like manual)
** create d-i git hooks
diff --git a/debian/control b/debian/control
index f4d52589..bd6ce7fa 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Holger Levsen <holger@debian.org>
Build-Depends: debhelper (>= 9.20120419~), asciidoc
Standards-Version: 3.9.1
Homepage: http://jenkins.debian.net/userContent/about.html
-Vcs-Git: git://git.debian.org/git/users/holger/jenkins.debian.net.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/holger/jenkins.debian.net.git
+Vcs-Git: git://git.debian.org/git/qa/jenkins.debian.net.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=qa/jenkins.debian.net.git
Package: jenkins.debian.net-setup
Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 0aaecf92..88b3dddc 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: jenkins.debian.net
Upstream-Contact: Holger Levsen <holger@debian.org>
-Source: git://git.debian.org/git/users/holger/jenkins.debian.net.git
+Source: git://git.debian.org/git/qa/jenkins.debian.net.git
Copyright: 2012-2014 Holger Levsen
Comment: Original author is Holger Levsen <holger@layer-acht.org>
Upstream is bunch of lunatics who don't make release tarballs publicly
diff --git a/job-cfg/chroot-installation.yaml b/job-cfg/chroot-installation.yaml
index e6abe985..7d8f244f 100644
--- a/job-cfg/chroot-installation.yaml
+++ b/job-cfg/chroot-installation.yaml
@@ -316,7 +316,7 @@
- project:
name: chroot-installation
- do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=users/holger/jenkins.debian.net.git;a=blob;f=job-cfg/chroot-installation.yaml">chroot-installation.yaml</a>.'
+ do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=qa/jenkins.debian.net.git;a=blob;f=job-cfg/chroot-installation.yaml">chroot-installation.yaml</a>.'
jobs:
- '{name}_sid_install_gnome':
installation_params: 'sid gnome'
diff --git a/job-cfg/d-i.yaml b/job-cfg/d-i.yaml
index 0d8b8aa9..06b5a50a 100644
--- a/job-cfg/d-i.yaml
+++ b/job-cfg/d-i.yaml
@@ -849,7 +849,7 @@
- project:
name: d-i
- do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=users/holger/jenkins.debian.net.git;a=blob;f=job-cfg/d-i.yaml">d-i.yaml</a>.'
+ do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=qa/jenkins.debian.net.git;a=blob;f=job-cfg/d-i.yaml">d-i.yaml</a>.'
jobs:
- '{name}_housekeeping'
- '{name}_parse_build_logs'
diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml
index c604d1ed..0158177d 100644
--- a/job-cfg/g-i-installation.yaml
+++ b/job-cfg/g-i-installation.yaml
@@ -291,7 +291,7 @@
- project:
name: g-i-installation
- do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=users/holger/jenkins.debian.net.git;a=blob;f=job-cfg/g-i-installation.yaml">g-i-installation.yaml</a>.'
+ do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=qa/jenkins.debian.net.git;a=blob;f=job-cfg/g-i-installation.yaml">g-i-installation.yaml</a>.'
jobs:
- '{name}_housekeeping'
- '{name}_debian-edu_wheezy-test_minimal':
diff --git a/job-cfg/lintian-tests.yaml b/job-cfg/lintian-tests.yaml
index 637d938a..a0bd01d4 100644
--- a/job-cfg/lintian-tests.yaml
+++ b/job-cfg/lintian-tests.yaml
@@ -44,7 +44,7 @@
- project:
name: lintian-tests
- do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=users/holger/jenkins.debian.net.git;a=blob;f=job-cfg/lintian-tests.yaml">lintian-tests.yaml</a>.'
+ do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=qa/jenkins.debian.net.git;a=blob;f=job-cfg/lintian-tests.yaml">lintian-tests.yaml</a>.'
my_recipients: 'jenkins+debian-qa lintian-maint@debian.org holger@layer-acht.org'
jobs:
- '{name}_unstable':
diff --git a/job-cfg/ruby-qa.yaml b/job-cfg/ruby-qa.yaml
index eb2ec7fe..6c8994b4 100644
--- a/job-cfg/ruby-qa.yaml
+++ b/job-cfg/ruby-qa.yaml
@@ -44,7 +44,7 @@
- project:
name: ruby-qa
- do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=users/holger/jenkins.debian.net.git;a=blob;f=job-cfg/ruby-qa.yaml">ruby-qa.yaml</a>.'
+ do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=qa/jenkins.debian.net.git;a=blob;f=job-cfg/ruby-qa.yaml">ruby-qa.yaml</a>.'
jobs:
- '{name}_unstable':
triggers:
diff --git a/job-cfg/self.yaml b/job-cfg/self.yaml
index 8d37dc58..f399eb71 100644
--- a/job-cfg/self.yaml
+++ b/job-cfg/self.yaml
@@ -42,7 +42,7 @@
- project:
name: self
- do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=users/holger/jenkins.debian.net.git;a=blob;f=job-cfg/self.yaml">self.yaml</a>.'
+ do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=qa/jenkins.debian.net.git;a=blob;f=job-cfg/self.yaml">self.yaml</a>.'
jobs:
- '{name}_housekeeping':
my_shell: '/srv/jenkins/bin/housekeeping.sh'
diff --git a/job-cfg/webcheck.yaml b/job-cfg/webcheck.yaml
index 06fffd5b..6b472263 100644
--- a/job-cfg/webcheck.yaml
+++ b/job-cfg/webcheck.yaml
@@ -121,7 +121,7 @@
- project:
name: webcheck
- do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=users/holger/jenkins.debian.net.git;a=blob;f=job-cfg/webcheck.yaml">webcheck.yaml</a>.'
+ do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=qa/jenkins.debian.net.git;a=blob;f=job-cfg/webcheck.yaml">webcheck.yaml</a>.'
jobs:
- '{name}_www_debian_org':
webcheck_url: 'http://www.debian.org'