annotate backup-websites @ 2:30145875d811

Update when we pull website code down
author IBBoard <dev@ibboard.co.uk>
date Sun, 09 Nov 2014 09:27:00 +0000
parents e85e3470a41e
children 7c8b5c5f0fb7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e85e3470a41e Initial commit of useful scripts
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
1 #! /bin/bash
e85e3470a41e Initial commit of useful scripts
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
2
e85e3470a41e Initial commit of useful scripts
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
3 for site in Admin CMS ErrorHandling Forums GlitterGoth GraceBertram HWT IBBoard Puppet PuppetPrivate SkinsAtHWT WarFoundry server-usr-local; do
e85e3470a41e Initial commit of useful scripts
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
4 cd ~/Websites/$site
2
30145875d811 Update when we pull website code down
IBBoard <dev@ibboard.co.uk>
parents: 0
diff changeset
5 hg pull -u --config extensions.mercurial_keyring=\!
0
e85e3470a41e Initial commit of useful scripts
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
6 done