Peter Palfrader pushed to branch master at snapshot / snapshot
Commits:
45884f73 by Peter Palfrader at 2024-06-04T18:09:27+02:00
master/import-run: debian-volatile and debian-backports will not see updates
again
- - - - -
979fa8fb by Peter Palfrader at 2024-06-04T18:09:50+02:00
master/import-run: re-order entries
- - - - -
97a05f24 by Peter Palfrader at 2024-06-04T18:10:07+02:00
master/import-run: add debian-security-debug
- - - - -
e0ae8ec8 by Peter Palfrader at 2024-06-04T18:10:31+02:00
master/import-run: use $() instead of ``
- - - - -
1 changed file:
- master/import-run
Changes:
=====================================
master/import-run
=====================================
@@ -11,7 +11,7 @@ umask 022
CONFIG="$BASE/etc/snapshot.conf"
if [ -z "${HOME:-}" ]; then
- HOME="$(getent passwd "`id -u`" | awk -F: '{print $6}')"
+ HOME="$(getent passwd "$(id -u)" | awk -F: '{print $6}')"
export HOME
fi
@@ -34,7 +34,7 @@ archive="${1:-""}"
#IGNORES="--ignore /Archive-Update-in-Progress-stabile.debian.org --ignore
/Archive-Update-Required-stabile.debian.org"
case "$archive" in
-
"debian"|"debian-security"|"debian-volatile"|"debian-archive"|"debian-backports"|"debian-ports"|"debian-debug")
+
"debian"|"debian-debug"|"debian-security"|"debian-security-debug"|"debian-archive"|"debian-ports")
force_slow_flag="$BASE/FORCE-SLOW-$archive"
if [ -e "$force_slow_flag" ]; then
quick=""
View it on GitLab:
https://salsa.debian.org/snapshot-team/snapshot/-/compare/4bacde34a9d632293152d5cfdfd40e74258f56a8...e0ae8ec86f060dd12074a06c81f6c05e8d882008
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://salsa.debian.org/snapshot-team/snapshot/-/compare/4bacde34a9d632293152d5cfdfd40e74258f56a8...e0ae8ec86f060dd12074a06c81f6c05e8d882008
You're receiving this email because of your account on salsa.debian.org.