chiark / gitweb /
Makefile: update kernel.org sign and upload hook
authorKay Sievers <kay.sievers@vrfy.org>
Wed, 11 Jan 2012 23:18:41 +0000 (00:18 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Wed, 11 Jan 2012 23:18:41 +0000 (00:18 +0100)
INSTALL
Makefile.am

diff --git a/INSTALL b/INSTALL
index 59abf7c92f787f05e153bb0b7891a6365a597add..0a34e77df2a272cbd3a4d75e8ed00fb8d8647830 100644 (file)
--- 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 \
   %configure \
     --prefix=/usr \
     --sysconfdir=/etc \
index 46f923ea90f84b7b87d087e747b3e795d6930800..d034baf565e3b044a2fee94a47d40d62eeae9789 100644 (file)
@@ -755,16 +755,16 @@ git-release:
        git tag -m "udev $(VERSION)" -s $(VERSION)
        git gc --prune=0
 
        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)
 
 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:
 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/
 
 doc-sync:
        rsync -av src/*.html master.kernel.org:/pub/linux/utils/kernel/hotplug/udev/