1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-22 15:57:15 +00:00

gpg can't sign multiple files at once, use a loop

This commit is contained in:
Antoine Beaupré 2015-10-07 10:17:35 -04:00
parent 48c8186592
commit cec8e18d2b

View file

@ -138,7 +138,7 @@ With virtual env activated::
pip install pyinstaller>=3.0 # or git checkout master
pyinstaller -F -n borg-PLATFORM --hidden-import=logging.config borg/__main__.py
gpg --armor --detach-sign dist/borg-*
for file in dist/borg-*; do gpg --armor --detach-sign $file; done
If you encounter issues, see also our `Vagrantfile` for details.