mirror of
https://github.com/systemd/systemd.git
synced 2025-03-25 18:50:18 +03:00
Makefile: switch from .asc to .sign
This commit is contained in:
parent
46505c52a6
commit
c23d8fb18f
@ -765,10 +765,10 @@ git-sync:
|
||||
|
||||
tar:
|
||||
make distcheck
|
||||
xz -d -c udev-$(VERSION).tar.xz | gpg --armor --detach-sign --output udev-$(VERSION).tar.asc
|
||||
xz -d -c udev-$(VERSION).tar.xz | gpg --armor --detach-sign --output udev-$(VERSION).tar.sign
|
||||
|
||||
tar-sync:
|
||||
kup put udev-$(VERSION).tar.xz udev-$(VERSION).tar.asc /pub/linux/utils/kernel/hotplug/udev-$(VERSION).tar.gz
|
||||
kup put udev-$(VERSION).tar.xz udev-$(VERSION).tar.sign /pub/linux/utils/kernel/hotplug/
|
||||
|
||||
doc-sync:
|
||||
for i in src/*.html; do rm -f $$i.sign; gpg --armor --detach-sign --output=$$i.sign $$i; done
|
||||
|
Loading…
x
Reference in New Issue
Block a user