Skip to content

Instantly share code, notes, and snippets.

@harlowja
Created August 9, 2016 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harlowja/5704eb5dff529416240577aff3abb5ab to your computer and use it in GitHub Desktop.
Save harlowja/5704eb5dff529416240577aff3abb5ab to your computer and use it in GitHub Desktop.
(.venv) LMDV-JHARLOW:cloud-init jxharlow$ bash -x tools/make-tarball
+ set -e
+ TEMP_D=
+ trap cleanup EXIT
+ short_opts=ho:v
+ long_opts=help,output:,long,verbose
++ getopt --name make-tarball --options ho:v --long help,output:,long,verbose --
+ getopt_out=' -- make-tarball --options ho:v --long help,output:,long,verbose --'
+ eval set -- ' -- make-tarball --options ho:v --long help,output:,long,verbose --'
++ set -- -- make-tarball --options ho:v --long help,output:,long,verbose --
+ long_opt=
+ '[' 7 -ne 0 ']'
+ cur=--
+ next=make-tarball
+ case "$cur" in
+ shift
+ break
+ rev=make-tarball
++ git describe make-tarball
fatal: Not a valid object name make-tarball
+ version=
+ cleanup
+ '[' -z '' ']'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment