Lines Matching +full:- +full:- +full:detach +full:- +full:sig
2 -----------------------------------------
7 release from https://www.iana.org/time-zones.
26 ----------
27 [ ] Check that README.rst is up-to-date.
32 -----------------------------------------
38 ----------
43 ----------
49 python setup.py sdist --formats=zip,gztar
59 ----------
73 ----------
82 gpg --armor --output <fname>.asc --detach-sig <fname>
86 for f in dist/*; do gpg --armor --output $f.asc --detach-sig $f; done
91 gpg --verify <fname>.asc <fname>
95 for f in $(find ./dist -type f | grep -v '.asc$'); do gpg --verify $f.asc $f; done