null+****@clear*****
null+****@clear*****
2012年 4月 29日 (日) 09:13:14 JST
Kouhei Sutou 2012-04-29 09:13:14 +0900 (Sun, 29 Apr 2012)
New Revision: f9b8018d3fe0a750dab0f9684a8fad81914418ff
Log:
apt: add -repository suffix
Modified files:
packages/apt/Makefile.am
Modified: packages/apt/Makefile.am (+3 -3)
===================================================================
--- packages/apt/Makefile.am 2012-04-29 09:08:56 +0900 (5dc327f)
+++ packages/apt/Makefile.am 2012-04-29 09:13:14 +0900 (9a93aca)
@@ -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 \
@@ -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: