Navigation Menu

Skip to content

Commit

Permalink
add download target.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 25, 2010
1 parent 9680acd commit e5aa879
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions apt/Makefile.am
Expand Up @@ -12,6 +12,11 @@ remove-existing-packages:
find $${distribution}/pool -type f -delete; \
done

download:
for distribution in $(DISTRIBUTIONS); do \
rsync -avz $(RSYNC_PATH)/$${distribution}/ $${distribution}; \
done

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

Expand Down
2 changes: 1 addition & 1 deletion apt/build-in-chroot.sh
Expand Up @@ -118,5 +118,5 @@ EOF
for architecture in $ARCHITECTURES; do
for code_name in $CODES; do
build $architecture $code_name
done;
done
done

0 comments on commit e5aa879

Please sign in to comment.