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 = '[email protected]'"
        ;;
+    php-pear-team)
+       MAINTSTRING="AND maintainer_email = 
'[email protected]'"
+       ;;
+
     *)
        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.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to