lyx_mirror/development/checksigs/check_sigs

8 lines
252 B
Plaintext
Raw Normal View History

#Keeping track of GPG sig files on ftp server, additional safety measure.
DIR=/tmp/lyxftp.$$
mkdir $DIR
#curlftpfs ftp://ftp.ucsd.edu/LyX/ $DIR
curlftpfs ftp://ftp.lyx.org/pub/lyx/ $DIR
cp ${DIR}/stable/*/*.sig ${DIR}/bin/*/*.sig archive/
git status .