Skip to content

Instantly share code, notes, and snippets.

@rberger
Created December 6, 2013 07:18
Show Gist options
  • Save rberger/7819838 to your computer and use it in GitHub Desktop.
Save rberger/7819838 to your computer and use it in GitHub Desktop.
rake features failure for thor-scmversion
➜ thor-scmversion git:(267fbf1) ✗ rake features
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/bin/ruby -S bundle exec cucumber --format pretty --tags ~wip
Feature: Bump
As a user
I want to be able to bump the version of a project's with a simple command
So that I don't have to do it manually
Scenario Outline: Bumping a version # features/bump.feature:6
Given I have a <scm> project of version '<starting version>' # features/step_definitions/bump_steps.rb:3
And there is a version '9.9.9' on another branch # features/step_definitions/bump_steps.rb:109
When I run `bundle exec thor version:bump <bump type> <flags>` from the temp directory # features/step_definitions/bump_steps.rb:61
Then the version should be '<resulting version>' # features/step_definitions/bump_steps.rb:36
And the <scm> server version should be '<resulting version>' # features/step_definitions/bump_steps.rb:48
Examples:
| scm | starting version | bump type | resulting version | flags |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 342 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-7km7fs/.git
* [new branch] master -> master
* [new tag] 1.0.0 -> 1.0.0
Switched to a new branch 'another_branch'
Switched to branch 'master'
git | 1.0.0 | patch | 1.0.1 | |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 339 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-d5gnx0/.git
* [new branch] master -> master
* [new tag] 1.0.0 -> 1.0.0
Switched to a new branch 'another_branch'
Switched to branch 'master'
git | 1.0.0 | minor | 1.1.0 | |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 339 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-147bld8/.git
* [new branch] master -> master
* [new tag] 1.0.0 -> 1.0.0
Switched to a new branch 'another_branch'
Switched to branch 'master'
git | 1.0.0 | major | 2.0.0 | |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 341 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1h0e2z7/.git
* [new branch] master -> master
* [new tag] 1.1.5 -> 1.1.5
Switched to a new branch 'another_branch'
Switched to branch 'master'
git | 1.1.5 | minor | 1.2.0 | |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 339 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-2qjo74/.git
* [new branch] master -> master
* [new tag] 1.1.5 -> 1.1.5
Switched to a new branch 'another_branch'
Switched to branch 'master'
git | 1.1.5 | major | 2.0.0 | |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 340 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-o9jot6/.git
* [new branch] master -> master
* [new tag] 1.0.0 -> 1.0.0
Switched to a new branch 'another_branch'
Switched to branch 'master'
git | 1.0.0 | prerelease | 1.0.1-alpha.1 | |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 341 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-wgy4h8/.git
* [new branch] master -> master
* [new tag] 1.0.0 -> 1.0.0
Switched to a new branch 'another_branch'
Switched to branch 'master'
git | 1.0.0 | prerelease someth | 1.0.1-someth.1 | |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 348 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1e6bzac/.git
* [new branch] master -> master
* [new tag] 1.0.0-alpha.1 -> 1.0.0-alpha.1
Switched to a new branch 'another_branch'
Switched to branch 'master'
git | 1.0.0-alpha.1 | prerelease | 1.0.0-alpha.2 | |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 347 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-gq4wzt/.git
* [new branch] master -> master
* [new tag] 1.0.0-alpha.5 -> 1.0.0-alpha.5
Switched to a new branch 'another_branch'
Switched to branch 'master'
git | 1.0.0-alpha.5 | prerelease beta | 1.0.0-beta.1 | |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 346 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-4419ck/.git
* [new branch] master -> master
* [new tag] 1.0.0-alpha.5 -> 1.0.0-alpha.5
Switched to a new branch 'another_branch'
Switched to branch 'master'
git | 1.0.0-alpha.5 | auto | 1.0.0-alpha.6 | -d prerelease |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 340 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1q49ll4/.git
* [new branch] master -> master
* [new tag] 1.0.0 -> 1.0.0
Switched to a new branch 'another_branch'
Switched to branch 'master'
git | 1.0.0 | build | 1.0.0+build.2 | |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 346 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-lqumla/.git
* [new branch] master -> master
* [new tag] 1.0.0-alpha.3 -> 1.0.0-alpha.3
Switched to a new branch 'another_branch'
Switched to branch 'master'
git | 1.0.0-alpha.3 | build | 1.0.0-alpha.3+build.2 | |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 340 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1ti6wyx/.git
* [new branch] master -> master
* [new tag] 1.0.0 -> 1.0.0
Switched to a new branch 'another_branch'
Switched to branch 'master'
git | 1.0.0 | auto | 1.0.1 | --default patch |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 339 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1ysuo03/.git
* [new branch] master -> master
* [new tag] 1.0.0 -> 1.0.0
Switched to a new branch 'another_branch'
Switched to branch 'master'
git | 1.0.0 | auto | 1.0.1 | -d patch |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 340 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-trs7hk/.git
* [new branch] master -> master
* [new tag] 1.0.0 -> 1.0.0
Switched to a new branch 'another_branch'
Switched to branch 'master'
git | 1.0.0 | auto | 1.0.0+build.2 | |
| p4 | 1.0.0 | patch | 1.0.1 | |
Permission denied - /temp (Errno::EACCES)
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:247:in `mkdir'
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:247:in `fu_mkdir'
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:221:in `block (2 levels) in mkdir_p'
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:219:in `reverse_each'
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:219:in `block in mkdir_p'
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:205:in `each'
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:205:in `mkdir_p'
./features/support/env.rb:14:in `perforce_project_dir'
./features/step_definitions/bump_steps.rb:83:in `/^I have a p4 project of version '(.*)'$/'
features/bump.feature:7:in `Given I have a <scm> project of version '<starting version>''
| p4 | 1.0.0 | minor | 1.1.0 | |
Permission denied - /temp (Errno::EACCES)
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:247:in `mkdir'
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:247:in `fu_mkdir'
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:221:in `block (2 levels) in mkdir_p'
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:219:in `reverse_each'
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:219:in `block in mkdir_p'
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:205:in `each'
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:205:in `mkdir_p'
./features/support/env.rb:14:in `perforce_project_dir'
./features/step_definitions/bump_steps.rb:83:in `/^I have a p4 project of version '(.*)'$/'
features/bump.feature:7:in `Given I have a <scm> project of version '<starting version>''
| p4 | 1.0.0 | major | 2.0.0 | |
Permission denied - /temp (Errno::EACCES)
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:247:in `mkdir'
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:247:in `fu_mkdir'
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:221:in `block (2 levels) in mkdir_p'
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:219:in `reverse_each'
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:219:in `block in mkdir_p'
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:205:in `each'
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:205:in `mkdir_p'
./features/support/env.rb:14:in `perforce_project_dir'
./features/step_definitions/bump_steps.rb:83:in `/^I have a p4 project of version '(.*)'$/'
features/bump.feature:7:in `Given I have a <scm> project of version '<starting version>''
| p4 | 1.1.5 | minor | 1.2.0 | |
Permission denied - /temp (Errno::EACCES)
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:247:in `mkdir'
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:247:in `fu_mkdir'
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:221:in `block (2 levels) in mkdir_p'
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:219:in `reverse_each'
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:219:in `block in mkdir_p'
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:205:in `each'
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:205:in `mkdir_p'
./features/support/env.rb:14:in `perforce_project_dir'
./features/step_definitions/bump_steps.rb:83:in `/^I have a p4 project of version '(.*)'$/'
features/bump.feature:7:in `Given I have a <scm> project of version '<starting version>''
| p4 | 1.1.5 | major | 2.0.0 | |
Permission denied - /temp (Errno::EACCES)
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:247:in `mkdir'
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:247:in `fu_mkdir'
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:221:in `block (2 levels) in mkdir_p'
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:219:in `reverse_each'
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:219:in `block in mkdir_p'
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:205:in `each'
/Users/rberger/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/fileutils.rb:205:in `mkdir_p'
./features/support/env.rb:14:in `perforce_project_dir'
./features/step_definitions/bump_steps.rb:83:in `/^I have a p4 project of version '(.*)'$/'
features/bump.feature:7:in `Given I have a <scm> project of version '<starting version>''
Scenario: Bumping a version where there is a nonversion tag # features/bump.feature:36
Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 346 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-165ly99/.git
* [new branch] master -> master
* [new tag] 1.0.0-alpha.6 -> 1.0.0-alpha.6
Given I have a git project of version '1.0.0-alpha.6' # features/step_definitions/bump_steps.rb:3
And there is a tag 'notaversion' # features/step_definitions/bump_steps.rb:124
When I run `bundle exec thor version:bump patch` from the temp directory # features/step_definitions/bump_steps.rb:61
Then the git server version should be '1.0.1' # features/step_definitions/bump_steps.rb:48
Scenario: Bumping a version where the next version that would be bumped to is already tagged in the repository # features/bump.feature:42
Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 340 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-utc2rw/.git
* [new branch] master -> master
* [new tag] 1.0.0 -> 1.0.0
Given I have a git project of version '1.0.0' # features/step_definitions/bump_steps.rb:3
Switched to a new branch 'another_branch'
Switched to branch 'master'
And there is a version '1.0.1' on another branch # features/step_definitions/bump_steps.rb:109
When I run `bundle exec thor version:bump patch` from the temp directory and expect a non-zero exit # features/step_definitions/bump_steps.rb:61
Then the git server version should be '1.0.0' # features/step_definitions/bump_steps.rb:48
Scenario: Bumping a patch version in Git when the server has an advanced version not yet fetched # features/bump.feature:48
Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 343 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1t8zd9w/.git
* [new branch] master -> master
* [new tag] 1.0.0 -> 1.0.0
Given I have a git project of version '1.0.0' # features/step_definitions/bump_steps.rb:3
And the origin version is '1.0.10' # features/step_definitions/bump_steps.rb:54
When I run `bundle exec thor version:bump patch` from the temp directory # features/step_definitions/bump_steps.rb:61
Then the version should be '1.0.11' # features/step_definitions/bump_steps.rb:36
And the git server version should be '1.0.11' # features/step_definitions/bump_steps.rb:48
Scenario: Bumping a version in a git submodule # features/bump.feature:55
Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 340 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-grgm16/.git
* [new branch] master -> master
* [new tag] 1.2.3 -> 1.2.3
Given I have a git project of version '1.2.3' # features/step_definitions/bump_steps.rb:3
And .git is a file pointing to the .git folder in a parent module # features/step_definitions/bump_steps.rb:130
When I run `bundle exec thor version:bump patch ` from the temp directory # features/step_definitions/bump_steps.rb:61
Then the version should be '1.2.4' # features/step_definitions/bump_steps.rb:36
And the git server version should be '1.2.4' # features/step_definitions/bump_steps.rb:48
Feature: Guessing the level of a bump
As a user
I want a command that figures out a major, minor or patch bump based on commit logs
So that I can control semver changes while still using a CI server
Scenario Outline: changeset tags # features/bump_tags.feature:6
Given I have a git project of version '<starting version>' # features/step_definitions/bump_steps.rb:3
And a commit with the message "<message 1>" on the "master" branch # features/step_definitions/bump_steps.rb:27
And a commit with the message "<message 2>" on the "master" branch # features/step_definitions/bump_steps.rb:27
And a commit with the message "<message 3>" on the "master" branch # features/step_definitions/bump_steps.rb:27
When I run `bundle exec thor version:bump auto` from the temp directory # features/step_definitions/bump_steps.rb:61
Then the version should be '<resulting version>' # features/step_definitions/bump_steps.rb:36
And I run `git push origin master --tags` from the temp directory # features/step_definitions/bump_steps.rb:61
And the <scm> server version should be '<resulting version>' # features/step_definitions/bump_steps.rb:48
Examples:
| starting version | scm | message 1 | message 2 | message 3 | resulting version |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 341 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-mzvvu1/.git
* [new branch] master -> master
* [new tag] 1.2.3 -> 1.2.3
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 310 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-mzvvu1/.git
1d61186..48d427d master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 314 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-mzvvu1/.git
48d427d..5ae6145 master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 313 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-mzvvu1/.git
5ae6145..02b203b master -> master
Everything up-to-date
1.2.3 | git | untagged | another commit | another change | 1.2.3+build.2 |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 340 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1pq9tpo/.git
* [new branch] master -> master
* [new tag] 1.2.3 -> 1.2.3
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 310 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1pq9tpo/.git
e14e593..d2a1248 master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 313 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1pq9tpo/.git
d2a1248..1a1693b master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 319 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1pq9tpo/.git
1a1693b..af5e0a6 master -> master
Everything up-to-date
1.2.3 | git | untagged | another commit | big change [major] | 2.0.0 |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 341 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1iueto5/.git
* [new branch] master -> master
* [new tag] 1.2.3 -> 1.2.3
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 310 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1iueto5/.git
ab7a368..944c1a0 master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 313 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1iueto5/.git
944c1a0..60cb746 master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 323 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1iueto5/.git
60cb746..0287ffe master -> master
Everything up-to-date
1.2.3 | git | untagged | another commit | big change [MAJOR] | 2.0.0 |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 340 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1vjdczs/.git
* [new branch] master -> master
* [new tag] 1.2.3 -> 1.2.3
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 311 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1vjdczs/.git
48b85db..b4215be master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 312 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1vjdczs/.git
b4215be..f032497 master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 325 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1vjdczs/.git
f032497..55bfa6d master -> master
Everything up-to-date
1.2.3 | git | untagged | another commit | smallish change [minor] | 1.3.0 |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 340 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1d8axco/.git
* [new branch] master -> master
* [new tag] 1.2.3 -> 1.2.3
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 308 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1d8axco/.git
5b84901..d6bc882 master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 319 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1d8axco/.git
d6bc882..9da65e7 master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 323 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1d8axco/.git
9da65e7..53941de master -> master
Everything up-to-date
1.2.3 | git | untagged | big change [major] | smallish change [minor] | 2.0.0 |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 340 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-scziqg/.git
* [new branch] master -> master
* [new tag] 1.2.3 -> 1.2.3
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 310 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-scziqg/.git
c6e0432..7e33f3e master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 314 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-scziqg/.git
7e33f3e..5fee90d master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 318 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-scziqg/.git
5fee90d..96a74f6 master -> master
Everything up-to-date
1.2.3 | git | untagged | another commit | pre [prerelease] | 1.2.4-alpha.1 |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 340 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-16yhuol/.git
* [new branch] master -> master
* [new tag] 1.2.3 -> 1.2.3
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 307 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-16yhuol/.git
7e7469d..5b1e8e3 master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 311 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-16yhuol/.git
5b1e8e3..1cda725 master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 321 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-16yhuol/.git
1cda725..3aaa523 master -> master
Everything up-to-date
1.2.3 | git | untagged | another commit | pre [prerelease beta] | 1.2.4-beta.1 |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 346 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-g36egy/.git
* [new branch] master -> master
* [new tag] 1.2.3-beta.1 -> 1.2.3-beta.1
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 310 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-g36egy/.git
fc169f7..f3f4334 master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 312 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-g36egy/.git
f3f4334..c18424b master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 318 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-g36egy/.git
c18424b..baf02e1 master -> master
Everything up-to-date
1.2.3-beta.1 | git | untagged | another commit | pre [prerelease beta] | 1.2.3-beta.2 |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 345 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1taqrso/.git
* [new branch] master -> master
* [new tag] 1.2.3-beta.1 -> 1.2.3-beta.1
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 310 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1taqrso/.git
02ed020..174dc33 master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 312 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1taqrso/.git
174dc33..90a3e17 master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 323 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1taqrso/.git
90a3e17..e326564 master -> master
Everything up-to-date
1.2.3-beta.1 | git | untagged | another commit | pre [prerelease someth] | 1.2.3-someth.1 |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 345 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-12ohk5g/.git
* [new branch] master -> master
* [new tag] 1.2.3-beta.1 -> 1.2.3-beta.1
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 310 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-12ohk5g/.git
79c3704..ed805e6 master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 312 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-12ohk5g/.git
ed805e6..b227e24 master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 317 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-12ohk5g/.git
b227e24..64d5cbe master -> master
Everything up-to-date
1.2.3-beta.1 | git | untagged | another commit | pre [prerelease] | 1.2.3-beta.2 |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 339 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1e6mokm/.git
* [new branch] master -> master
* [new tag] 1.2.3 -> 1.2.3
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 310 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1e6mokm/.git
119443b..91e3d07 master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 312 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1e6mokm/.git
91e3d07..55fb86f master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 315 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1e6mokm/.git
55fb86f..f664784 master -> master
Everything up-to-date
1.2.3 | git | untagged | another commit | build [patch] | 1.2.4 |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 341 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-itpg4s/.git
* [new branch] master -> master
* [new tag] 1.2.3 -> 1.2.3
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 310 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-itpg4s/.git
b219602..ca9bce8 master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 312 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-itpg4s/.git
ca9bce8..ee55858 master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 315 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-itpg4s/.git
ee55858..304d54d master -> master
Everything up-to-date
1.2.3 | git | untagged | another commit | big change #major | 2.0.0 |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 341 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1kwgegh/.git
* [new branch] master -> master
* [new tag] 1.2.3 -> 1.2.3
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 310 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1kwgegh/.git
20d5e17..ec915c5 master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 314 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1kwgegh/.git
ec915c5..d49e659 master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 320 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1kwgegh/.git
d49e659..de7cdf5 master -> master
Everything up-to-date
1.2.3 | git | untagged | another commit | smallish change #minor | 1.3.0 |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 341 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-13tdmof/.git
* [new branch] master -> master
* [new tag] 1.2.3 -> 1.2.3
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 310 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-13tdmof/.git
1a61aa5..361cff6 master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 318 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-13tdmof/.git
361cff6..d4513d6 master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 319 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-13tdmof/.git
d4513d6..e59d8e2 master -> master
Everything up-to-date
1.2.3 | git | untagged | big change #major | smallish change #minor | 2.0.0 |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 341 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1p3uhst/.git
* [new branch] master -> master
* [new tag] 1.2.3 -> 1.2.3
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 311 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1p3uhst/.git
556c910..9cfb38c master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 313 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1p3uhst/.git
9cfb38c..1e55f4d master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 314 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1p3uhst/.git
1e55f4d..bee1c8a master -> master
Everything up-to-date
1.2.3 | git | untagged | another commit | pre #prerelease | 1.2.4-alpha.1 |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 341 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1ibktsr/.git
* [new branch] master -> master
* [new tag] 1.2.3 -> 1.2.3
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 309 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1ibktsr/.git
6786ff5..4645e8f master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 312 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1ibktsr/.git
4645e8f..88921ad master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 317 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1ibktsr/.git
88921ad..b4ca05c master -> master
Everything up-to-date
1.2.3 | git | untagged | another commit | pre #prerelease-beta | 1.2.4-beta.1 |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 346 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1l2d5a5/.git
* [new branch] master -> master
* [new tag] 1.2.3-beta.1 -> 1.2.3-beta.1
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 311 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1l2d5a5/.git
5580dd1..968145f master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 313 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1l2d5a5/.git
968145f..5d743a3 master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 315 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-1l2d5a5/.git
5d743a3..78ee8b5 master -> master
Everything up-to-date
1.2.3-beta.1 | git | untagged | another commit | pre #prerelease-beta | 1.2.3-beta.2 |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 345 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-fnjya2/.git
* [new branch] master -> master
* [new tag] 1.2.3-beta.1 -> 1.2.3-beta.1
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 311 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-fnjya2/.git
dab1f72..b5f7603 master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 312 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-fnjya2/.git
b5f7603..eae77bb master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 322 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-fnjya2/.git
eae77bb..db909fe master -> master
Everything up-to-date
1.2.3-beta.1 | git | untagged | another commit | pre #prerelease-someth | 1.2.3-someth.1 |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 346 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-hlea9j/.git
* [new branch] master -> master
* [new tag] 1.2.3-beta.1 -> 1.2.3-beta.1
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 310 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-hlea9j/.git
30323e7..ed5ff04 master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 313 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-hlea9j/.git
ed5ff04..37670fe master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 313 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-hlea9j/.git
37670fe..16bd1e3 master -> master
Everything up-to-date
1.2.3-beta.1 | git | untagged | another commit | pre #prerelease | 1.2.3-beta.2 |
|Cloning into '.'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 340 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-opczoh/.git
* [new branch] master -> master
* [new tag] 1.2.3 -> 1.2.3
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 308 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-opczoh/.git
3f350e1..3e41e94 master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 314 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-opczoh/.git
3e41e94..497b91a master -> master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 313 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To file:///var/folders/mp/k_bfb0ms7r35st6_k21n77c80000gp/T/d20131205-22694-opczoh/.git
497b91a..c319e19 master -> master
Everything up-to-date
1.2.3 | git | untagged | another commit | build #patch | 1.2.4 |
Failing Scenarios:
cucumber features/bump.feature:6 # Scenario: Bumping a version
cucumber features/bump.feature:6 # Scenario: Bumping a version
cucumber features/bump.feature:6 # Scenario: Bumping a version
cucumber features/bump.feature:6 # Scenario: Bumping a version
cucumber features/bump.feature:6 # Scenario: Bumping a version
44 scenarios (5 failed, 39 passed)
278 steps (5 failed, 20 skipped, 253 passed)
1m9.533s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment