2009-10-02 23:23:52 +05:30
|
|
|
#!/bin/sh
|
|
|
|
|
2009-10-03 13:17:02 +05:30
|
|
|
# checkout the master branch to $GL_ADMINDIR
|
2009-12-15 12:35:48 +05:30
|
|
|
# (the GL_ADMINDIR env var would have been set by gl-auth-command)
|
2009-10-03 13:17:02 +05:30
|
|
|
GIT_WORK_TREE=$GL_ADMINDIR git checkout -f master
|
|
|
|
|
|
|
|
cd $GL_ADMINDIR
|
2009-12-15 12:35:48 +05:30
|
|
|
$GL_BINDIR/gl-compile-conf
|