Skip to content

Commit

Permalink
Merge branch 'master' into scpeters/brew_remove_broken_git
Browse files Browse the repository at this point in the history
  • Loading branch information
scpeters committed Aug 13, 2024
2 parents 9bb4566 + 350e8ef commit 7a74507
Show file tree
Hide file tree
Showing 190 changed files with 8,171 additions and 4,248 deletions.
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/bump_libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ title: "Bump in [COLLECTION]: [LIBRARIES]"
Use this template to keep track of everything that needs to be done to
bump the major version of a library within a collection.
For example, Ignition-X is currently under development, and it's using
For example, Gazebo-X is currently under development, and it's using
ign-math42. This checklist includes all that's needed to use ign-math43
instead.
This script can be used to do most of the work:
https://github.com/ignition-tooling/release-tools/blob/master/release-repo-scripts/bump_dependency.bash
https://github.com/gazebo-tooling/release-tools/blob/master/release-repo-scripts/bump_dependency.bash
When opening PRs, add a link back to this issue for easier tracking.
Expand All @@ -26,10 +26,10 @@ Libraries being bumped:
<!-- Be sure to include all downstream libraries that will need to be bumped too -->

* <LIBRARY NAME AND VERSION>: <!-- Explain why bump is needed -->
- [ ] Source code of all downstream libraries ([example](https://github.com/ignitionrobotics/ign-transport/pull/149))
- [ ] Release repositories of all downstream libraries ([example](https://github.com/ignition-release/ign-fuel-tools7-release/pull/1))
- [ ] Use `main` branch on `gazebodistro` ([example](https://github.com/ignition-tooling/gazebodistro/pull/42))
- [ ] Build nightlies from the `main` branch ([example](https://github.com/ignition-tooling/release-tools/pull/437))
- [ ] Source code of all downstream libraries ([example](https://github.com/gazebosim/gz-transport/pull/149))
- [ ] Release repositories of all downstream libraries ([example](https://github.com/gazebo-release/gz-fuel-tools7-release/pull/1))
- [ ] Use `main` branch on `gazebodistro` ([example](https://github.com/gazebo-tooling/gazebodistro/pull/42))
- [ ] Build nightlies from the `main` branch ([example](https://github.com/gazebo-tooling/release-tools/pull/437))
- [ ] homebrew-simulation: create formula and update dependencies ([example](https://github.com/osrf/homebrew-simulation/pull/14230))
- [ ] docs (the collection’s page) ([example](https://github.com/ignitionrobotics/docs/pull/175))
- [ ] docs (the collection’s page) ([example](https://github.com/gazebosim/docs/pull/175))
* <!-- Add more libraries here and copy the checklist for each of them -->
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/eol_collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,30 @@ When opening PRs, add a link back to this issue for easier tracking.

- [ ] Write a post to https://community.gazebosim.org/ announcing the community it has last X weeks for finishing their PRs.
* <!-- LINK POST HERE -->
- [ ] Check library versions that can be EOL’d on the [versions table](https://github.com/ignitionrobotics/docs/blob/master/tools/versions.md)
- [ ] Check library versions that can be EOL’d on the [versions table](https://github.com/gazebosim/docs/blob/master/tools/versions.md)
* <!-- LIST LIBRARIES HERE -->
- [ ] Make releases with outstanding changes in each library about to be EOL'ed
* <!-- LIST PRs HERE -->
- [ ] Archive release repos in [ignition-release](https://github.com/ignition-release) for all libraries after the last release has been made
- [ ] Update `release-tools` after all releases have been made ([example](https://github.com/ignition-tooling/release-tools/pull/369))
- [ ] Archive release repos in [gazebo-release](https://github.com/gazebo-release) for all libraries after the last release has been made
- [ ] Update `release-tools` after all releases have been made ([example](https://github.com/gazebo-tooling/release-tools/pull/369))
* <!-- LINK PR HERE -->
- [ ] Deprecate homebrew bottles if they aren't deprecated yet (don't disable them) ([example](https://github.com/osrf/homebrew-simulation/pull/1785))
* <!-- LINK PR HERE -->
- [ ] Remove badges from `homebrew-simulation` README ([example](https://github.com/osrf/homebrew-simulation/pull/1772))
* <!-- LINK PR HERE -->
- [ ] Remove from buildfarmer ([example](https://github.com/osrf/homebrew-simulation/pull/1785))
* <!-- LINK PR HERE -->
- [ ] Remove from `pr-collection-labeler` ([example](https://github.com/ignition-tooling/pr-collection-labeler/pull/13))
- [ ] Remove from `pr-collection-labeler` ([example](https://github.com/gazebo-tooling/pr-collection-labeler/pull/13))
* <!-- LINK PR HERE -->
- [ ] Remove from `ros_ign` ([example](https://github.com/ignitionrobotics/ros_ign/pull/199))
- [ ] Remove from `ros_ign` ([example](https://github.com/gazebosim/ros_ign/pull/199))
* <!-- LINK PR HERE -->
- [ ] Sync latest binaries to http://packages.ros.org ([example](https://github.com/ros-infrastructure/reprepro-updater/pull/145))
* <!-- LINK PR HERE -->
- [ ] Remove from `gzdev`'s `ign_docker_env` ([example](https://github.com/ignition-tooling/gzdev/pull/56))
- [ ] Remove from `gzdev`'s `ign_docker_env` ([example](https://github.com/gazebo-tooling/gzdev/pull/56))
* <!-- LINK PR HERE -->
- [ ] Close "<collection> support" ticket after final releases ([example](https://github.com/ignition-tooling/release-tools/issues/297#issuecomment-1002232980))
- [ ] Close "<collection> support" ticket after final releases ([example](https://github.com/gazebo-tooling/release-tools/issues/297#issuecomment-1002232980))
* <!-- LINK COMMENT HERE -->
- [ ] Update docs after EOL is complete ([example](https://github.com/ignitionrobotics/docs/pull/124))
- [ ] Update docs after EOL is complete ([example](https://github.com/gazebosim/docs/pull/124))
* <!-- LINK PR HERE -->
- [ ] Announce EOL on https://community.gazebosim.org/ ([example](https://community.gazebosim.org/t/ignition-blueprint-officially-end-of-life/764))
* <!-- LINK POST HERE -->
Expand Down
11 changes: 5 additions & 6 deletions .github/ISSUE_TEMPLATE/new_collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ When opening PRs, add a link back to this issue for easier tracking.
-->

- [ ] Create `gazebodistro` file for new collection ([example](https://github.com/ignition-tooling/gazebodistro/pull/11))
- [ ] Create `ign-<collection>` and `ign-<collection>-release` repositories ([example source](https://github.com/ignitionrobotics/ign-edifice), [example release](https://github.com/ignition-release/ign-edifice-release))
- [ ] Create `gazebodistro` file for new collection ([example](https://github.com/gazebo-tooling/gazebodistro/pull/11))
- [ ] Create `ign-<collection>` and `ign-<collection>-release` repositories ([example source](https://github.com/gazebosim/gz-edifice), [example release](https://github.com/gazebo-release/ign-edifice-release))
- [ ] Create homebrew-simulation formula for new collection ([example](https://github.com/osrf/homebrew-simulation/pull/1173))
- [ ] Create collection view on release-tools and build nightlies ([example](https://github.com/ignition-tooling/release-tools/pull/422/files))
- [ ] Create collection view on release-tools and build nightlies ([example](https://github.com/gazebo-tooling/release-tools/pull/422/files))
- [ ] Add collection to buildfarmer dashboard ([example](https://github.com/osrf/buildfarmer/pull/183)) / scripts ([example](https://github.com/osrf/buildfarmer/pull/184))
- [ ] Add docs for new collection ([example](https://github.com/ignitionrobotics/docs/pull/95))
- [ ] Add docs for new collection ([example](https://github.com/gazebosim/docs/pull/95))
- [ ] Add new collection label:
- [ ] Add to pr-collection-labeler ([example](https://github.com/ignition-tooling/pr-collection-labeler/pull/11))
- [ ] Add to pr-collection-labeler ([example](https://github.com/gazebo-tooling/pr-collection-labeler/pull/11))
- [ ] Add to all libraries ([handy script](https://github.com/chapulina/github-label-maker/tree/chapulina/ign#ignition))
- [ ] Add new collection tag to Gazebo Answers [here](https://answers.gazebosim.org/settings/FORUM_DATA_RULES/)
Loading

0 comments on commit 7a74507

Please sign in to comment.