From 2cab0149912b76b49af5bbcc7043de2d2d01a9a8 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Wed, 9 Feb 2005 11:41:48 +0000 Subject: Fixes for the gpg encryption svn path=/z-distfiles/; revision=93 --- z-distfiles/scripts-gw-1.1/SVN-daily | 2 +- z-distfiles/scripts-gw-1.1/SVN-monthly | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/z-distfiles/scripts-gw-1.1/SVN-daily b/z-distfiles/scripts-gw-1.1/SVN-daily index 4c73db9..63e39b0 100755 --- a/z-distfiles/scripts-gw-1.1/SVN-daily +++ b/z-distfiles/scripts-gw-1.1/SVN-daily @@ -9,7 +9,7 @@ done for FILE in /var/svn/dump/*.bz2 do - [ -f $FILE ] && /usr/bin/gpg --default-recipient post@gunnarwrobel.de --encrypt-files $FILE && rm $FILE + [ -f $FILE ] && /usr/bin/gpg --batch --no-tty --default-recipient post@gunnarwrobel.de --encrypt-files $FILE && rm $FILE done chown -R apache:apache /var/svn/dump diff --git a/z-distfiles/scripts-gw-1.1/SVN-monthly b/z-distfiles/scripts-gw-1.1/SVN-monthly index e98b6e9..c7deb0c 100755 --- a/z-distfiles/scripts-gw-1.1/SVN-monthly +++ b/z-distfiles/scripts-gw-1.1/SVN-monthly @@ -9,7 +9,7 @@ done for FILE in /var/svn/dump/*.bz2 do - [ -f $FILE ] && /usr/bin/gpg --default-recipient post@gunnarwrobel.de --encrypt-files $FILE && rm $FILE + [ -f $FILE ] && /usr/bin/gpg --batch --no-tty --default-recipient post@gunnarwrobel.de --encrypt-files $FILE && rm $FILE done chown -R apache:apache /var/svn/dump -- cgit v1.2.3-65-gdbad