Skip to content

Commit

Permalink
Use the Debian CDN site instead of other Debian mirror URLs (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
pabs3 authored and stapelberg committed Dec 8, 2019
1 parent cc5ea3e commit 9583b90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/dcs-compute-ranking/compute-ranking.go
Expand Up @@ -18,7 +18,7 @@ import (

var (
mirrorUrl = flag.String("mirror_url",
"http://httpredir.debian.org/debian",
"http://deb.debian.org/debian",
"URL to the debian mirror to use")

verbose = flag.Bool("verbose",
Expand Down
2 changes: 1 addition & 1 deletion cmd/dcs-reshard/reshard.go
Expand Up @@ -19,7 +19,7 @@ import (

var (
mirrorUrl = flag.String("mirror_url",
"http://ftp.ch.debian.org/debian",
"http://deb.debian.org/debian",
"Debian mirror URL")
oldShardsStr = flag.String("old_shards",
"10.209.68.76:21010,10.209.68.12:21010,10.209.68.22:21010,10.209.68.74:21010,10.209.66.198:21010",
Expand Down

0 comments on commit 9583b90

Please sign in to comment.