[Groonga-mysql-commit] mroonga/mroonga [master] fix generated file permission.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 9月 3日 (金) 09:26:53 JST


Kouhei Sutou	2010-09-03 00:26:53 +0000 (Fri, 03 Sep 2010)

  New Revision: 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 05:00:05 +0000 (7171a16)
+++ apt/update-repository.sh    2010-09-03 00:26:53 +0000 (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";




Groonga-mysql-commit メーリングリストの案内
Back to archive index