1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

See ChangeLog: Thu Sep 2 16:40:55 CEST 1999 Werner Koch

This commit is contained in:
Werner Koch 1999-09-02 14:50:38 +00:00
parent 0428ca6da6
commit 175c9d84bc
18 changed files with 970 additions and 819 deletions

View file

@ -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