Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEIS_ROOT not respected by rigger; autogenerates root #49

Open
bacongobbler opened this issue Nov 3, 2015 · 4 comments
Open

DEIS_ROOT not respected by rigger; autogenerates root #49

bacongobbler opened this issue Nov 3, 2015 · 4 comments

Comments

@bacongobbler
Copy link
Member

using master, I can't seem to override rigger from automatically setting DEIS_ROOT.

$ env | grep DEIS_ROOT
DEIS_ROOT=/Users/bacongobbler/go/src/github.com/deis/deis
$ ./rigger configure --provider "digitalocean" --version "master"
DEIS_SOURCE already set to 1. Skipping prompt.
VERSION already set to master. Skipping prompt.
DEIS_GIT_REPO already set to https://github.com/deis/deis.git. Skipping prompt.
DEIS_GIT_VERSION already set to master. Skipping prompt.
GOPATH already set to /Users/bacongobbler/.rigger/d99570a9e4/go. Skipping prompt.
DEIS_ROOT already set to /Users/bacongobbler/.rigger/d99570a9e4/go/src/github.com/deis/deis. Skipping prompt.
Cloning Deis at /Users/bacongobbler/.rigger/d99570a9e4/go/src/github.com/deis/deis to master
Cloning into '/Users/bacongobbler/.rigger/d99570a9e4/go/src/github.com/deis/deis'...
^C
@sgoings
Copy link
Member

sgoings commented Nov 3, 2015

You should use the "path" style of rigger configure initiated with the --advanced flag:

./rigger configure --provider ... --version ... --advanced

@bacongobbler
Copy link
Member Author

Ah okay. I was looking at the rigger design doc so I expected that workflow to still work and I didn't see any docs on the --advanced flag. I will try that and see how it goes. Thanks!

@sgoings
Copy link
Member

sgoings commented Nov 3, 2015

--advanced was my quick way to make the DigitalOcean meetup hopefully run smoother... so it's a feature that just landed last week. 😄

@sgoings
Copy link
Member

sgoings commented Nov 3, 2015

If you want to do release testing, this is how I'm doing it the fastest way:

./rigger configure --version "1.12.0-rc3" [--provider <provider>]
./rigger provision

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants