Explorar o código

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

Antoine Beaupré %!s(int64=10) %!d(string=hai) anos
pai
achega
cec8e18d2b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/development.rst

+ 1 - 1
docs/development.rst

@@ -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.