Split update script into 'git pull' and submodule update parts
commitff619dda2d64afeacf98718c97b8283fb3a79ae9
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Fri, 23 Apr 2010 22:23:26 +0000 (24 01:23 +0300)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Fri, 23 Apr 2010 23:01:04 +0000 (24 02:01 +0300)
treec47ff1530b04ec26e9615990d644d8e3ebf09dc2
parentb604f11b177ad82c07b3ab4c6a25731e4da128d2
Split update script into 'git pull' and submodule update parts

Move the existing 'update' script to 'script/update' and remove the
part doing 'git pull' for the toplevel repository. Add a new toplevel
'update' script that does 'git pull' and then calls 'script/update'.
This should make things more future proof: now the script/update part
will be updated to the latest version before running it, whereas
before the update would be completed using the old version of the
script.
script/update [copied from update with 88% similarity]
update