From 9d7ca45c363bbc258a93c9c100bc3860982d01aa Mon Sep 17 00:00:00 2001 From: Gorka Lerchundi Osa Date: Sat, 28 Feb 2015 14:50:40 +0100 Subject: [PATCH] grab sources from github --- rootfs/build-latest | 8 ++++---- rootfs/build-latest-git | 8 ++++---- rootfs/install-latest | 8 ++++---- rootfs/install-latest-git | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/rootfs/build-latest b/rootfs/build-latest index d654507..0214922 100644 --- a/rootfs/build-latest +++ b/rootfs/build-latest @@ -48,7 +48,7 @@ ${MAKE_4x} install # install skalibs cd /build -curl -R -L -O http://skarnet.org/software/skalibs/skalibs-${skalibs_version}.tar.gz +curl -R -L https://github.com/skarnet/skalibs/archive/v${skalibs_version}.tar.gz -o skalibs-${skalibs_version}.tar.gz tar xf skalibs-${skalibs_version}.tar.gz cd skalibs-${skalibs_version} @@ -66,7 +66,7 @@ ${MAKE_4x} install # install execline cd /build -curl -R -L -O http://skarnet.org/software/execline/execline-${execline_version}.tar.gz +curl -R -L https://github.com/skarnet/execline/archive/v${execline_version}.tar.gz -o execline-${execline_version}.tar.gz tar xf execline-${execline_version}.tar.gz cd execline-${execline_version} @@ -88,7 +88,7 @@ tar \ # install s6 cd /build -curl -R -L -O http://www.skarnet.org/software/s6/s6-${s6_version}.tar.gz +curl -R -L https://github.com/skarnet/s6/archive/v${s6_version}.tar.gz -o s6-${s6_version}.tar.gz tar xf s6-${s6_version}.tar.gz cd s6-${s6_version} @@ -114,7 +114,7 @@ tar \ # install s6-portable-utils cd /build -curl -R -L -O http://skarnet.org/software/s6-portable-utils/s6-portable-utils-${s6_portable_utils_version}.tar.gz +curl -R -L https://github.com/skarnet/s6-portable-utils/archive/v${s6_portable_utils_version}.tar.gz -o s6-portable-utils-${s6_portable_utils_version}.tar.gz tar xf s6-portable-utils-${s6_portable_utils_version}.tar.gz cd s6-portable-utils-${s6_portable_utils_version} diff --git a/rootfs/build-latest-git b/rootfs/build-latest-git index 4e0406d..56e429c 100644 --- a/rootfs/build-latest-git +++ b/rootfs/build-latest-git @@ -44,7 +44,7 @@ make install # install skalibs cd /build -git clone git://git.skarnet.org/skalibs +git clone https://github.com/skarnet/skalibs.git cd skalibs CC="musl-gcc -static" \ @@ -61,7 +61,7 @@ ${MAKE_4x} install # install execline cd /build -git clone git://git.skarnet.org/execline +git clone https://github.com/skarnet/execline.git cd execline CC="musl-gcc -static" \ @@ -82,7 +82,7 @@ tar \ # install s6 cd /build -git clone git://git.skarnet.org/s6 +git clone https://github.com/skarnet/s6.git cd s6 CC="musl-gcc -static" \ @@ -107,7 +107,7 @@ tar \ # install s6-portable-utils cd /build -git clone git://git.skarnet.org/s6-portable-utils +git clone https://github.com/skarnet/s6-portable-utils.git cd s6-portable-utils CC="musl-gcc -static" \ diff --git a/rootfs/install-latest b/rootfs/install-latest index 7801634..610b59e 100644 --- a/rootfs/install-latest +++ b/rootfs/install-latest @@ -48,7 +48,7 @@ make install # install skalibs cd /build -curl -R -L -O http://skarnet.org/software/skalibs/skalibs-${skalibs_version}.tar.gz +curl -R -L https://github.com/skarnet/skalibs/archive/v${skalibs_version}.tar.gz -o skalibs-${skalibs_version}.tar.gz tar xf skalibs-${skalibs_version}.tar.gz cd skalibs-${skalibs_version} @@ -61,7 +61,7 @@ ${MAKE_4x} install # install execline cd /build -curl -R -L -O http://skarnet.org/software/execline/execline-${execline_version}.tar.gz +curl -R -L https://github.com/skarnet/execline/archive/v${execline_version}.tar.gz -o execline-${execline_version}.tar.gz tar xf execline-${execline_version}.tar.gz cd execline-${execline_version} @@ -75,7 +75,7 @@ ${MAKE_4x} install # install s6 cd /build -curl -R -L -O http://www.skarnet.org/software/s6/s6-${s6_version}.tar.gz +curl -R -L https://github.com/skarnet/s6/archive/v${s6_version}.tar.gz -o s6-${s6_version}.tar.gz tar xf s6-${s6_version}.tar.gz cd s6-${s6_version} @@ -90,7 +90,7 @@ ${MAKE_4x} install # install s6-portable-utils cd /build -curl -R -L -O http://skarnet.org/software/s6-portable-utils/s6-portable-utils-${s6_portable_utils_version}.tar.gz +curl -R -L https://github.com/skarnet/s6-portable-utils/archive/v${s6_portable_utils_version}.tar.gz -o s6-portable-utils-${s6_portable_utils_version}.tar.gz tar xf s6-portable-utils-${s6_portable_utils_version}.tar.gz cd s6-portable-utils-${s6_portable_utils_version} diff --git a/rootfs/install-latest-git b/rootfs/install-latest-git index a2e4964..8c07c7e 100644 --- a/rootfs/install-latest-git +++ b/rootfs/install-latest-git @@ -44,7 +44,7 @@ make install # install skalibs cd /build -git clone git://git.skarnet.org/skalibs +git clone https://github.com/skarnet/skalibs.git cd skalibs CC="musl-gcc -static" \ @@ -56,7 +56,7 @@ ${MAKE_4x} install # install execline cd /build -git clone git://git.skarnet.org/execline +git clone https://github.com/skarnet/execline.git cd execline CC="musl-gcc -static" \ @@ -69,7 +69,7 @@ ${MAKE_4x} install # install s6 cd /build -git clone git://git.skarnet.org/s6 +git clone https://github.com/skarnet/s6.git cd s6 CC="musl-gcc -static" \ @@ -83,7 +83,7 @@ ${MAKE_4x} install # install s6-portable-utils cd /build -git clone git://git.skarnet.org/s6-portable-utils +git clone https://github.com/skarnet/s6-portable-utils.git cd s6-portable-utils CC="musl-gcc -static" \