Skip to content

Instantly share code, notes, and snippets.

@briantully
Created January 28, 2011 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save briantully/800486 to your computer and use it in GitHub Desktop.
Save briantully/800486 to your computer and use it in GitHub Desktop.
From 050597ec8b894cca320ea4732cad20cc69c8fb85 Mon Sep 17 00:00:00 2001
From: Brian Tully <btully@about.com>
Date: Thu, 27 Jan 2011 15:37:58 -0500
Subject: [PATCH] add verbose
---
bin/do-hotfix.sh | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/bin/do-hotfix.sh b/bin/do-hotfix.sh
index 16a225e..bf583de 100644
--- a/bin/do-hotfix.sh
+++ b/bin/do-hotfix.sh
@@ -40,8 +40,8 @@ fi
# RELEASE CODE
#################################################
echo "Rsyncing to NY www, www2, and TX www"
-rsync -a /home/git/consumersearch-production/src/ /mnt/cs/www/www.consumersearch.com
-rsync -a /home/git/consumersearch-production/src/ /mnt/cs/www/www2.consumersearch.com
-rsync -az /home/git/consumersearch-production/src/ root@txcstools1:/mnt/cs/www/www.consumersearch.com
+rsync -av /home/git/consumersearch-production/src/ /mnt/cs/www/www.consumersearch.com
+rsync -av /home/git/consumersearch-production/src/ /mnt/cs/www/www2.consumersearch.com
+rsync -avz /home/git/consumersearch-production/src/ root@txcstools1:/mnt/cs/www/www.consumersearch.com
echo "Hotfix complete"
\ No newline at end of file
--
1.7.3.1+GitX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment