summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-12-19 22:29:19 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2019-12-19 22:29:19 +0100
commit9d506389abbe7c7391677bb024865c88e7a3ba93 (patch)
tree9a80b12122c937199769863f7975cd1e350a1228
parent605b124bd94d4a6c28ca1a5e1b164c9d9c51057a (diff)
downloadalpine-mksite-9d506389abbe7c7391677bb024865c88e7a3ba93.tar.bz2
alpine-mksite-9d506389abbe7c7391677bb024865c88e7a3ba93.tar.xz
make: use dl-master for update release
dl-cdn is a mirror and may have delay. the mqtt message will trigger when something is pushed to dl-master, so get it while its fresh from there.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c3db0e9..f22e9ec 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ git_atom_url := https://git.alpinelinux.org/cgit/aports/atom
archs := x86_64 x86 armhf aarch64 ppc64le s390x armv7
releases_yaml = $(archs:%=releases.%.yaml)
-releases_url := http://dl-cdn.alpinelinux.org/alpine/latest-stable/releases
+releases_url := http://dl-master.alpinelinux.org/alpine/latest-stable/releases
releases_url_suffix = $(@:releases.%.yaml=%/latest-releases.yaml)
all: $(pages) $(static_out) $(out)/atom.xml