Kouhei Sutou
null+****@clear*****
Mon Jul 3 13:01:18 JST 2017
Kouhei Sutou 2017-07-03 13:01:18 +0900 (Mon, 03 Jul 2017) New Revision: 8be7adaaef4d18c30eff4a23dc3f09bc01c335e2 https://github.com/pgroonga/pgroonga/commit/8be7adaaef4d18c30eff4a23dc3f09bc01c335e2 Message: package apt: use tmp/ Modified files: Rakefile packages/apt/build-deb.sh Modified: Rakefile (+1 -1) =================================================================== --- Rakefile 2017-07-03 13:00:22 +0900 (9d355c9) +++ Rakefile 2017-07-03 13:01:18 +0900 (feffc46) @@ -355,7 +355,7 @@ postgresql#{postgresql_package_version}-devel debian_dir = "debian#{short_postgresql_version}" cp_r("#{absolute_packages_dir}/#{debian_dir}", "tmp/debian") - File.open("env.sh", "w") do |file| + File.open("tmp/env.sh", "w") do |file| file.puts(<<-ENV) PACKAGE=#{package} VERSION=#{version} Modified: packages/apt/build-deb.sh (+1 -1) =================================================================== --- packages/apt/build-deb.sh 2017-07-03 13:00:22 +0900 (2e4d899) +++ packages/apt/build-deb.sh 2017-07-03 13:01:18 +0900 (9410f14) @@ -11,7 +11,7 @@ run() fi } -. /vagrant/env.sh +. /vagrant/tmp/env.sh run sudo apt-get update run sudo apt-get install -y lsb-release -------------- next part -------------- HTML����������������������������... Descargar