scripts/hg.sh
author Eugene Ostroukhov <eugeneo@symbian.org>
Thu, 04 Nov 2010 15:22:02 -0700
changeset 495 0008ebdc0ec0
parent 59 9ffe5293bebc
permissions -rw-r--r--
Launch configurations were updated
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
59
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     1
#!/bin/sh
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     2
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     3
REPO_DIR=/usr/hg/wrttools/
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     4
LOG_DIR=/var/log/mercurial 
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     5
HG_CMD=/usr/local/bin/hg
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     6
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     7
cd $REPO_DIR
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     8
${HG_CMD} serve -d -A ${LOG_DIR}/accesslog$$ -E ${LOG_DIR}/errorlog$$ 
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     9
# ${HG_CMD} serve