Skip to content

Commit

Permalink
Merge 8e4138e into 028e12b
Browse files Browse the repository at this point in the history
  • Loading branch information
tdtds committed Oct 28, 2018
2 parents 028e12b + 8e4138e commit 2f2d543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tdiary/tasks/release.rake
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ begin
end

mv repo, dest
sh "tar zcf #{dest}.tar.gz #{dest}"
sh "tar --format=ustar zcf #{dest}.tar.gz #{dest}"
mv dest, repo
TARBALLS << "#{dest}.tar.gz"
end
Expand All @@ -80,7 +80,7 @@ begin
mv d, "tdiary-core/theme/" rescue true
end
mv "tdiary-core", "tdiary#{suffix}"
sh "tar zcf tdiary-full#{suffix}.tar.gz tdiary#{suffix}"
sh "tar --format=ustar zcf tdiary-full#{suffix}.tar.gz tdiary#{suffix}"
TARBALLS << "tdiary-full#{suffix}.tar.gz"
rm_rf "tdiary#{suffix}"
REPOS.each {|repo| rm_rf repo rescue true }
Expand Down

0 comments on commit 2f2d543

Please sign in to comment.