Skip to content

Commit

Permalink
package: ensure downloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 18, 2017
1 parent ede7672 commit 9cda319
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/apt/Makefile.am
Expand Up @@ -8,7 +8,7 @@ KEYRING_BASE_NAME = $(KEYRING_PACKAGE)-$(KEYRING_VERSION)

all:

release: build sign-packages update-repository sign-repository upload
release: download build sign-packages update-repository sign-repository upload

remove-existing-packages:
for distribution in $(DISTRIBUTIONS); do \
Expand Down
2 changes: 1 addition & 1 deletion packages/source/Makefile.am
Expand Up @@ -10,7 +10,7 @@ TMP_FILES = \

all:

release: upload
release: download upload

ensure-rsync-path:
@if test -z "$(RSYNC_PATH)"; then \
Expand Down
2 changes: 1 addition & 1 deletion packages/windows/Makefile.am
Expand Up @@ -8,7 +8,7 @@ SUFFIX =

all:

release: build package installer upload
release: download build package installer upload

ensure-rsync-path:
@if test -z "$(RSYNC_PATH)"; then \
Expand Down

0 comments on commit 9cda319

Please sign in to comment.