diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-12 14:08:38 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-12 14:08:38 +0200 |
commit | 612288efb3e5e77730f066ecbc34a3212f91b202 (patch) | |
tree | f7c9f1d7a8a058f52f03402b0087237068d9f12d /TODO | |
parent | 434f38b6fbff64a6ce2baedea55b648a74644ded (diff) | |
download | jenkins.debian.net-612288efb3e5e77730f066ecbc34a3212f91b202.tar.xz |
update FreeBSD notes
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -344,13 +344,13 @@ properties: ** pkg install screen git vim sudo denyhosts munin-node ** 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 ? +*** rather not change /usr/obj to be '~jenkins/obj' and build with WITH_INSTALL_AS_USER. also not build in /usr/src. if so, we need to define some variable so we can do so.... but we need a stable path anyway, so whats the point. +*** maybe build as user in /usr/src... * first build world, later build ports (pkg info...) * investigate how to use tmpfs on freebsd and build there |