summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-11-12 11:16:04 +0100
committerHolger Levsen <holger@layer-acht.org>2014-11-12 11:16:04 +0100
commit8a4dec19991a914c5a561c682bb13bfe6d2aeb9e (patch)
tree19f5a78d09f604c894f7cd399cfe874cdec3194c
parentf85e9c3f8dcc4283120e77794a150daad930da46 (diff)
downloadjenkins.debian.net-8a4dec19991a914c5a561c682bb13bfe6d2aeb9e.tar.xz
README: explain dvswitch jobs, update TODO.
-rw-r--r--README8
-rw-r--r--TODO3
2 files changed, 8 insertions, 3 deletions
diff --git a/README b/README
index 9b1d9ea3..baa9eeda 100644
--- a/README
+++ b/README
@@ -138,10 +138,12 @@ jenkins@jenkins:~$ /srv/jenkins/bin/reproducible_blacklist.sh package1
=== dvswitch jobs
-* FIXME: describe dvswitch jobs
+* There are three jobs currently:
+** 'dvswitch_sid' and 'dvswitch_jessie' build the master branch of dvswitch against that environment.
+** while 'dvswitch_against_libav_git' builds the master branch of dvswitch using libav also build from it's master branch. This is done in an sid environment.
+** Except for 'dvswitch_jessie' which is triggered by a successful 'dvswitch_sid' run, the jobs are triggered by git commits.
-
-=== self jobs
+=== jenkins.d.n jobs
These are jobs for making sure jenkins.debian.net is running smoothly.
diff --git a/TODO b/TODO
index 1106349c..601f273b 100644
--- a/TODO
+++ b/TODO
@@ -30,6 +30,9 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian
* put kgb-client.conf in git and sed passwords from filesystem into it...
* turn udd-versionskew packages names into tracker.d.o links and provide version numbers in output too
* unreproducible-with-buildinfo should really be a state in the DB
+* replace amd64 in scripts with $HOSTARCH
+* run debbindiff against .changes files in current directory, instead of $LONGPATHES (due to #764459)
+* reproducible_scheduler should never fail loudly
=== jenkins-job-builder related