aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mkwebpage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xscripts/mkwebpage8
1 files changed, 3 insertions, 5 deletions
diff --git a/scripts/mkwebpage b/scripts/mkwebpage
index 6ab4771e9..b39feb176 100755
--- a/scripts/mkwebpage
+++ b/scripts/mkwebpage
@@ -1,7 +1,5 @@
#!/bin/sh
# Make a snapshot of the CVS head revision for the gnupg webpages
-# and put them into the FTP directory (so that the mirrors w/o rsync
-# can access them
set -e
@@ -98,9 +96,9 @@ EOF
do_export gnupg-www gnupg-www
-cd gnupg-www
-tar czf /home/ftp/pub/gcrypt/old/webpages.tmp *
-mv /home/ftp/pub/gcrypt/old/webpages.tmp /home/ftp/pub/gcrypt/old/webpages.tar.gz
+#cd gnupg-www
+#tar czf /home/ftp/pub/gcrypt/.old/webpages.tmp *
+#mv /home/ftp/pub/gcrypt/old/webpages.tmp /home/ftp/pub/gcrypt/old/webpages.tar.gz
exit 0