[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: Report the /bin/sh symlink after the change
Vagrant Cascadian (@vagrant)
gitlab at salsa.debian.org
Fri Aug 5 18:33:04 BST 2022
Vagrant Cascadian pushed to branch master at Debian QA / jenkins.debian.net
Commits:
e4776858 by Vagrant Cascadian at 2022-08-05T10:32:10-07:00
reproducible Debian: Report the /bin/sh symlink after the change
- - - - -
1 changed file:
- hosts/common/etc/pbuilder/rebuild-hooks/D01_modify_environment
Changes:
=====================================
hosts/common/etc/pbuilder/rebuild-hooks/D01_modify_environment
=====================================
@@ -23,6 +23,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
+# Display the /bin/sh link to check if it actually changed
+ls -l /bin/sh >&2
if [ -n "$BUILDUSERNAME" ] ; then
echo "I: Setting $BUILDUSERNAME's login shell to /bin/bash" >&2
usermod -s /bin/bash $BUILDUSERNAME
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e4776858a975324b4e27bbaa4a7dc47d098289a3
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e4776858a975324b4e27bbaa4a7dc47d098289a3
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20220805/b2404e36/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list