compat-wireless: optimize branch selection on gen-stable-release.sh
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 1 Jun 2010 23:59:36 +0000 (16:59 -0700)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Wed, 2 Jun 2010 00:22:46 +0000 (17:22 -0700)
commit2afceabdcc16b31da297bb31f77e1c604157a400
tree80573314eac42c0f06d39119b3357f7854ed5d05
parentdbe8ed1c0603baeef03f73f8dc0a8c97b8173e09
compat-wireless: optimize branch selection on gen-stable-release.sh

This lets us optimize the way we use gen-stable-release.sh so that
by default we don't do a git fetch or reset of the branch if we are
already on it. To force an update use -f.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
scripts/gen-stable-release.sh