Skip to content

Instantly share code, notes, and snippets.

@boegel
Created December 12, 2013 20:16
Show Gist options
  • Save boegel/7934659 to your computer and use it in GitHub Desktop.
Save boegel/7934659 to your computer and use it in GitHub Desktop.
eb --search vs eb -S
$ eb --search Python/Python-3.2.3-goolf --robot ~/TMP
== temporary log file in case of crash /var/folders/6y/x4gmwgjn5qz63b7ftg4j_40m0000gn/T/easybuild-_veog_.log
== Searching (case-insensitive) for 'Python/Python-3.2.3-goolf' in /Users/kehoste/TMP
== Searching (case-insensitive) for 'python/python-3.2.3-goolf' in /Users/kehoste/work/easybuild-easyconfigs/easybuild/easyconfigs
== * /Users/kehoste/TMP/EasyBuild-v1.8.2/easybuild-easyconfigs/easybuild/easyconfigs/p/Python/Python-3.2.3-goolf-1.4.10.eb
== * /Users/kehoste/work/easybuild-easyconfigs/easybuild/easyconfigs/p/Python/Python-3.2.3-goolf-1.4.10.eb
== temporary log file /var/folders/6y/x4gmwgjn5qz63b7ftg4j_40m0000gn/T/easybuild-_veog_.log has been removed.
$ eb -S Python/Python-3.2.3-goolf --robot ~/TMP
== temporary log file in case of crash /var/folders/6y/x4gmwgjn5qz63b7ftg4j_40m0000gn/T/easybuild-Wrx3ub.log
== Searching (case-insensitive) for 'Python/Python-3.2.3-goolf' in /Users/kehoste/TMP
== Searching (case-insensitive) for 'python/python-3.2.3-goolf' in /Users/kehoste/work/easybuild-easyconfigs/easybuild/easyconfigs
== CFGS1=/Users/kehoste/TMP/EasyBuild-v1.8.2/easybuild-easyconfigs/easybuild/easyconfigs/p/Python
== CFGS2=/Users/kehoste/work/easybuild-easyconfigs/easybuild/easyconfigs/p/Python
== * $CFGS1/Python-3.2.3-goolf-1.4.10.eb
== * $CFGS2/Python-3.2.3-goolf-1.4.10.eb
== temporary log file /var/folders/6y/x4gmwgjn5qz63b7ftg4j_40m0000gn/T/easybuild-Wrx3ub.log has been removed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment