diff mbox

[netctl] Makefile: Update upload URL

Message ID 20170314171947.16934-1-bluewind@xinu.at
State Accepted
Headers show

Commit Message

Emil Velikov via arch-projects March 14, 2017, 5:19 p.m. UTC
Signed-off-by: Florian Pritz <bluewind@xinu.at>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Emil Velikov via arch-projects March 14, 2017, 10:08 p.m. UTC | #1
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
Emil Velikov via arch-projects March 15, 2017, 7:43 a.m. UTC | #2
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
Emil Velikov via arch-projects July 31, 2017, 1:05 p.m. UTC | #3
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
Emil Velikov via arch-projects July 31, 2017, 2:37 p.m. UTC | #4
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
diff mbox

Patch

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