diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-25 11:12:18 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-25 11:12:18 +0200 |
commit | e582b1fd0d1332afa8e17dbbb904d36f794d1bf7 (patch) | |
tree | fbef7135c7bd76aff1e2bfe7674f865ba0c108af | |
parent | 56e1d4e87f3e7b5afed5714e003d187c0d09c129 (diff) | |
download | jenkins.debian.net-e582b1fd0d1332afa8e17dbbb904d36f794d1bf7.tar.xz |
reprodcucible: FreeBSD 10.2 has been released, lets test this for now
-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 |