From afa462dc182c0176a0c9f0afb5db1e0080c499f5 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Thu, 12 Jan 2012 00:18:41 +0100 Subject: [PATCH] Makefile: update kernel.org sign and upload hook --- INSTALL | 2 +- Makefile.am | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/INSTALL b/INSTALL index 59abf7c92..0a34e77df 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -The options used used usually look like: +The options used usually look like: %configure \ --prefix=/usr \ --sysconfdir=/etc \ diff --git a/Makefile.am b/Makefile.am index 46f923ea9..d034baf56 100644 --- a/Makefile.am +++ b/Makefile.am @@ -755,16 +755,16 @@ git-release: git tag -m "udev $(VERSION)" -s $(VERSION) git gc --prune=0 -tar: - make distcheck - gpg --armor --detach-sign udev-$(VERSION).tar.xz - git-sync: git push git push --tags $(VERSION) +tar: + make distcheck + xz -d -c udev-$(VERSION).tar.xz | gpg --armor --detach-sign --output udev-$(VERSION).tar.asc + tar-sync: - scp udev-$(VERSION).tar.xz master.kernel.org:/pub/linux/utils/kernel/hotplug/ + kup put udev-$(VERSION).tar.xz udev-$(VERSION).tar.asc /pub/linux/utils/kernel/hotplug/udev-$(VERSION).tar.gz doc-sync: rsync -av src/*.html master.kernel.org:/pub/linux/utils/kernel/hotplug/udev/ -- 2.30.2