summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-12 13:37:52 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-12 13:37:52 +0000
commit55b2febff000595e6c5d8120ccb888855b7edb6f (patch)
treed63404113db2e0593374df03c1339573e1e73fa6
parent6a8c58d6bf88914bc92d210529769f8d307366d1 (diff)
parent8f21d921dc5c45bb3a19f21a9f5ba88fd8700558 (diff)
add tag v2_4_0_rc1v2_4_0_rc1
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v2_4_0_rc1@57064 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rwxr-xr-xtool/make-snapshot2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index 72c48add50..35222b96c7 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -45,7 +45,7 @@ PACKAGES = {
}
if system("7z", out: IO::NULL)
- PACKAGES["gzip"] = %w".tar.gz 7z a -tgzip -mx"
+ PACKAGES["gzip"] = %w".tar.gz 7z a dummy -tgzip -mx -so"
PACKAGES["zip"] = %w".zip 7z a -tzip -mx"
end
if gzip = ENV.delete("GZIP")