* use getopt instead of getopts bash built-in. getopts doesn't support
authorBaris Metin <bmetin@verivue.com>
Tue, 3 May 2011 19:40:04 +0000 (15:40 -0400)
committerBaris Metin <bmetin@verivue.com>
Tue, 3 May 2011 19:41:10 +0000 (15:41 -0400)
commit41b76557c5ec6086363af23283494682909c24fc
tree6e6f7e97d4e12d56f09a5ace88459d0db8d95a23
parent4b46c498e1cb530691e9748a4c309125b65d2c23
* use getopt instead of getopts bash built-in. getopts doesn't support
long parameters.

* add --build-branch option to vbuild-nightly.sh. apparently using -b
option in our build script didn't have any use and we're always
building from master instead of coblitz :(.
vbuild-nightly.sh