lathonez / clone-row

Python utility to clone a row in mysql, from a target to source database, field by field
http://lathonez.com/2016/clone-row/
MIT License
7 stars 1 forks source link

hyphen breaking #8

Closed wulfsolter closed 8 years ago

wulfsolter commented 8 years ago

Either here or in Wherewolf's build.sh. Posting for posterity (and if I post it to your GH, you'll not let me forget about it)

screen shot 2016-10-05 at 11 40 10 am
lathonez commented 8 years ago

@wulfsolter - it's the behaviour of build.sh. Historically we've used hyphens in branch names to separate apps out of a single pool:

https://github.com/WherewolfNZ/helperscripts/blob/master/build.sh#L196

Thus running for the branch wherewolf-offroadadventures-feedback will clone the pool offroadadventures, but running for the branch wherewolf-offroad-adventures-feedback will clone the pool offroad

Explicit is better than implicit.