~josvaz/ubuntu-on-ec2/ec2-publishing-scripts-lp1602466-xen-fbfront-blacklist

« back to all changes in this revision

Viewing changes to reap-ec2-instances

  • Committer: Daniel Watkins
  • Date: 2016-02-16 15:25:39 UTC
  • mfrom: (624.1.8 ec2-publishing-scripts)
  • Revision ID: daniel.watkins@canonical.com-20160216152539-uek5jodaid7vzltc
Cleanup prior to new publication changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
debug() {
47
47
        local level=${1}; shift;
48
48
        [ "${level}" -gt "${VERBOSITY}" ] && return
49
 
        error "${@}"
 
49
        echo "$(date): ${@}" 1>&2
50
50
}
51
51
 
52
52
short_opts="hmrv"