[arch-projects] [netctl][PATCH] Makefile: Update upload URL
Signed-off-by: Florian Pritz <bluewind@xinu.at> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 702fb53..9418056 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ PKGBUILD: netctl-$(VERSION).tar.xz contrib/PKGBUILD.in $(lastword $^) > $@ upload: netctl-$(VERSION).tar.xz - scp $< $<.sig nymeria.archlinux.org:/srv/ftp/other/packages/netctl + scp $< $<.sig sources.archlinux.org:/srv/ftp/other/packages/netctl clean: $(MAKE) -C docs clean -- 2.12.0
On Tue, Mar 14, 2017 at 6:19 PM, Florian Pritz via arch-projects <arch-projects@archlinux.org> wrote:
Signed-off-by: Florian Pritz <bluewind@xinu.at> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks, applied. I noted that you did not use the generated PKGBUILD, but manually updated the existing one. In doing so you missed that netctl now depends on systemd>=233. Thanks for being so fast, - Jouke
On 14.03.2017 23:08, Jouke Witteveen wrote:
I noted that you did not use the generated PKGBUILD, but manually updated the existing one. In doing so you missed that netctl now depends on systemd>=233.
Sorry about that. Fixed now Florian
On Wed, Mar 15, 2017 at 8:43 AM, Florian Pritz <bluewind@xinu.at> wrote:
On 14.03.2017 23:08, Jouke Witteveen wrote:
I noted that you did not use the generated PKGBUILD, but manually updated the existing one. In doing so you missed that netctl now depends on systemd>=233.
Sorry about that. Fixed now
Florian
Thanks! Now that systemd has a recent enough version in [core], netctl 1.13 can move too (I am not aware of blocker bugs). - Jouke
On 31.07.2017 15:05, Jouke Witteveen via arch-projects wrote:
Thanks! Now that systemd has a recent enough version in [core], netctl 1.13 can move too (I am not aware of blocker bugs).
Moved, thanks! Florian
participants (2)
-
Florian Pritz
-
Jouke Witteveen