Kouhei Sutou
null+****@clear*****
Thu Oct 4 10:21:20 JST 2012
Kouhei Sutou 2010-09-03 09:26:53 +0900 (Fri, 03 Sep 2010) New Revision: d8c03df9b996ef6fe1c72a3ce22aa1c3c2d4820c https://github.com/mroonga/mroonga/commit/d8c03df9b996ef6fe1c72a3ce22aa1c3c2d4820c Log: fix generated file permission. Modified files: apt/update-repository.sh Modified: apt/update-repository.sh (+2 -1) =================================================================== --- apt/update-repository.sh 2010-09-02 14:00:05 +0900 (7171a16) +++ apt/update-repository.sh 2010-09-03 09:26:53 +0900 (6669a8c) @@ -88,9 +88,10 @@ Tree "dists/${code_name}" { }; EOF apt-ftparchive generate generate-${code_name}.conf + chmod 644 dists/${code_name}/Contents* + rm -f dists/${code_name}/Release* rm -f *.db - cat <<EOF > release-${code_name}.conf APT::FTPArchive::Release::Origin "The ${PROJECT_NAME} project"; APT::FTPArchive::Release::Label "The ${PROJECT_NAME} project"; -------------- next part -------------- HTML����������������������������...Download