[Git][qa/jenkins.debian.net][master] also deploy configuration in /var
Holger Levsen (@holger)
gitlab at salsa.debian.org
Wed Nov 6 15:15:13 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
5c592224 by Holger Levsen at 2024-11-06T16:14:54+01:00
also deploy configuration in /var
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- update_jdn.sh
Changes:
=====================================
update_jdn.sh
=====================================
@@ -263,7 +263,7 @@ if ! test -h /chroots; then
fi
#
-# deploy package configuration in /etc and /usr
+# deploy package configuration in /etc, /usr and /var
#
cd $BASEDIR
for h in common common-amd64 common-i386 common-arm64 common-armhf "$HOSTNAME" ; do
@@ -284,7 +284,7 @@ for h in common common-amd64 common-i386 common-arm64 common-armhf "$HOSTNAME" ;
/usr/sbin/visudo -c -f "$f" > /dev/null
done
fi
- for d in etc usr ; do
+ for d in etc usr var; do
if [ -d "hosts/$h/$d" ]; then
sudo cp --preserve=mode,timestamps -r "hosts/$h/$d/"* "/$d"
fi
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/5c592224b428fe88f30b9fec445e14d2afe400de
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/5c592224b428fe88f30b9fec445e14d2afe400de
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/20241106/b7903167/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list