renaming build user for consistency

This commit is contained in:
Joey Hess 2014-04-04 19:00:28 -04:00
parent 72fd3104da
commit 15dc2e950b
2 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ chroot debian-stable-android "tmp/$(basename $0)-inchroot"
echo
echo
echo "debian-stable-android is set up, with a user androidbuilder"
echo "debian-stable-android is set up, with a user builder"
echo "your next step is probably to check out git-annex in this chroot"
echo "and run standalone/android/install-haskell-packages"
echo

View file

@ -22,5 +22,5 @@ apt-get clean
wget http://snapshot.debian.org/archive/debian/20130903T155330Z/pool/main/a/automake-1.14/automake_1.14-1_all.deb
dpkg -i automake*.deb
rm *.deb
useradd androidbuilder --create-home
su androidbuilder -c $0-asuser
useradd builder --create-home ||
su builder -c $0-asuser