mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-28 06:35:34 +07:00
Makefile: update kernel.org sign and upload hook
This commit is contained in:
parent
d8d2af0635
commit
afa462dc18
2
INSTALL
2
INSTALL
@ -1,4 +1,4 @@
|
||||
The options used used usually look like:
|
||||
The options used usually look like:
|
||||
%configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
|
10
Makefile.am
10
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/
|
||||
|
Loading…
Reference in New Issue
Block a user