diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2005-09-03 09:26:50 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2005-09-03 09:26:50 +0000 |
commit | 30e8e1d88a91c541fbb61c7f3b3e254899261875 (patch) | |
tree | 78c1c05df20a016071ee1cb4f7504c9877e7d745 /z-distfiles/scripts-gw/SVN-daily | |
parent | Preparing new scripts-gw release (diff) | |
download | misc-30e8e1d88a91c541fbb61c7f3b3e254899261875.tar.gz misc-30e8e1d88a91c541fbb61c7f3b3e254899261875.tar.bz2 misc-30e8e1d88a91c541fbb61c7f3b3e254899261875.zip |
Reorganization of distfiles
svn path=/local/; revision=332
Diffstat (limited to 'z-distfiles/scripts-gw/SVN-daily')
-rwxr-xr-x | z-distfiles/scripts-gw/SVN-daily | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/z-distfiles/scripts-gw/SVN-daily b/z-distfiles/scripts-gw/SVN-daily index 2ab0df1..d3a282e 100755 --- a/z-distfiles/scripts-gw/SVN-daily +++ b/z-distfiles/scripts-gw/SVN-daily @@ -7,12 +7,6 @@ for REPOSITORY in /var/svn/repos/* $BIN_DUMP $REPOSITORY /var/svn/dump/`basename $REPOSITORY`.dump incremental done -for FILE in /var/svn/dump/*.bz2 - do - [ -f $FILE.gpg ] && rm $FILE.gpg - [ -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 chmod 750 /var/svn/dump chmod 660 /var/svn/dump/* |