blob: 4302053b8fb21d021e5039dbe32e7a2c5d4bd9c4 [file] [log] [blame]
#!/bin/bash -ex
git checkout origin/{branch}
GITBLIT_TAG=$(expr "`grep com.gitblit lib/BUCK`" : '[^:]*:[^:]*:\([0-9\.]*\)')
git fetch gitblit refs/tags/v$GITBLIT_TAG && git checkout FETCH_HEAD
ant -DresourceFolderPrefix=static installMaven