diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -278,8 +278,23 @@ properties: ==== reproducible freebsd -* document how the freebsd build VM was set up -* first build world, later build ports +* document how the freebsd build VM was set up: +** base 10.1 install +** modified files: +*** /etc/rc.conf +*** /etc/resolv.conf +*** /boot/loader.conf.local +** pkg install screen git vim sudo denyhosts +** adduser holger +** adduser jenkins (with bash as default shell) +** mkdir -p /srv/workspace/chroots/ +** mkdir -p /srv/reproducible-results +** chown -R jenkins:jenkins /srv/ +** ln -s /srv/ /usr/obj/srv +** we build freebsd 10.1 (=released) atm +** we build with sudo too +*** change /usr/obj to be '~jenkins/obj' and build with WITH_INSTALL_AS_USER ? +* first build world, later build ports (pkg info...) ==== reproducible... |