Lines Matching +full:python3 +full:- +full:pytest
4 * `set TAG fuse-A.B.C`
10 …* Create signing key for the next release: `P=fuse-<A.B+1> signify-openbsd -G -n -p signify/$P.pub…
13 * Update authors: `git log --all --pretty="format:%an <%aE>" | sort -u >> AUTHORS`
14 * `git commit --all -m "Released $TAG"`
15 * `git tag -s $TAG`
18 * `cd fuse-x.y.z`
22 * `(cd build; python3 -m pytest test/)`
24 * `rm -r ../libfuse.github.io/doxygen && cp -a doc/html ../libfuse.github.io/doxygen`
25 …* `(cd ../libfuse.github.io; git add doxygen/; git commit --all -m "Re-generated doxygen documenta…
26 * `git push && git push --tags`, create release on Github
27 * Write announcement to fuse-devel
33 To: fuse-devel@lists.sourceforge.net
57 -Nikolaus