@@ -7,7 +7,7 @@ Updating the Ninja version
77A developer should use the following steps to update the version ``X.Y.Z ``
88of Ninja associated with the current Ninja python distributions.
99
10- Available Ninja archives can be found `here <https://github.com/ninja-build /ninja/releases >`_.
10+ Available Ninja archives can be found `here <https://github.com/Kitware /ninja/releases >`_.
1111
1212Nox prodedure
1313-------------
@@ -29,17 +29,17 @@ Classic procedure:
29292. Execute `scripts/update_ninja_version.py ` command line tool with the desired
3030 ``X.Y.Z `` Ninja version available for download. For example::
3131
32- $ release=1.13.0
32+ $ release=1.13.0.gd74ef.kitware.jobserver-pipe-1
3333 $ python scripts/update_ninja_version.py ${release}
3434
35- Collecting URLs and SHA256s from 'https://github.com/ninja-build /ninja/archive/v1.10.0.gfb670.kitware.jobserver-1'
36- Downloading https://github.com/ninja-build /ninja/archive/v1.13.0.tar.gz
37- Downloading https://github.com/ninja-build /ninja/archive/v1.13.0.tar.gz - done
38- Downloading https://github.com/ninja-build /ninja/archive/v1.13.0.zip
39- Downloading https://github.com/ninja-build /ninja/archive/v1.13.0.zip - done
40- Collecting URLs and SHA256s from 'https://github.com/ninja-build /ninja/archive/v1.10.0.gfb670.kitware.jobserver-1' - done
41- Updating 'NinjaUrls.cmake' with CMake version 1.13.0
42- Updating 'NinjaUrls.cmake' with CMake version 1.13.0 - done
35+ Collecting URLs and SHA256s from 'https://github.com/Kitware /ninja/archive/v1.10.0.gfb670.kitware.jobserver-1'
36+ Downloading https://github.com/Kitware /ninja/archive/v1.13.0.gd74ef.kitware.jobserver-pipe-1 .tar.gz
37+ Downloading https://github.com/Kitware /ninja/archive/v1.13.0.gd74ef.kitware.jobserver-pipe-1 .tar.gz - done
38+ Downloading https://github.com/Kitware /ninja/archive/v1.13.0.gd74ef.kitware.jobserver-pipe-1 .zip
39+ Downloading https://github.com/Kitware /ninja/archive/v1.13.0.gd74ef.kitware.jobserver-pipe-1 .zip - done
40+ Collecting URLs and SHA256s from 'https://github.com/Kitware /ninja/archive/v1.10.0.gfb670.kitware.jobserver-1' - done
41+ Updating 'NinjaUrls.cmake' with CMake version 1.13.0.gd74ef.kitware.jobserver-pipe-1
42+ Updating 'NinjaUrls.cmake' with CMake version 1.13.0.gd74ef.kitware.jobserver-pipe-1 - done
4343 Updating README.rst
4444 Updating README.rst - done
4545 Updating docs/update_ninja_version.rst
@@ -51,7 +51,7 @@ Classic procedure:
51513. Create a topic named `update-to-ninja-X.Y.Z ` and commit the changes.
5252 For example::
5353
54- release=1.13.0
54+ release=1.13.0.gd74ef.kitware.jobserver-pipe-1
5555 git checkout -b update-to-ninja-${release}
5656 git add NinjaUrls.cmake README.rst docs/update_ninja_version.rst tests/test_ninja.py
5757 git commit -m "Update to Ninja ${release}"
0 commit comments