[Git][qa/jenkins.debian.net][master] update_jdn: run newaliases as needed
Mattia Rizzolo (@mattia)
gitlab at salsa.debian.org
Wed Aug 26 14:40:09 BST 2026
Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net
Commits:
92aa9b69 by Mattia Rizzolo at 2026-08-26T15:39:37+02:00
update_jdn: run newaliases as needed
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
1 changed file:
- update_jdn.sh
Changes:
=====================================
update_jdn.sh
=====================================
@@ -295,6 +295,9 @@ done
# We really don't need the man database here, save time.
$UP2DATE || echo "man-db man-db/auto-update boolean false" | sudo debconf-set-selections
+if [ /etc/aliases.db -ot /etc/aliases ]; then
+ sudo newaliases
+fi
#
# install packages we need
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/92aa9b696466a3c880f5a0ad1206d1bd020c9a1e
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/92aa9b696466a3c880f5a0ad1206d1bd020c9a1e
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/20260826/51eb3958/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list