mirror of
https://github.com/Yubico/yubikey-ksm.git
synced 2024-11-29 00:24:14 +01:00
Update some URLs.
This commit is contained in:
parent
d5cd0c252f
commit
085da497e5
2
BLURB
2
BLURB
@ -1,6 +1,6 @@
|
|||||||
Author: Yubico
|
Author: Yubico
|
||||||
Basename: yubikey-ksm
|
Basename: yubikey-ksm
|
||||||
Homepage: http://opensource.yubico.com/yubikey-ksm/
|
Homepage: https://developers.yubico.com/yubikey-ksm/
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Name: yubikey-ksm
|
Name: yubikey-ksm
|
||||||
Project: yubikey-ksm
|
Project: yubikey-ksm
|
||||||
|
12
Makefile
12
Makefile
@ -1,5 +1,5 @@
|
|||||||
# Written by Simon Josefsson <simon@josefsson.org>.
|
# Written by Simon Josefsson <simon@josefsson.org>.
|
||||||
# Copyright (c) 2009-2013 Yubico AB
|
# Copyright (c) 2009-2014 Yubico AB
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -41,7 +41,7 @@ MANS = ykksm-checksum.1 ykksm-export.1 ykksm-gen-keys.1 \
|
|||||||
|
|
||||||
all:
|
all:
|
||||||
@echo "Try 'make install' or 'make symlink'."
|
@echo "Try 'make install' or 'make symlink'."
|
||||||
@echo "Docs: https://github.com/Yubico/$(PROJECT)/wiki/Installation"
|
@echo "Docs: doc/Installation"
|
||||||
@exit 1
|
@exit 1
|
||||||
|
|
||||||
# Installation rules.
|
# Installation rules.
|
||||||
@ -121,13 +121,13 @@ release: dist
|
|||||||
fi
|
fi
|
||||||
@head -1 NEWS | grep -q "Version $(VERSION) (released `date -I`)" || \
|
@head -1 NEWS | grep -q "Version $(VERSION) (released `date -I`)" || \
|
||||||
(echo 'error: You need to update date/version in NEWS'; exit 1)
|
(echo 'error: You need to update date/version in NEWS'; exit 1)
|
||||||
@if test ! -d "$(YUBICO_GITHUB_REPO)"; then \
|
@if test ! -d "$(YUBICO_WWW_REPO)"; then \
|
||||||
echo "yubico.github.com repo not found!"; \
|
echo "yubico www repo not found!"; \
|
||||||
echo "Make sure that YUBICO_GITHUB_REPO is set"; \
|
echo "Make sure that YUBICO_WWW_REPO is set"; \
|
||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
gpg --detach-sign --default-key $(KEYID) $(PACKAGE)-$(VERSION).tgz
|
gpg --detach-sign --default-key $(KEYID) $(PACKAGE)-$(VERSION).tgz
|
||||||
gpg --verify $(PACKAGE)-$(VERSION).tgz.sig
|
gpg --verify $(PACKAGE)-$(VERSION).tgz.sig
|
||||||
git tag -u $(KEYID) -m "$(PACKAGE)-$(VERSION)" $(PACKAGE)-$(VERSION)
|
git tag -u $(KEYID) -m "$(PACKAGE)-$(VERSION)" $(PACKAGE)-$(VERSION)
|
||||||
$(YUBICO_GITHUB_REPO)/publish $(PROJECT) $(VERSION) $(PACKAGE)-$(VERSION).tgz*
|
$(YUBICO_WWW_REPO)/publish $(PROJECT) $(VERSION) $(PACKAGE)-$(VERSION).tgz*
|
||||||
@echo "Release created and tagged, remember to git push && git push --tags"
|
@echo "Release created and tagged, remember to git push && git push --tags"
|
||||||
|
Loading…
Reference in New Issue
Block a user