null+****@clear*****
null+****@clear*****
2012年 4月 28日 (土) 15:24:18 JST
Kouhei Sutou 2012-04-28 15:24:18 +0900 (Sat, 28 Apr 2012) New Revision: d927ba51b99705265c32ea735732fa802c910e32 Log: apt: use suitable target names -repository suffix is added. Modified files: packages/apt/Makefile.am Modified: packages/apt/Makefile.am (+3 -3) =================================================================== --- packages/apt/Makefile.am 2012-04-28 15:22:37 +0900 (4d782b2) +++ packages/apt/Makefile.am 2012-04-28 15:24:18 +0900 (ea1b66b) @@ -8,7 +8,7 @@ REPOSITORY_BASE_NAME = $(REPOSITORY_PACKAGE)-$(REPOSITORY_VERSION) all: -release: build sign-packages update sign upload +release: build sign-packages update-repository sign-repository upload remove-existing-packages: for distribution in $(DISTRIBUTIONS); do \ @@ -30,10 +30,10 @@ download: ensure-rsync-path sign-packages: ./sign-packages.sh '$(GPG_UID)' '$(CODES)' -update: +update-repository: ./update-repository.sh '$(PACKAGE_NAME)' '$(ARCHITECTURES)' '$(CODES)' -sign: +sign-repository: ./sign-repository.sh '$(GPG_UID)' '$(CODES)' upload: ensure-rsync-path