@@ -7,7 +7,7 @@ Updating the Ninja version
7
7
A developer should use the following steps to update the version ``X.Y.Z ``
8
8
of Ninja associated with the current Ninja python distributions.
9
9
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 >`_.
11
11
12
12
Nox prodedure
13
13
-------------
@@ -29,17 +29,17 @@ Classic procedure:
29
29
2. Execute `scripts/update_ninja_version.py ` command line tool with the desired
30
30
``X.Y.Z `` Ninja version available for download. For example::
31
31
32
- $ release=1.13.0
32
+ $ release=1.12.1.ge64ce.kitware.jobserver-1.msvcdepfile-1
33
33
$ python scripts/update_ninja_version.py ${release}
34
34
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.12.1.ge64ce.kitware.jobserver-1.msvcdepfile-1 .tar.gz
37
+ Downloading https://github.com/Kitware /ninja/archive/v1.12.1.ge64ce.kitware.jobserver-1.msvcdepfile-1 .tar.gz - done
38
+ Downloading https://github.com/Kitware /ninja/archive/v1.12.1.ge64ce.kitware.jobserver-1.msvcdepfile-1 .zip
39
+ Downloading https://github.com/Kitware /ninja/archive/v1.12.1.ge64ce.kitware.jobserver-1.msvcdepfile-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.12.1.ge64ce.kitware.jobserver-1.msvcdepfile-1
42
+ Updating 'NinjaUrls.cmake' with CMake version 1.12.1.ge64ce.kitware.jobserver-1.msvcdepfile-1 - done
43
43
Updating README.rst
44
44
Updating README.rst - done
45
45
Updating docs/update_ninja_version.rst
@@ -51,7 +51,7 @@ Classic procedure:
51
51
3. Create a topic named `update-to-ninja-X.Y.Z ` and commit the changes.
52
52
For example::
53
53
54
- release=1.13.0
54
+ release=1.12.1.ge64ce.kitware.jobserver-1.msvcdepfile-1
55
55
git checkout -b update-to-ninja-${release}
56
56
git add NinjaUrls.cmake README.rst docs/update_ninja_version.rst tests/test_ninja.py
57
57
git commit -m "Update to Ninja ${release}"
0 commit comments