Skip to content

Commit

Permalink
Add instruction to README
Browse files Browse the repository at this point in the history
  • Loading branch information
j-rivero committed May 16, 2022
1 parent c252e13 commit 6c6ef57
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions release-repo-scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,27 @@ To create `ign-rendering7-release` repository copying files in `ign-rendering6-r
cd /tmp/
./path/to/release-tools/release-repo-scripts/new_ignition_release_repos.bash ign-rendering7
```

### rename_ignition_to_gazebo.bash

Script used for renaming all ignition package names to gz. It creates
transition packages as aliases.

#### Usage

The script uses `dch` from the package `debhelper`. `grep-dctrl` from the `dctrl-tools` package.
The script will make all the changes without making any commit so a manual inspection
can be done after the run.

```bash
cd <release-repo>
./path/to/release-tools/release-repo-scripts/rename_ignition_to_gazebo.bash
```

#### Example

```bash
git clone https://github.com/gazebo-release/gz-cmake3-release
cd gz-cmake3-release
./path/to/release-tools/release-repo-scripts/rename_ignition_to_gazebo.bash
```

0 comments on commit 6c6ef57

Please sign in to comment.