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

[Git][snapshot-team/snapshot][master] 2 commits: sync-farm-incremental: fetch from sibelius



Title: GitLab

Julien Cristau pushed to branch master at snapshot / snapshot

Commits:

  • 97d45678
    by Julien Cristau at 2024-03-22T09:42:33+01:00
    sync-farm-incremental: fetch from sibelius
    
    Avoid going through NFS on sallinen / snapshot-master
    
  • deb106c6
    by Julien Cristau at 2024-03-22T08:44:08+00:00
    Merge branch 'sync-farm-sibelius' into 'master'
    
    sync-farm-incremental: fetch from sibelius
    
    See merge request snapshot-team/snapshot!13

1 changed file:

Changes:

  • mirror/sync-farm-incremental
    ... ... @@ -14,7 +14,7 @@ for i in *; do
    14 14
       trap "rm -rf '$tmpdir'" EXIT
    
    15 15
     
    
    16 16
       ~/code/mirror/farm-list-entries --farmpath "$farm" "$i" |
    
    17
    -    ssh -4 -C snapshot-master.debian.org farm-make-update-tarball "$i" |
    
    17
    +    ssh -4 -C sibelius.debian.org farm-make-update-tarball "$i" |
    
    18 18
         (cd $tmpdir && tar xaf -)
    
    19 19
     
    
    20 20
       ~/code/mirror/process-farm-update --farmpath "$farm" "$tmpdir"
    


  • Reply to: