|
@@ -131,12 +131,9 @@ you run the tests.
|
|
Continuous Integration
|
|
Continuous Integration
|
|
----------------------
|
|
----------------------
|
|
|
|
|
|
-All pull requests go through `GitHub Actions`_, which runs the tests on Linux
|
|
|
|
-and Mac OS X as well as the flake8 style checker. Windows builds run on AppVeyor_,
|
|
|
|
-while additional Unix-like platforms are tested on Golem_.
|
|
|
|
|
|
+All pull requests go through `GitHub Actions`_, which runs the tests on misc.
|
|
|
|
+Python versions and on misc. platforms as well as some additional checks.
|
|
|
|
|
|
-.. _AppVeyor: https://ci.appveyor.com/project/borgbackup/borg/
|
|
|
|
-.. _Golem: https://golem.enkore.de/view/Borg/
|
|
|
|
.. _GitHub Actions: https://github.com/borgbackup/borg/actions
|
|
.. _GitHub Actions: https://github.com/borgbackup/borg/actions
|
|
|
|
|
|
Output and Logging
|
|
Output and Logging
|
|
@@ -336,6 +333,9 @@ Checklist:
|
|
scripts/sdist-sign X.Y.Z
|
|
scripts/sdist-sign X.Y.Z
|
|
scripts/upload-pypi X.Y.Z test
|
|
scripts/upload-pypi X.Y.Z test
|
|
scripts/upload-pypi X.Y.Z
|
|
scripts/upload-pypi X.Y.Z
|
|
|
|
+
|
|
|
|
+ Note: the signature is not uploaded to PyPi any more, but we upload it to
|
|
|
|
+ github releases.
|
|
- Put binaries into dist/borg-OSNAME and sign them:
|
|
- Put binaries into dist/borg-OSNAME and sign them:
|
|
|
|
|
|
::
|
|
::
|
|
@@ -353,9 +353,10 @@ Checklist:
|
|
|
|
|
|
- Create a GitHub release, include:
|
|
- Create a GitHub release, include:
|
|
|
|
|
|
|
|
+ * pypi dist package and signature
|
|
* Standalone binaries (see above for how to create them).
|
|
* Standalone binaries (see above for how to create them).
|
|
|
|
|
|
- + For OS X, document the OS X Fuse version in the README of the binaries.
|
|
|
|
- OS X FUSE uses a kernel extension that needs to be compatible with the
|
|
|
|
|
|
+ + For macOS, document the macFUSE version in the README of the binaries.
|
|
|
|
+ macFUSE uses a kernel extension that needs to be compatible with the
|
|
code contained in the binary.
|
|
code contained in the binary.
|
|
* A link to ``CHANGES.rst``.
|
|
* A link to ``CHANGES.rst``.
|