Navigation Menu

Skip to content

Commit

Permalink
don't remove existing packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 22, 2010
1 parent 7dae579 commit c6308a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apt/Makefile.am
Expand Up @@ -5,7 +5,7 @@ CODES = squeeze unstable lucid

all:

release: remove-existing-packages build update sign upload
release: build update sign upload

remove-existing-packages:
for distribution in $(DISTRIBUTIONS); do \
Expand Down
2 changes: 1 addition & 1 deletion yum/Makefile.am
Expand Up @@ -4,7 +4,7 @@ CHROOT_BASE = /var/lib/chroot

all:

release: remove-existing-packages build sign update upload
release: build sign update upload

remove-existing-packages:
for distribution in $(DISTRIBUTIONS); do \
Expand Down

0 comments on commit c6308a5

Please sign in to comment.