[med-svn] [Git][med-team/community/helper-scripts][master] 2 commits: Add php-pear-team and fix public mirror address to udd-mirror.debian.net
Andreas Tille (@tille)
gitlab at salsa.debian.org
Fri Dec 23 21:22:04 GMT 2022
Andreas Tille pushed to branch master at Debian Med / community / helper-scripts
Commits:
d70f5ea9 by William Desportes at 2022-12-23T17:53:07+00:00
Add php-pear-team and fix public mirror address to udd-mirror.debian.net
- - - - -
e7a7170a by Andreas Tille at 2022-12-23T21:22:01+00:00
Merge branch 'williamdes-master-patch-03798' into 'master'
Add php-pear-team and fix public mirror address to udd-mirror.debian.net
See merge request med-team/community/helper-scripts!1
- - - - -
1 changed file:
- missing-autopkgtest
Changes:
=====================================
missing-autopkgtest
=====================================
@@ -37,7 +37,7 @@ fi
if ! psql $PORT $SERVICE -c "" 2>/dev/null ; then
echo "No local UDD found, use public mirror."
export PGPASSWORD="public-udd-mirror"
- SERVICE="--host=public-udd-mirror.xvm.mit.edu --port=5432 --username=public-udd-mirror udd"
+ SERVICE="--host=udd-mirror.debian.net --port=5432 --username=public-udd-mirror udd"
fi
while getopts "hjm" o; do
@@ -48,7 +48,7 @@ while getopts "hjm" o; do
;;
m)
export PGPASSWORD="public-udd-mirror"
- SERVICE="--host=public-udd-mirror.xvm.mit.edu --port=5432 --username=public-udd-mirror udd"
+ SERVICE="--host=udd-mirror.debian.net --port=5432 --username=public-udd-mirror udd"
;;
*)
usage
@@ -80,6 +80,10 @@ else
python-team)
MAINTSTRING="AND maintainer_email = 'team+python at tracker.debian.org'"
;;
+ php-pear-team)
+ MAINTSTRING="AND maintainer_email = 'pkg-php-pear at lists.alioth.debian.org'"
+ ;;
+
*)
echo "Other groups than Debian Med needs to be adapted here"
;;
View it on GitLab: https://salsa.debian.org/med-team/community/helper-scripts/-/compare/834381f1924ad5da9c101bb7cd964c91f798e569...e7a7170abc2c296948bd0a0bfa84aa42f2f1fdd0
--
View it on GitLab: https://salsa.debian.org/med-team/community/helper-scripts/-/compare/834381f1924ad5da9c101bb7cd964c91f798e569...e7a7170abc2c296948bd0a0bfa84aa42f2f1fdd0
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/debian-med-commit/attachments/20221223/8cf5bf1a/attachment-0001.htm>
More information about the debian-med-commit
mailing list