Ansgar pushed to branch master at Debian FTP Team / dak
Commits:
-
5ab5cd79
by Cyril Brulebois at 2023-06-12T22:53:30+02:00
-
ff67f7d5
by Laura Arjona Reina at 2023-06-16T10:26:21+00:00
-
739f238d
by Ansgar at 2023-06-24T17:28:19+02:00
2 changed files:
Changes:
| ... | ... | @@ -22,7 +22,7 @@ DINSTALLSTATE="${webdir}/dinstall.status" |
| 22 | 22 | # get em out of the db.
|
| 23 | 23 | extimportdists=""
|
| 24 | 24 | if [ "${functionname}" = ftp-master.debian.org ]; then
|
| 25 | - for suite in testing unstable; do
|
|
| 25 | + for suite in testing unstable experimental; do
|
|
| 26 | 26 | codename=$(dak admin suite-config get-value ${suite} codename)
|
| 27 | 27 | extimportdists="${extimportdists} ${codename}"
|
| 28 | 28 | done
|
| ... | ... | @@ -110,4 +110,4 @@ done |
| 110 | 110 | |
| 111 | 111 | # + jdupes again
|
| 112 | 112 | |
| 113 | -# Remind webmaster to remove stuff from packages.d.o |
|
| 113 | +# Remind webmaster to update the corresponding pages in www.debian.org and remove stuff from packages.d.o |