Created
November 14, 2008 01:23
-
-
Save mattknox/24715 to your computer and use it in GitHub Desktop.
This file contains 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
bash-3.2$ rake release --trace | |
(in /Users/mknox/hack/ruby/goaloc) | |
** Invoke release (first_time) | |
** Execute release | |
rake aborted! | |
Hey buddy, try committing them files first | |
/opt/local/lib/ruby/gems/1.8/gems/technicalpickles-jeweler-0.4.1/lib/jeweler/release.rb:7:in `release' | |
/opt/local/lib/ruby/gems/1.8/gems/technicalpickles-jeweler-0.4.1/lib/jeweler/tasks.rb:83:in `define_tasks' | |
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:617:in `call' | |
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:617:in `execute' | |
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:612:in `each' | |
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:612:in `execute' | |
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:578:in `invoke_with_call_chain' | |
/opt/local/lib/ruby/1.8/monitor.rb:242:in `synchronize' | |
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:571:in `invoke_with_call_chain' | |
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:564:in `invoke' | |
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2019:in `invoke_task' | |
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1997:in `top_level' | |
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1997:in `each' | |
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1997:in `top_level' | |
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2036:in `standard_exception_handling' | |
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1991:in `top_level' | |
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1970:in `run' | |
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2036:in `standard_exception_handling' | |
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1967:in `run' | |
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/bin/rake:31 | |
/opt/local/bin/rake:19:in `load' | |
/opt/local/bin/rake:19 | |
bash-3.2$ git status | |
# On branch master | |
nothing to commit (working directory clean) | |
bash-3.2$ git push | |
Counting objects: 4, done. | |
Compressing objects: 100% (3/3), done. | |
Writing objects: 100% (3/3), 578 bytes, done. | |
Total 3 (delta 1), reused 0 (delta 0) | |
To [email protected]:mattknox/goaloc.git | |
3f9bb1c..15a48d1 master -> master | |
bash-3.2$ rake release | |
(in /Users/mknox/hack/ruby/goaloc) | |
rake aborted! | |
Hey buddy, try committing them files first | |
(See full trace by running task with --trace) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment