[Git][qa/jenkins.debian.net][master] reproducible Debian: Add passwd to the base tarball.

Vagrant Cascadian (@vagrant) gitlab at salsa.debian.org
Sun May 3 22:29:40 BST 2026



Vagrant Cascadian pushed to branch master at Debian QA / jenkins.debian.net


Commits:
a741f156 by Vagrant Cascadian at 2026-05-03T14:26:11-07:00
reproducible Debian: Add passwd to the base tarball.

2nd build has been failing for about a week on unstable, and more
recently started to fail in testing:

I: Setting pbuilder2's login shell to /bin/bash
/tmp/hooks/D01_modify_environment: 29: usermod: not found

This suggests that this is because it is no longer part of the default
package sets for unstable/testing.

Thus, add "passwd" to our tarballs, at least until we figure out a
better way of doing this.

- - - - -


1 changed file:

- bin/reproducible_setup_pbuilder.sh


Changes:

=====================================
bin/reproducible_setup_pbuilder.sh
=====================================
@@ -137,7 +137,7 @@ setup_pbuilder() {
 	NAME=$1
 	shift
 	PACKAGES="$@"						# from our repo
-	EXTRA_PACKAGES="locales-all fakeroot disorderfs"	# from sid
+	EXTRA_PACKAGES="locales-all fakeroot disorderfs passwd"	# from sid
 	echo "$(date -u) - creating /var/cache/pbuilder/${NAME}.tgz now..."
 	TMPFILE=$(mktemp --tmpdir=$TEMPDIR pbuilder-XXXXXXXXX)
 	LOG=$(mktemp --tmpdir=$TEMPDIR pbuilder-XXXXXXXX)



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/a741f156dff8dd2f2a0b6531756865c958ef7fd7

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/a741f156dff8dd2f2a0b6531756865c958ef7fd7
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20260503/ffdf4871/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list