diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-03 23:28:47 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-03 23:28:47 +0100 |
commit | a60bdab1c228f466edf094d60c3b405234715f01 (patch) | |
tree | b3cac6b2099ba933e25c2078060e6bac33cf5dd8 /TODO | |
parent | d21c871ccc845566be5c20605fb44bd72645b51f (diff) | |
download | jenkins.debian.net-a60bdab1c228f466edf094d60c3b405234715f01.tar.xz |
reproducible freebsd: update todo
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -253,12 +253,12 @@ properties: ==== reproducible FreeBSD * useful improvements: +** build master branch in addition to release/10.2.0 ** investigate how to use tmpfs on freebsd and build there -** upgrade the VM to FreeBSD 10.2 ** find a way to be informed about updates and keep it updated -** build master branch instead of release/10.2.0 -** modify PATH, uid, gid and USER too, maybe host+domainname as well. (The VM is only used for this, so we could change the host+domainname before building... probably even the date) +** modify PATH, uid, gid and USER too and host+domainname as well. The VM is only used for this, so we could change the host+domainname temporaily between builds too. ** add freebsd vm as node to jenkins and run the script directly there, saves lot of ssh hassle +** run diffoscope nativly * random notes, to be moved to README ** we build freebsd 10.1 (=released) atm @@ -279,6 +279,10 @@ properties: ** mkdir -p /srv/reproducible-results ** chown -R jenkins:jenkins /srv/ +* system maintenance +** upgraded the VM to FreeBSD 10.2 +*** done with: freebsd-update upgrade -r 10.2 + ==== reproducible Fedora * call the script reproducible_rpms.sh as it can also build OpenSuSE packages |