summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2017-04-08 14:50:00 -0700
committerHolger Levsen <holger@layer-acht.org>2017-04-13 12:33:08 +0200
commit5346e8a1279aa3415ac45b47656a886ad0c82a2f (patch)
tree647b2a18d1029b50c2d87f25d19b8f778811e8de /CONTRIBUTING
parent77ff2abfad370f6fde62554ede127d398b23765e (diff)
downloadjenkins.debian.net-5346e8a1279aa3415ac45b47656a886ad0c82a2f.tar.xz
Use jenkins.debian.org and qa-jenkins-dev list for contributions.
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r--CONTRIBUTING6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
index ddd27e9b..e5f525ce 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -1,9 +1,9 @@
=== Contributing code to this project
It's helpful to track fixes or new features via wishlist bugs against the
-'qa.debian.org' package, eg with the 'reportbug' tool ('devscripts' package).
+'jenkins.debian.org' package, eg with the 'reportbug' tool ('devscripts' package).
The BTS will ensure the developers' mailing list
- debian-qa@lists.debian.org
+ qa-jenkins-dev@lists.debian.org
is notified.
The code is available in the link:https://anonscm.debian.org/git/qa/jenkins.debian.net.git/tree/[jenkins.debian.net.git repository].
@@ -24,7 +24,7 @@ One possible workflow:
git commit -a
git format-patch -M origin/master
- reportbug qa.debian.org
+ reportbug jenkins.debian.org
# <describe the issue, attach the patch>
----