]> git.lyx.org Git - lyx.git/blob - development/checksigs/check_sigs
Adding binary path for Homebrew on MacOS-arm64 (bug 12619).
[lyx.git] / development / checksigs / check_sigs
1 #Keeping track of GPG sig files on ftp server, additional safety measure.
2 DIR=/tmp/lyxftp.$$
3 mkdir $DIR
4 #curlftpfs ftp://ftp.ucsd.edu/LyX/ $DIR
5 curlftpfs ftp://ftp.lyx.org/pub/lyx/ $DIR
6 cp ${DIR}/stable/*/*.sig ${DIR}/bin/*/*.sig archive/
7 git status .