summaryrefslogtreecommitdiffstats
path: root/hosts/cb3a-armhf-rb
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-07-10 10:44:19 +0200
committerHolger Levsen <holger@layer-acht.org>2016-07-10 10:44:19 +0200
commit1244aad527268cb115d992e1db327dfe73d54f20 (patch)
treee7f60ff3fe9a1259da723b3366fc81bff9d95750 /hosts/cb3a-armhf-rb
parent878abc5a79393b042f2d30fba6dde91864e7bcec (diff)
downloadjenkins.debian.net-1244aad527268cb115d992e1db327dfe73d54f20.tar.xz
fixupp 878abc5a: reproducible Debian: vary user's login shell
Diffstat (limited to 'hosts/cb3a-armhf-rb')
-rwxr-xr-xhosts/cb3a-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/cb3a-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment b/hosts/cb3a-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment
index 53164831..bc769ef1 100755
--- a/hosts/cb3a-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment
+++ b/hosts/cb3a-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment
@@ -17,8 +17,8 @@ export CAPTURE_ENVIRONMENT="I capture the environment"
echo "I: Changing /bin/sh to bash" >&2
echo "dash dash/sh boolean false" | debconf-set-selections
DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash
-echo "I: Setting user's login shell to /bin/bash" >&2
-usermod -s /bin/bash $BUILDUSERNAME
+echo "I: Setting $USER's login shell to /bin/bash" >&2
+usermod -s /bin/bash $USER
# temporarily disable disorderfs as we have problems properly unmounting it
exit 0