diff options
-rw-r--r-- | TODO | 9 | ||||
-rwxr-xr-x | bin/reproducible_freebsd.sh | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -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 |