From a877872266985c612d7869f8e32fb569ca8b8a79 Mon Sep 17 00:00:00 2001 From: methylDragon Date: Tue, 28 Jun 2022 10:16:39 -0700 Subject: [PATCH] ign -> gz Partial Docs Migration and Project Name Followups : gz-fuel-tools (#268) * Migrate some docs and project names in macros Signed-off-by: methylDragon * Add project name migration note in Migration.md Signed-off-by: methylDragon * More aggressively migrate ign-libX mentions, even for older versions Signed-off-by: methylDragon * More aggressive migrations for ignition- and ign- Signed-off-by: methylDragon --- .github/ci/after_make.sh | 2 +- Changelog.md | 20 ++++++++++---------- INSTALL_WINDOWS.md | 6 +++--- Migration.md | 8 ++++++++ README.md | 6 +++--- api.md.in | 4 ++-- configure.bat | 8 ++++---- example/README.md | 2 +- src/Helpers_TEST.cc | 2 +- src/LocalCache.cc | 6 +++--- tutorials.md.in | 4 ++-- tutorials/01_installation.md | 10 +++++----- tutorials/03_command_line.md | 2 +- 13 files changed, 44 insertions(+), 36 deletions(-) diff --git a/.github/ci/after_make.sh b/.github/ci/after_make.sh index ec12f469..b9ba4a0f 100644 --- a/.github/ci/after_make.sh +++ b/.github/ci/after_make.sh @@ -5,7 +5,7 @@ set -x # Install make install -# So ign-tools finds fuel-tools +# So gz-tools finds fuel-tools export GZ_CONFIG_PATH=/usr/local/share/ignition export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH diff --git a/Changelog.md b/Changelog.md index 354725fb..2c62e31b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,7 +6,7 @@ ### Gazebo Fuel Tools 7.0.0 (2021-09-28) -1. Depend on ign-msgs8 +1. Depend on gz-msgs8 * [Pull request #182](https://github.com/gazebosim/gz-fuel-tools/pull/182) 1. Infrastructure @@ -40,7 +40,7 @@ ### Gazebo Fuel Tools 6.1.0 (2021-10-15) -1. Detect gz instead of using cmake module to check for ignition-tools +1. Detect gz instead of using cmake module to check for gz-tools * [Pull request #191](https://github.com/gazebosim/gz-fuel-tools/pull/191) 1. Added fuel update command @@ -58,10 +58,10 @@ ### Gazebo Fuel Tools 6.0.0 (2021-03-30) -1. Depend on ign-common4 +1. Depend on gz-common4 * [Pull request #163](https://github.com/gazebosim/gz-fuel-tools/pull/163) -1. Depend on ign-msgs7 +1. Depend on gz-msgs7 * [Pull request #158](https://github.com/gazebosim/gz-fuel-tools/pull/158) 1. Unset DELETE method on Windows @@ -83,7 +83,7 @@ 1. APIs for retrieving models in parallel * [Pull request #199](https://github.com/gazebosim/gz-fuel-tools/pull/199) -1. Detect `gz` instead of using cmake module to check for ignition-tools +1. Detect `gz` instead of using cmake module to check for gz-tools * [Pull request #191](https://github.com/gazebosim/gz-fuel-tools/pull/191) 1. Added `gz fuel update` command @@ -140,7 +140,7 @@ 1. Fixed test - Download world 2 * [Pull request 110](https://github.com/gazebosim/gz-fuel-tools/pull/110) -### Ignition Fuel Tools 4.5.0 (2022-06-01) +### Gazebo Fuel Tools 4.5.0 (2022-06-01) 1. APIs for retrieving models in parallel * [Pull request #199](https://github.com/gazebosim/gz-fuel-tools/pull/199) @@ -163,7 +163,7 @@ 1. FuelClient.cc: include * [Pull request #213](https://github.com/gazebosim/gz-fuel-tools/pull/213) -### Ignition Fuel Tools 4.4.0 (2021-06-17) +### Gazebo Fuel Tools 4.4.0 (2021-06-17) 1. Remove `tools/code_check` and update codecov * [Pull request #187](https://github.com/gazebosim/gz-fuel-tools/pull/187) @@ -237,7 +237,7 @@ ### Gazebo Fuel Tools 4.0.0 (2019-12-10) -1. Model upload CLI, resource metadata CLI, depend on ign-msgs5. +1. Model upload CLI, resource metadata CLI, depend on gz-msgs5. * [BitBucket pull request 108](https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-fuel-tools/pull-requests/108) ## Gazebo Fuel Tools 3.x @@ -328,8 +328,8 @@ ### Gazebo Fuel Tools 3.0.0 (2018-02-28) -1. Integration with ign-gazebo. The following set of pull requests update - fuel-tools to use ign-cmake2, sets api.ignitionfuel.org as the default +1. Integration with gz-sim. The following set of pull requests update + fuel-tools to use gz-cmake2, sets api.ignitionfuel.org as the default server, fixes codecheck errors, removes old deprecations, and parses model.config files using tinyxml2. * [BitBucket pull request 82](https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-fuel-tools/pull-requests/82) diff --git a/INSTALL_WINDOWS.md b/INSTALL_WINDOWS.md index d7a32fe6..9456e625 100644 --- a/INSTALL_WINDOWS.md +++ b/INSTALL_WINDOWS.md @@ -28,12 +28,12 @@ need to [disable the Windows firewall](http://windows.microsoft.com/en-us/window 1. Clone Gazebo Fuel-Tools: git clone https://github.com/gazebosim/gz-fuel-tools - cd ign-fuel-tools + cd gz-fuel-tools mkdir build 1. In the Windows Command Prompt, configure and build: - cd ign-fuel-tools\build + cd gz-fuel-tools\build ..\configure nmake install @@ -44,5 +44,5 @@ need to [disable the Windows firewall](http://windows.microsoft.com/en-us/window 1. In the Windows Command Prompt, run the test suite: - cd ign-fuel-tools\build + cd gz-fuel-tools\build ctest diff --git a/Migration.md b/Migration.md index d8581505..4394462c 100644 --- a/Migration.md +++ b/Migration.md @@ -11,6 +11,14 @@ Use the `gz_` prefix instead. * `ign_strcat`, `ign_strcpy`, `ign_sprintf`, `ign_strdup` +### Breaking Changes + +* The project name has been changed to use the `gz-` prefix, you **must** use the `gz` prefix! + * This also means that any generated code that use the project name (e.g. CMake variables, in-source macros) would have to be migrated. + * Some non-exhaustive examples of this include: + * `GZ__