[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ftp-team/dak][master] 3 commits: dinstall: rsync dep11 data for experimental too



Title: GitLab

Ansgar pushed to branch master at Debian FTP Team / dak

Commits:

  • 5ab5cd79
    by Cyril Brulebois at 2023-06-12T22:53:30+02:00
    dinstall: rsync dep11 data for experimental too
    
  • ff67f7d5
    by Laura Arjona Reina at 2023-06-16T10:26:21+00:00
    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)
  • 739f238d
    by Ansgar at 2023-06-24T17:28:19+02:00
    Merge remote-tracking branches 'origin/merge-requests/271' and 'origin/merge-requests/272'
    

2 changed files:

Changes:

  • config/debian/dinstall.variables
    ... ... @@ -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
    

  • docs/import-into-debian-archive.txt
    ... ... @@ -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 


  • Reply to: