Navigation Menu

Skip to content

Commit

Permalink
apt: add -repository suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 29, 2012
1 parent 68f4fe2 commit f9b8018
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/apt/Makefile.am
Expand Up @@ -5,7 +5,7 @@ CODES = squeeze wheezy unstable lucid natty oneiric precise

all:

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

remove-existing-packages:
for distribution in $(DISTRIBUTIONS); do \
Expand All @@ -18,10 +18,10 @@ download:
$(RSYNC_PATH)/$${distribution}/ $${distribution}; \
done

update:
update-repository:
./update-repository.sh '$(PACKAGE_NAME)' '$(ARCHITECTURES)' '$(CODES)'

sign:
sign-repository:
./sign-repository.sh '$(CODES)'

ensure-rsync-path:
Expand Down

0 comments on commit f9b8018

Please sign in to comment.