Make sure the stable branch of the pages repo is up-to-date.

This commit is contained in:
Nathan Weizenbaum 2009-10-08 22:28:47 -07:00
parent 49fdcc6006
commit b18a9ac6c9
1 changed files with 5 additions and 0 deletions

View File

@ -250,6 +250,11 @@ task :pages do
Dir.chdir("/var/www/#{proj}-pages")
sh %{git fetch origin}
sh %{git checkout stable}
sh %{git reset --hard origin/stable}
sh %{git checkout #{proj}-pages}
sh %{git reset --hard origin/#{proj}-pages}
sh %{rake build --trace}
sh %{mkdir -p tmp}