Skip to content

Commit

Permalink
Merge pull request #25024 from code-dot-org/apps-package-last-modified
Browse files Browse the repository at this point in the history
Ignore modification time in apps bundle, use extraction time
  • Loading branch information
joshlory committed Sep 26, 2018
2 parents 6ea037c + afd8470 commit a138206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cdo/aws/s3_packaging.rb
Expand Up @@ -63,7 +63,7 @@ def decompress_package(package)
Dir.chdir(@target_location) do
# Clear out existing package
FileUtils.rm_rf Dir.glob("#{@target_location}/*")
RakeUtils.system "tar -zxf #{package.path}"
RakeUtils.system "tar -zxmf #{package.path}"
end
@logger.info "Decompressed"
end
Expand Down

0 comments on commit a138206

Please sign in to comment.