summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO9
-rwxr-xr-xbin/reproducible_freebsd.sh2
2 files changed, 10 insertions, 1 deletions
diff --git a/TODO b/TODO
index 879941fa..0eb3f178 100644
--- a/TODO
+++ b/TODO
@@ -47,6 +47,15 @@ Most jobs have been converted, a few are left to do:
* do lvc for stretch too
* mention stretch in README where appropriate
+== bof
+
+* j.d.n/Thanks
+* jenkins.d.n.git
+* jobs/foo.yaml - your domain if you want it
+* status j.d.n migration
+* timeline
+* TODO
+
=== move this setup to jenkins.d.o
The plan is to run a jenkins.d.o host, which is maintained by DSA, but we are maintaining jenkins on it (so we can install any plugins we like etc). then we also setup several jenkins slaves, probably/maybe also maintained by DSA (so we get them into their munin), but on which we can use sudo as we need it. (or maybe not dsa-maintained slaves, so that we can use sudo as we need, for the price of not being in DSAs munin.)
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index af83da72..e2d13d26 100755
--- a/bin/reproducible_freebsd.sh
+++ b/bin/reproducible_freebsd.sh
@@ -35,7 +35,7 @@ save_freebsd_results(){
#
# main
#
-FREEBSD_TARGET="release/10.1.0"
+FREEBSD_TARGET="release/10.2.0"
RSSH="ssh freebsd-jenkins.debian.net"
RSCP="scp -r freebsd-jenkins.debian.net"
TMPBUILDDIR=/usr/src