...
 
Commits (3)
    https://gitcode.net/Netto2009/dak/-/commit/5ab5cd79a123a5e6af8588ecd65192f69f5c00d2 dinstall: rsync dep11 data for experimental too 2023-06-12T22:53:30+02:00 Cyril Brulebois kibi@debian.org https://gitcode.net/Netto2009/dak/-/commit/ff67f7d548d4805905977adf81ad87ce763c8e27 Update import-into-debian-archive.txt: remind webmaster about updating the... 2023-06-16T10:26:21+00:00 Laura Arjona Reina larjona@debian.org Update import-into-debian-archive.txt: remind webmaster about updating the corresponding web pages in www.debian.org too (releases/index and distrib/archive at least) https://gitcode.net/Netto2009/dak/-/commit/739f238d4e70a76d1de8bb4e56ec38b01ce38096 Merge remote-tracking branches 'origin/merge-requests/271' and 'origin/merge-... 2023-06-24T17:28:19+02:00 Ansgar ansgar@debian.org
......@@ -22,7 +22,7 @@ DINSTALLSTATE="${webdir}/dinstall.status"
# get em out of the db.
extimportdists=""
if [ "${functionname}" = ftp-master.debian.org ]; then
for suite in testing unstable; do
for suite in testing unstable experimental; do
codename=$(dak admin suite-config get-value ${suite} codename)
extimportdists="${extimportdists} ${codename}"
done
......
......@@ -110,4 +110,4 @@ done
# + jdupes again
# Remind webmaster to remove stuff from packages.d.o
# Remind webmaster to update the corresponding pages in www.debian.org and remove stuff from packages.d.o