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

[Git][ftp-team/dak][master] 2 commits: use https:// for snapshot.d.o



Title: GitLab

Ansgar pushed to branch master at Debian FTP Team / dak

Commits:

  • 14c52d4b
    by Ansgar at 2022-12-17T11:18:19+01:00
    use https:// for snapshot.d.o
    
  • 208332b9
    by Ansgar at 2022-12-17T11:18:45+01:00
    templates/rm.bug-close: remove trailing whitespace
    

3 changed files:

Changes:

  • scripts/debian/link_morgue.sh
    ... ... @@ -78,7 +78,7 @@ trap byebye_lock ERR EXIT TERM HUP INT QUIT
    78 78
     
    
    79 79
     PROCESSDIR="${base}/morgue"
    
    80 80
     FARMBASE="/srv/snapshot.debian.org/farm"
    
    81
    -FARMURL="http://snapshot.debian.org/file/"
    
    81
    +FARMURL="https://snapshot.debian.org/file/"
    
    82 82
     PROGRAM="link_morgue"
    
    83 83
     DBHOST="lw08.debian.org"
    
    84 84
     HASHFILE="${dbdir}/hashes"
    

  • templates/rm.bug-close
    1 1
     From: __RM_ADDRESS__
    
    2 2
     To: __BUG_NUMBER__-close@__BUG_SERVER__
    
    3
    -__CC__ 
    
    3
    +__CC__
    
    4 4
     __BCC__
    
    5 5
     X-Debian: DAK
    
    6 6
     MIME-Version: 1.0
    
    ... ... @@ -32,7 +32,7 @@ close them or re-assign them to another package if the removed package
    32 32
     was superseded by another one.
    
    33 33
     
    
    34 34
     The version of this package that was in Debian prior to this removal
    
    35
    -can still be found using http://snapshot.debian.org/.
    
    35
    +can still be found using https://snapshot.debian.org/.
    
    36 36
     
    
    37 37
     Thank you for reporting the bug, which will now be closed.  If you
    
    38 38
     have further comments please address them to __BUG_NUMBER__@__BUG_SERVER__.
    

  • templates/rm.bug-close-related
    ... ... @@ -19,7 +19,7 @@ that we couldn't deal with your issue properly.
    19 19
     For details on the removal, please see https://__BUG_SERVER__/__BUG_NUMBER__
    
    20 20
     
    
    21 21
     The version of this package that was in Debian prior to this removal
    
    22
    -can still be found using http://snapshot.debian.org/.
    
    22
    +can still be found using https://snapshot.debian.org/.
    
    23 23
     
    
    24 24
     Please note that the changes have been done on the master archive and
    
    25 25
     will not propagate to any mirrors until the next dinstall run at the
    


  • Reply to: