Skip to content

Commit

Permalink
Merge pull request #65 from kronosnet/release-fixes
Browse files Browse the repository at this point in the history
Release fixes
  • Loading branch information
fabbione committed Oct 27, 2017
2 parents f04d129 + fa038c6 commit 80aecab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -4,6 +4,7 @@
*.lo
*.pc
*.tar.*
*.sha256*
stamp-h1
Makefile.in
Makefile
Expand Down Expand Up @@ -37,7 +38,6 @@ libtool
autoscan.log
init/kronosnetd
init/kronosnetd.service
kronosnetd-*tar*
kronosnetd/kronosnetd
kronosnetd/knet-keygen
kronosnetd/kronosnetd.logrotate
Expand Down
4 changes: 2 additions & 2 deletions build-aux/release.mk
Expand Up @@ -74,7 +74,7 @@ ifeq (,$(gpgsignkey))
sign: $(deliverables)
@echo No GPG signing key defined
else
sign: $(project)-$(version).sha256.asc # "$(deliverables:=.asc)" to sign all
sign: $(deliverables:=.asc)
endif

# NOTE: cannot sign multiple files at once
Expand All @@ -93,7 +93,7 @@ else
@echo : pushing tags
@git push --follow-tags origin
@echo : publishing files
@scp $(deliverables) $(project)-$(version).sha256.asc www.kronosnet.org:kronosnet/releases/.
@scp $(deliverables) $(deliverables:=.asc) www.kronosnet.org:kronosnet/releases/.
endif


Expand Down

0 comments on commit 80aecab

Please sign in to comment.