diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/check-hafas-urls | 2 | ||||
| -rwxr-xr-x | scripts/makedeb-docker | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/scripts/check-hafas-urls b/scripts/check-hafas-urls index e955d51..fe6596d 100755 --- a/scripts/check-hafas-urls +++ b/scripts/check-hafas-urls @@ -6,9 +6,11 @@ checks="AVV Ponttor, AC BART San Francisco International Airport BART Station, San Francisco BLS Bern BVG 900003104 +CFL Luxembourg, Gare Rocade CMTA 6397 IE Dublin KVB 900000802 +mobiliteit Luxembourg, Gare Centrale NAHSH Flensburg NASA Wernigerode Hbf NVV Kassel Hauptbahnhof diff --git a/scripts/makedeb-docker b/scripts/makedeb-docker index 6c06971..ceba8f8 100755 --- a/scripts/makedeb-docker +++ b/scripts/makedeb-docker @@ -6,6 +6,6 @@ docker run --rm -v "${PWD}:/orig:ro" -v "${PWD}/scripts:/scripts:ro" \ -v "${PWD}/out:/out" -e USER=$(id -u) -e GROUP=$(id -g) \ -e "DEBEMAIL=${DEBEMAIL}" -e "DEBFULLNAME=${DEBFULLNAME}" \ -e "LOGNAME=${LOGNAME}" -e "VERSION=$(git describe --dirty)-1" \ - debian:buster /scripts/makedeb-docker-helper + debian:bookworm /scripts/makedeb-docker-helper echo "Debian package has been written to $(pwd)/out" |
