Created
August 4, 2012 07:21
-
-
Save kbighorse/3255375 to your computer and use it in GitHub Desktop.
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
| $ git push production feature/simplex:master | |
| Counting objects: 4, done. | |
| Delta compression using up to 2 threads. | |
| Compressing objects: 100% (2/2), done. | |
| Writing objects: 100% (2/2), 307 bytes, done. | |
| Total 2 (delta 1), reused 0 (delta 0) | |
| -----> Heroku receiving push | |
| -----> Ruby/Rails app detected | |
| -----> Installing dependencies using Bundler version 1.2.0.rc | |
| Running: bundle install --without development:test --path vendor/bundle --binstubs bin/ --deployment | |
| Using rake (0.9.2.2) | |
| Using multi_json (1.0.4) | |
| Using activesupport (3.1.4) | |
| Using builder (3.0.0) | |
| Using i18n (0.6.0) | |
| Using activemodel (3.1.4) | |
| Using erubis (2.7.0) | |
| Using rack (1.3.6) | |
| Using rack-cache (1.2) | |
| Using rack-mount (0.8.3) | |
| Using rack-test (0.6.1) | |
| Using hike (1.2.1) | |
| Using tilt (1.3.3) | |
| Using sprockets (2.0.4) | |
| Using actionpack (3.1.4) | |
| Using mime-types (1.19) | |
| Using polyglot (0.3.3) | |
| Using treetop (1.4.10) | |
| Using mail (2.3.3) | |
| Using actionmailer (3.1.4) | |
| Using arel (2.2.3) | |
| Using tzinfo (0.3.33) | |
| Using activerecord (3.1.4) | |
| Using activeresource (3.1.4) | |
| Using acts_as_follower (0.1.1) | |
| Using addressable (2.2.4) | |
| Using airbrake (3.1.2) | |
| Using xml-simple (1.1.1) | |
| Using aws-s3 (0.6.3) | |
| Using multi_xml (0.2.2) | |
| Using httparty (0.8.3) | |
| Using json (1.7.3) | |
| Using nokogiri (1.4.7) | |
| Using uuidtools (2.1.3) | |
| Using aws-sdk (1.5.7) | |
| Using bcrypt-ruby (3.0.1) | |
| Using cocaine (0.2.1) | |
| Using declarative_authorization (0.5.5) | |
| Using diff-lcs (1.1.3) | |
| Using excon (0.15.3) | |
| Using multipart-post (1.1.5) | |
| Using faraday (0.6.1) | |
| Using fastercsv (1.5.5) | |
| Using formtastic (1.2.4) | |
| Using friendly_id (4.0.7) | |
| Using haml (3.1.6) | |
| Using rack-ssl (1.3.2) | |
| Using rdoc (3.12) | |
| Using thor (0.14.6) | |
| Using railties (3.1.4) | |
| Using haml-rails (0.3.4) | |
| Using heroku-api (0.2.12) | |
| Using launchy (2.0.3) | |
| Using netrc (0.7.5) | |
| Using rest-client (1.6.7) | |
| Using rubyzip (0.9.9) | |
| Using heroku (2.28.15) | |
| Using jquery-rails (1.0.19) | |
| Using kgio (2.7.4) | |
| Using bundler (1.2.0.rc) | |
| Using rails (3.1.4) | |
| Using kumade (0.8.2) | |
| Using subexec (0.2.2) | |
| Using mini_magick (3.4) | |
| Using mustache (0.99.4) | |
| Using nested_form (0.2.2) from git://github.com/ryanb/nested_form.git (at master) | |
| Using net-ldap (0.2.2) | |
| Using newrelic_rpm (3.4.0.1) | |
| Using oa-core (0.2.6) | |
| Using oa-basic (0.2.6) | |
| Using pyu-ruby-sasl (0.0.3.3) | |
| Using rubyntlm (0.1.1) | |
| Using oa-enterprise (0.2.6) | |
| Using oa-more (0.2.6) | |
| Using oauth (0.4.6) | |
| Using oauth2 (0.4.1) | |
| Using oa-oauth (0.2.6) | |
| Using ruby-openid (2.2.0) | |
| Using rack-openid (1.3.1) | |
| Using ruby-openid-apps-discovery (1.2.0) | |
| Using oa-openid (0.2.6) | |
| Using omniauth (0.2.6) | |
| Using pacecar (1.5.3) | |
| Using paperclip (2.7.0) | |
| Using pg (0.14.0) | |
| Using phone-validator (0.0.2) | |
| Using rabl (0.6.14) | |
| Using raindrops (0.10.0) | |
| Using rqrcode (0.4.2) | |
| Using rqrcode-rails3 (0.1.5) | |
| Using rspec-core (2.11.0) | |
| Using rspec-expectations (2.11.1) | |
| Using rspec-mocks (2.11.1) | |
| Using rspec (2.11.0) | |
| Using sass (3.1.20) | |
| Using temple (0.4.0) | |
| Using slim (1.2.2) | |
| Using slim-rails (1.0.3) | |
| Using sorcery (0.7.5) | |
| Using state_machine (1.1.2) | |
| Using stringex (1.4.0) | |
| Using surveyor (0.22.0) | |
| Using unicorn (4.3.1) | |
| Your bundle is complete! It was installed into ./vendor/bundle | |
| Cleaning up the bundler cache. | |
| -----> Writing config/database.yml to read from DATABASE_URL | |
| -----> Preparing app for Rails asset pipeline | |
| Running: rake assets:precompile | |
| fatal: Not a git repository (or any of the parent directories): .git | |
| /usr/local/bin/ruby /tmp/build_6aj5ocd2vl0z/vendor/bundle/ruby/1.9.1/bin/rake assets:precompile:nondigest RAILS_ENV=production RAILS_GROUPS=assets | |
| fatal: Not a git repository (or any of the parent directories): .git | |
| Asset precompilation completed (27.48s) | |
| -----> Rails plugin injection | |
| Injecting rails_log_stdout | |
| Injecting rails3_serve_static_assets | |
| -----> Discovering process types | |
| Procfile declares types -> web, worker | |
| Default types for Ruby/Rails -> console, rake | |
| -----> Compiled slug size is 16.0MB | |
| -----> Launching... done, v188 | |
| -----> Deploy hooks scheduled, check output in your logs | |
| http://tradingpost.herokuapp.com deployed to Heroku | |
| To [email protected]:tradingpost.git | |
| b139851..784eaa4 feature/simplex -> master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment