Mercurial > repos > other > usr-local-bin
changeset 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 | 182cce081e61 |
children | 29dc6ad8d8ac |
files | backup-websites |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/backup-websites Sat Aug 02 20:02:06 2014 +0100 +++ b/backup-websites Sun Nov 09 09:27:00 2014 +0000 @@ -2,5 +2,5 @@ for site in Admin CMS ErrorHandling Forums GlitterGoth GraceBertram HWT IBBoard Puppet PuppetPrivate SkinsAtHWT WarFoundry server-usr-local; do cd ~/Websites/$site - hg pull --config extensions.mercurial_keyring=\! + hg pull -u --config extensions.mercurial_keyring=\! done