From: Mark Hymers Date: Sat, 30 Jul 2011 08:43:12 +0000 (+0100) Subject: Merge remote branch 'ftpmaster/master' X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=45c8685094cfb690e2c8479475f0e406ecf50375;hp=2594693e0cdf06fe7f88e3daa811d5b1b7d5cddd;p=dak.git Merge remote branch 'ftpmaster/master' --- diff --git a/config/debian/common b/config/debian/common index f5ec8ae6..61559515 100644 --- a/config/debian/common +++ b/config/debian/common @@ -36,6 +36,8 @@ function make_buildd_dir () { dak manage-build-queues -a for dist in $(ls -1 ${incoming}/dists/); do + # Skip project trace directory + if [ "${dist}x" = "projectx" ]; then continue; fi cd ${incoming}/dists/${dist} mkdir -p tree/${STAMP} cp -al ${incoming}/dists/${dist}/buildd/. tree/${STAMP}/ diff --git a/setup/README b/setup/README index 4c8a9ebf..c193e9a3 100644 --- a/setup/README +++ b/setup/README @@ -16,9 +16,8 @@ The following roles are assumed to exist: For the purposes of this document, we'll be working in /srv/dak Set up the dak user on both the system and in postgres: -# sudo adduser dak -# sudo addgroup ftpmaster -# sudo addgroup dak ftpmaster +# sudo addgroup --system ftpmaster +# sudo adduser --system dak --ingroup ftpmaster --shell /bin/bash # sudo -u postgres createuser -s dak Set up the dak directory: