From ead4c1a15fae1b2ac03f3cbe16ecf2ab44bde883 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Mon, 26 Apr 2010 22:07:53 -0400 Subject: [PATCH] remove debug statements --- publish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish b/publish index 8d39edc..e4803c9 100755 --- a/publish +++ b/publish @@ -129,7 +129,7 @@ chmod 755 build/examples build/j build/i build/d && \ chmod 644 build/*.html build/*.css build/*.txt build/*.zip build/examples/* build/examples/.htaccess build/j/* build/j/.htaccess build/i/* build/i/.htaccess build/d/.htaccess build/.htaccess || die "Failed to reset file permissions" # ship it! -die "Aborting without publishing" +#die "Aborting without publishing" echo -n "publishing" rsync -essh -a build/d/.htaccess build/*.zip diveintomark.org:~/web/diveintopython3.org/d/ && \ echo -n "." && \