aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mkwebpage
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1999-02-13 11:19:14 +0000
committerWerner Koch <[email protected]>1999-02-13 11:19:14 +0000
commit54629f721b429256c3586ecfdbf3b5b97963fe35 (patch)
tree8728f0d7f5c9aed997a1c1ab279f39993e197db4 /scripts/mkwebpage
parentremoved gettext (diff)
downloadgnupg-54629f721b429256c3586ecfdbf3b5b97963fe35.tar.gz
gnupg-54629f721b429256c3586ecfdbf3b5b97963fe35.zip
See ChangeLog: Sat Feb 13 12:14:42 CET 1999 Werner Koch
Diffstat (limited to 'scripts/mkwebpage')
-rwxr-xr-xscripts/mkwebpage9
1 files changed, 8 insertions, 1 deletions
diff --git a/scripts/mkwebpage b/scripts/mkwebpage
index f6b9dbd2b..769b15623 100755
--- a/scripts/mkwebpage
+++ b/scripts/mkwebpage
@@ -1,5 +1,8 @@
#!/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
@@ -13,7 +16,7 @@ fix_it () {
[ This is a snapshot of the NEWS file from the CVS head revision.
You will find the NEWS for the latest revision below the line
"Noteworthy changes in version 0.x.y".
- (wk $(date +%Y-%m-%d)) ]
+ (wk $(date +%Y-%m-%d)) ]
EOF
@@ -46,6 +49,10 @@ do_export () {
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
+
exit 0