Navigation Menu

Skip to content

Commit

Permalink
yum: use suitable target name
Browse files Browse the repository at this point in the history
make sign ->
make sign-packages

make update ->
make update-repository
  • Loading branch information
kenhys committed Sep 26, 2012
1 parent fa7dc2c commit 3c11ba2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/yum/Makefile.am
Expand Up @@ -8,7 +8,7 @@ USE_ATRPMS = no

all:

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

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

sign:
sign-packages:
./sign-rpm.sh '$(GPG_UID)' '$(REPOSITORIES_PATH)/' '$(DISTRIBUTIONS)'

update:
update-repository:
./update-repository.sh '$(REPOSITORIES_PATH)/' '$(DISTRIBUTIONS)'

upload: ensure-rsync-path
Expand Down

0 comments on commit 3c11ba2

Please sign in to comment.