Skip to content

Commit

Permalink
opensuse: Temporarily switch to mirrorcache-eu to fix downloads
Browse files Browse the repository at this point in the history
According to https://status.opensuse.org, mirrorcache-us.opensuse.org has been down for maintenance for 15 days. mirrorcache-eu.opensuse.org is still up, so switch temporarily to fix distrobuilder downloads.

Signed-off-by: Danny Lin <[email protected]>
  • Loading branch information
kdrag0n authored Nov 23, 2024
1 parent dc5c139 commit 1fb71ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/opensuse-http.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func (s *opensuse) Run() error {
var fname string

if s.definition.Source.URL == "" {
s.definition.Source.URL = "https://mirrorcache-us.opensuse.org/download"
s.definition.Source.URL = "https://mirrorcache-eu.opensuse.org/download"
}

tarballPath, err := s.getPathToTarball(s.definition.Source.URL, s.definition.Image.Release,
Expand Down

0 comments on commit 1fb71ab

Please sign in to comment.