- Add checksum for maven 3.0.3 download
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[~/dev/palletops/hyde (master)⚡] ➔ pwd | |
/Users/tbatchelli/dev/palletops/hyde | |
[~/dev/palletops/hyde (master)⚡] ➔ lein docudata | |
:repositories detected in user-level profiles! [:s3] | |
See https://github.com/technomancy/leiningen/wiki/Repeatability | |
Generate docudata in /Users/tbatchelli/dev/palletops/hyde/target/docudata.edn for ("/Users/tbatchelli/dev/palletops/hyde/src") | |
[~/dev/palletops/hyde (master)⚡] ➔ cat /Users/tbatchelli/dev/palletops/hyde/target/docudata.edn | |
[~/dev/palletops/hyde (master)⚡] ➔ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[~] ➔ nova image-list | |
+--------------------------------------+----------------------------------------------------------------------------------------------+--------+--------+ | |
| ID | Name | Status | Server | | |
+--------------------------------------+----------------------------------------------------------------------------------------------+--------+--------+ | |
| 8a605fb2-57c5-43eb-9bd3-4f990802e478 | Arch 2014.4 (PVHVM) | ACTIVE | | | |
| 9522c27d-51d9-44ee-8eb3-fb7b14fd4042 | CentOS 5.10 | ACTIVE | | | |
| 042395fc-728c-4763-86f9-9b0cacb00701 | CentOS 6.5 | ACTIVE | | | |
| 592c879e-f37d-43e6-8b54-8c2d97cf04d4 | CentOS 6.5 (PVHVM) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[~/dev/pallet/pallet-lein-new (develop)↑⚡] ➔ lein pallet-release start 0.2.16 0.2.17 | |
:repositories detected in user-level profiles! [:s3] | |
See https://github.com/technomancy/leiningen/wiki/Repeatability | |
Performing task pallet-release with profiles (:default) | |
java.lang.ClassNotFoundException: jsr166y.ForkJoinPool, compiling:(clojure/core/reducers.clj:56:21) | |
at clojure.lang.Compiler.analyzeSeq(Compiler.java:6567) | |
at clojure.lang.Compiler.analyze(Compiler.java:6361) | |
at clojure.lang.Compiler.analyzeSeq(Compiler.java:6548) | |
at clojure.lang.Compiler.analyze(Compiler.java:6361) | |
at clojure.lang.Compiler.analyze(Compiler.java:6322) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[~/dev/palletops/hadoop-cluster (develop)⚡] ➔ source ~/.bash_profile | |
[~/dev/palletops/hadoop-cluster (develop)⚡] ➔ gist-buffer | |
[~/dev/palletops/hadoop-cluster (develop)⚡] ➔ man tee | |
[~/dev/palletops/hadoop-cluster (develop)⚡] ➔ gist | tee &1 | pbcopy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
} | |
function prompt_func() { | |
previous_return_value=$?; | |
# prompt="${TITLEBAR}$BLUE[$RED\w$GREEN$(__git_ps1)$YELLOW$(git_dirty_flag)$BLUE]$COLOR_NONE " | |
prompt="${TITLEBAR}${BLUE}[${RED}\w${GREEN}$(parse_git_branch)${BLUE}]${COLOR_NONE} " | |
if test $previous_return_value -eq 0 | |
then | |
PS1="${prompt}➔ " | |
else |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{:results | |
({:pass (("from-package") ("from-archive")), | |
:service :pallet-ec2, | |
:selector :amzn-linux-2013-092} | |
{:error (("from-package")), | |
:pass (("from-archive")), | |
:service :pallet-ec2, | |
:selector :debian-6-0} | |
{:error (("from-archive") ("from-package")), | |
:service :pallet-ec2, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TEST_ENV_THREAD |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[~/dev/palletops/mini-site (master)⚡] ➔ lein deps | |
:repositories detected in user-level profiles! [:s3] | |
See https://github.com/technomancy/leiningen/wiki/Repeatability | |
java.lang.NullPointerException | |
at java.util.regex.Matcher.getTextLength(Matcher.java:1234) | |
at java.util.regex.Matcher.reset(Matcher.java:308) | |
at java.util.regex.Matcher.<init>(Matcher.java:228) | |
at java.util.regex.Pattern.matcher(Pattern.java:1088) | |
at clojure.core$re_matcher.invoke(core.clj:4386) | |
at clojure.core$re_find.invoke(core.clj:4438) |