spurious cp

git-archive
devrandom 13 years ago
parent 637aeb6d1a
commit 34c0c2c86b

@ -83,5 +83,4 @@ assert_path = File.join(release_path, "#{package_name}-build.assert")
File.open(assert_path, "w") do |io|
io.write result.to_yaml
end
FileUtils.cp(result_path, release_path)
system!("gpg --detach-sign -u \"#{signer}\" #{assert_path}")

@ -2,5 +2,5 @@ Downloader
* incremental update of dest directory
* overwrite existing files (optionally balk if sha256sum changed)
* remove empty dirs as result of previous action
* remove empty dirs as result of file remove
* json

Loading…
Cancel
Save