dain / galaxy-server

Galaxy as been renamed and moved to Airship
https://github.com/airlift/airship
17 stars 7 forks source link

Expansion of configs or binaries can be problematic #30

Open davidhagar-zz opened 12 years ago

davidhagar-zz commented 12 years ago

I'm running two sets of servers with configs named as such:

blahserver (production) blahserver-dev (development)

trying

galaxy upgrade -c blahserver fails because it expands to both of the above. Being able to pass a flag such as --exact or something to indicate not to do expansion would be useful.

(This also would happen with expansions with numeric such as 1.1 and 1.11, I believe)

dain commented 12 years ago

Config is automatically globed as value. The key is to remember that configs are just maven artifacts using the group:artifact-id:value form so try "-c :blahserver:".