From a752bf63ceb7b40bdbbb50a21473cb31dc46c42d Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Fri, 11 Sep 2009 23:06:22 -0400 Subject: [PATCH] build fiddling --- publish | 1 - 1 file changed, 1 deletion(-) diff --git a/publish b/publish index 984c598..544e439 100755 --- a/publish +++ b/publish @@ -125,7 +125,6 @@ chmod 755 build/examples build/j build/i && \ # ship it! echo -n "publishing" -die "Intentionally aborting without publishing" rsync -essh -a build/d/.htaccess build/*.zip diveintomark.org:~/web/diveintopython3.org/d/ && \ echo -n "." && \ rsync -essh -a build/i/* build/i/.htaccess diveintomark.org:~/web/wearehugh.com/dip3/ && \