[Groonga-commit] pgroonga/pgroonga at 77232dd [master] package apt: tar.xz may exist

Back to archive index

Kouhei Sutou null+****@clear*****
Fri May 29 12:06:30 JST 2015


Kouhei Sutou	2015-05-29 12:06:30 +0900 (Fri, 29 May 2015)

  New Revision: 77232dd345431654f093a391c314094e087b350b
  https://github.com/pgroonga/pgroonga/commit/77232dd345431654f093a391c314094e087b350b

  Message:
    package apt: tar.xz may exist

  Modified files:
    packages/apt/build-deb.sh

  Modified: packages/apt/build-deb.sh (+1 -1)
===================================================================
--- packages/apt/build-deb.sh    2015-05-29 12:05:25 +0900 (197cd0a)
+++ packages/apt/build-deb.sh    2015-05-29 12:06:30 +0900 (2e4d899)
@@ -54,4 +54,4 @@ run cd -
 package_initial=$(echo "${PACKAGE}" | sed -e 's/\(.\).*/\1/')
 pool_dir="/vagrant/repositories/${distribution}/pool/${code_name}/${component}/${package_initial}/${PACKAGE}"
 run mkdir -p "${pool_dir}/"
-run cp *.tar.gz *.dsc *.deb "${pool_dir}/"
+run cp *.tar.* *.dsc *.deb "${pool_dir}/"
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index