Remove clipboard operations
Project: http://git-wip-us.apache.org/repos/asf/couchdb-admin/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-admin/commit/f5283339 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-admin/tree/f5283339 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-admin/diff/f5283339 Branch: refs/heads/master Commit: f52833396e746a8ffddbb47025032a9688989ee8 Parents: 04160c5 Author: Noah Slater <[email protected]> Authored: Thu Mar 7 20:18:24 2013 +0000 Committer: Noah Slater <[email protected]> Committed: Thu Mar 7 20:18:24 2013 +0000 ---------------------------------------------------------------------- release/generate_proposal.sh | 12 ------------ release/publish_candidate.sh | 12 ------------ 2 files changed, 0 insertions(+), 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-admin/blob/f5283339/release/generate_proposal.sh ---------------------------------------------------------------------- diff --git a/release/generate_proposal.sh b/release/generate_proposal.sh index 27ba791..484dbc5 100755 --- a/release/generate_proposal.sh +++ b/release/generate_proposal.sh @@ -82,18 +82,6 @@ sed -e "s|%VERSION%|$version|g" \ echo "Email text written to:" $email_file -if test -n `which pbcopy`; then - cat $email_file | pbcopy && copied=1 -elif test -n `which xclip`; then - cat $email_file | xclip -selection c && copied=1 -elif test -n `which clip`; then - cat $email_file | clip && copied=1 -fi - -if test -n "$copied"; then - echo "Copied to your clipboard..." -fi - echo "Send the email to: [email protected]" echo "Files in $tmp_dir" http://git-wip-us.apache.org/repos/asf/couchdb-admin/blob/f5283339/release/publish_candidate.sh ---------------------------------------------------------------------- diff --git a/release/publish_candidate.sh b/release/publish_candidate.sh index baaf7ee..dbe2b92 100755 --- a/release/publish_candidate.sh +++ b/release/publish_candidate.sh @@ -123,18 +123,6 @@ email_file=$tmp_dir/email.txt echo "Email text written to:" $email_file -if test -n `which pbcopy`; then - cat $email_file | pbcopy && copied=1 -elif test -n `which xclip`; then - cat $email_file | xclip -selection c && copied=1 -elif test -n `which clip`; then - cat $email_file | clip && copied=1 -fi - -if test -n "$copied"; then - echo "Copied to your clipboard..." -fi - echo "Send the email to: [email protected]" echo "Files in $tmp_dir"
