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

[Git][snapshot-team/snapshot][master] 4 commits: master/import-run: debian-volatile and debian-backports will not see updates again



Title: GitLab

Peter Palfrader pushed to branch master at snapshot / snapshot

Commits:

  • 45884f73
    by Peter Palfrader at 2024-06-04T18:09:27+02:00
    master/import-run: debian-volatile and debian-backports will not see updates again
    
  • 979fa8fb
    by Peter Palfrader at 2024-06-04T18:09:50+02:00
    master/import-run: re-order entries
    
  • 97a05f24
    by Peter Palfrader at 2024-06-04T18:10:07+02:00
    master/import-run: add debian-security-debug
    
  • e0ae8ec8
    by Peter Palfrader at 2024-06-04T18:10:31+02:00
    master/import-run: use $() instead of ``
    

1 changed file:

Changes:

  • master/import-run
    ... ... @@ -11,7 +11,7 @@ umask 022
    11 11
     CONFIG="$BASE/etc/snapshot.conf"
    
    12 12
     
    
    13 13
     if [ -z "${HOME:-}" ]; then
    
    14
    -	HOME="$(getent passwd "`id -u`" | awk -F: '{print $6}')"
    
    14
    +	HOME="$(getent passwd "$(id -u)" | awk -F: '{print $6}')"
    
    15 15
     	export HOME
    
    16 16
     fi
    
    17 17
     
    
    ... ... @@ -34,7 +34,7 @@ archive="${1:-""}"
    34 34
     
    
    35 35
     #IGNORES="--ignore /Archive-Update-in-Progress-stabile.debian.org --ignore /Archive-Update-Required-stabile.debian.org"
    
    36 36
     case "$archive" in
    
    37
    -	"debian"|"debian-security"|"debian-volatile"|"debian-archive"|"debian-backports"|"debian-ports"|"debian-debug")
    
    37
    +	"debian"|"debian-debug"|"debian-security"|"debian-security-debug"|"debian-archive"|"debian-ports")
    
    38 38
     		force_slow_flag="$BASE/FORCE-SLOW-$archive"
    
    39 39
     		if [ -e "$force_slow_flag" ]; then
    
    40 40
     			quick=""
    


  • Reply to: