[arch-projects] [netcfg] [PATCH] Makefile: fix dest for scp
archlinux.org points to gudrun, but tarballs should be uploaded to gerolde. Signed-off-by: Florian Pritz <bluewind@xinu.at> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1925af4..4ec4cb9 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ PKGBUILD: netcfg-$(VERSION).tar.xz upload: netcfg-$(VERSION).tar.xz md5sum $< > MD5SUMS.$(VERSION) - scp $< MD5SUMS.$(VERSION) archlinux.org:/srv/ftp/other/netcfg/ + scp $< MD5SUMS.$(VERSION) gerolde.archlinux.org:/srv/ftp/other/netcfg/ clean: $(MAKE) -C docs clean -- 1.7.9.5
On Tue, Apr 3, 2012 at 21:39, Florian Pritz <bluewind@xinu.at> wrote:
archlinux.org points to gudrun, but tarballs should be uploaded to gerolde.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Thanks! Applied.
participants (2)
-
Florian Pritz
-
Jouke Witteveen