Re: [vagrant-up] Atlas and vagrant push - can't seem to figure it out!

2015-01-06 Thread Toby Ferguson
Torben - upgrading to git 1.8 did the trick. Thanks for the pointer. Toby On Mon, Jan 5, 2015 at 5:54 PM, Toby Ferguson wrote: > Thanks - I'll try that out and let you know! Appreciate the quick response. > > toby > > On Mon, Jan 5, 2015 at 5:10 PM, Torben Knerr > wrote: > >> Looks like you wou

Re: [vagrant-up] Atlas and vagrant push - can't seem to figure it out!

2015-01-05 Thread Toby Ferguson
Thanks - I'll try that out and let you know! Appreciate the quick response. toby On Mon, Jan 5, 2015 at 5:10 PM, Torben Knerr wrote: > Looks like you would need a newer Git client version on your workstation. > > * 1.7.0 does NOT have the `--short` option: > http://git-scm.com/docs/git-symbolic

Re: [vagrant-up] Atlas and vagrant push - can't seem to figure it out!

2015-01-05 Thread Torben Knerr
Looks like you would need a newer Git client version on your workstation. * 1.7.0 does NOT have the `--short` option: http://git-scm.com/docs/git-symbolic-ref/1.7.0 * 1.8.0 does have it: http://git-scm.com/docs/git-symbolic-ref/1.8.0 HTH, Torben On Tue, Jan 6, 2015 at 1:33 AM, Toby Ferguson wr

[vagrant-up] Atlas and vagrant push - can't seem to figure it out!

2015-01-05 Thread Toby Ferguson
I'm using Packer to build a vagrant box. That works successfully. I want to push the subsequent box up to Atlas. I *thought* it'd be as easy as putting the following in my Vagrantfile: config.push.define "atlas" do |push| push.app = "tobyhferguson/ol6u5-minimal-btrfs-uek" end But when I