[Git][qa/jenkins.debian.net][master] reproduce.debian.net: also deploy config to /opt
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sun Nov 24 20:40:51 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
bfd9dd07 by Holger Levsen at 2024-11-24T21:40:44+01:00
reproduce.debian.net: also deploy config to /opt
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- update_jdn.sh
Changes:
=====================================
update_jdn.sh
=====================================
@@ -265,7 +265,7 @@ if ! test -h /chroots; then
fi
#
-# deploy package configuration in /etc, /usr and /var
+# deploy package configuration in /etc, /usr, /var and /opt
#
cd $BASEDIR
for h in common common-amd64 common-i386 common-arm64 common-armhf "$HOSTNAME" ; do
@@ -286,7 +286,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 var; do
+ for d in etc usr var opt; 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/bfd9dd0730ebc4451e7a1477f35b064ece9da465
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/bfd9dd0730ebc4451e7a1477f35b064ece9da465
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/20241124/e466123c/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list