summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDave Cole <dave@developmentseed.org>2013-04-11 17:07:50 -0400
committerDave Cole <dave@developmentseed.org>2013-04-11 17:07:50 -0400
commit9cd2172060a665118e8e67ffc8024d5afeb68217 (patch)
treeeb4ba8c678d4cf65193afabe8aca9c7969434a61 /scripts
parent0a0cf89dc654dd50dac3f8a745bab5505ab66dae (diff)
Mention s3cmd in publish-s3.sh
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/publish-s3.sh7
1 files changed, 6 insertions, 1 deletions
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