Skip to content

Instantly share code, notes, and snippets.

View shimms's full-sized avatar

Michael Shimmins shimms

  • Brisbane, Australia
View GitHub Profile
### Keybase proof
I hereby claim:
* I am shimms on github.
* I am shimms (https://keybase.io/shimms) on keybase.
* I have a public key whose fingerprint is 5EFC E2E7 8A0A B788 B661 BE3C 4828 D94E AEC2 067C
To claim this, I am signing this object:
@shimms
shimms / gist:5589295
Created May 16, 2013 04:00
Bamboo 5 EAP crash with Bundler
simple 16-May-2013 13:54:03 Build PROJECT-PLAN-JOB1-1 started building on agent Default Agent
simple 16-May-2013 13:54:03 Build working directory is /etc/bamboo/xml-data/build-dir/PROJECT-PLAN-JOB1
simple 16-May-2013 13:54:03 Executing build PROJECT-PLAN-JOB1-1
simple 16-May-2013 13:54:03 Starting task 'Checkout Default Repository' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout'
simple 16-May-2013 13:54:03 Updating source code to revision: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
simple 16-May-2013 13:54:03 Creating local git repository in '/etc/bamboo/xml-data/build-dir/_git-repositories-cache/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/.git'.
simple 16-May-2013 13:54:03 Initialized empty Git repository in /etc/bamboo/xml-data/build-dir/_git-repositories-cache/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/.git/
simple 16-May-2013 13:54:06 Fetching 'refs/heads/master' from 'git@bitbucket.org:organization/repository.git'.
simple 16-May-2013 13:54:07 Warning: Permanently added '[127.0.0.1]:38075' (RSA) to the list of known host
@shimms
shimms / bamboo.rb
Created November 11, 2012 10:08
Bamboo babushka dependency
dep 'bamboo.running', :version, :install_prefix, :home_directory do
version.default!('4.3.1')
install_prefix.default!('/usr/local')
home_directory.default!('/etc/bamboo')
requires [
'jre',
'bamboo'.with(version, install_prefix, home_directory),
'bamboo.startable'.with(version, install_prefix)
]