From 9cd2172060a665118e8e67ffc8024d5afeb68217 Mon Sep 17 00:00:00 2001 From: Dave Cole Date: Thu, 11 Apr 2013 17:07:50 -0400 Subject: Mention s3cmd in publish-s3.sh --- scripts/publish-s3.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'scripts/publish-s3.sh') diff --git a/scripts/publish-s3.sh b/scripts/publish-s3.sh index 698424a..ca44e37 100755 --- a/scripts/publish-s3.sh +++ b/scripts/publish-s3.sh @@ -5,6 +5,11 @@ set -e # as part of the jekyll-hook application. # https://github.com/developmentseed/jekyll-hook +# This requires a forked version of `s3cmd` that correctly +# handleds --exclude files with the --delete-removed flag. +# Clone the fork https://github.com/developmentseed/s3cmd +# and install it with `python setup.py install`. + repo=$1 branch=$2 owner=$3 @@ -13,7 +18,7 @@ source=$5 build=$6 # S3 bucket -bucket=developmentseed.org.jekyll-hook +bucket=# set your S3 bucket here # if [[ "$repo" == *.github.* ]] then -- cgit v1.2.3