From 34c0c2c86bfaa44e62674993164621ac122ca9f3 Mon Sep 17 00:00:00 2001 From: devrandom Date: Fri, 27 May 2011 18:58:52 -0700 Subject: [PATCH] spurious cp --- bin/gsign | 1 - doc/NOTES | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/gsign b/bin/gsign index c932529..4a3836e 100755 --- a/bin/gsign +++ b/bin/gsign @@ -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}") diff --git a/doc/NOTES b/doc/NOTES index ad21e3c..97d3a1f 100644 --- a/doc/NOTES +++ b/doc/NOTES @@ -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