From 892570cbbd3e5d85940091b563084ec5491915fa Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Tue, 7 Jun 2022 14:19:14 -0700 Subject: [PATCH] =?UTF-8?q?[ign=20=E2=9E=A1=EF=B8=8F=20gz]=20URLs=20(#111)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Louise Poubel --- .github/workflows/lint.yaml | 4 ++-- collection-acropolis.yaml | 30 +++++++++++++++--------------- collection-blueprint.yaml | 30 +++++++++++++++--------------- collection-citadel.yaml | 30 +++++++++++++++--------------- collection-dome.yaml | 30 +++++++++++++++--------------- collection-edifice.yaml | 32 ++++++++++++++++---------------- collection-fortress.yaml | 32 ++++++++++++++++---------------- collection-garden.yaml | 32 ++++++++++++++++---------------- gazebo10.yaml | 14 +++++++------- gazebo11.yaml | 14 +++++++------- gazebo7.yaml | 6 +++--- gazebo8.yaml | 8 ++++---- gazebo9.yaml | 14 +++++++------- ign-cmake2.yaml | 2 +- ign-cmake3.yaml | 2 +- ign-common1.yaml | 6 +++--- ign-common3.yaml | 6 +++--- ign-common4.yaml | 8 ++++---- ign-common5.yaml | 8 ++++---- ign-fuel-tools1.yaml | 10 +++++----- ign-fuel-tools4.yaml | 12 ++++++------ ign-fuel-tools5.yaml | 12 ++++++------ ign-fuel-tools6.yaml | 12 ++++++------ ign-fuel-tools7.yaml | 12 ++++++------ ign-fuel-tools8.yaml | 14 +++++++------- ign-gazebo1.yaml | 28 ++++++++++++++-------------- ign-gazebo2.yaml | 28 ++++++++++++++-------------- ign-gazebo3.yaml | 28 ++++++++++++++-------------- ign-gazebo4.yaml | 28 ++++++++++++++-------------- ign-gazebo5.yaml | 30 +++++++++++++++--------------- ign-gazebo6.yaml | 30 +++++++++++++++--------------- ign-gazebo7.yaml | 30 +++++++++++++++--------------- ign-gui0.yaml | 22 +++++++++++----------- ign-gui1.yaml | 16 ++++++++-------- ign-gui2.yaml | 18 +++++++++--------- ign-gui3.yaml | 18 +++++++++--------- ign-gui4.yaml | 18 +++++++++--------- ign-gui5.yaml | 20 ++++++++++---------- ign-gui6.yaml | 20 ++++++++++---------- ign-gui7.yaml | 20 ++++++++++---------- ign-launch0.yaml | 30 +++++++++++++++--------------- ign-launch1.yaml | 30 +++++++++++++++--------------- ign-launch2.yaml | 30 +++++++++++++++--------------- ign-launch3.yaml | 30 +++++++++++++++--------------- ign-launch4.yaml | 32 ++++++++++++++++---------------- ign-launch5.yaml | 32 ++++++++++++++++---------------- ign-launch6.yaml | 32 ++++++++++++++++---------------- ign-math4.yaml | 4 ++-- ign-math6.yaml | 4 ++-- ign-math7.yaml | 6 +++--- ign-msgs5.yaml | 8 ++++---- ign-msgs6.yaml | 8 ++++---- ign-msgs7.yaml | 8 ++++---- ign-msgs8.yaml | 8 ++++---- ign-msgs9.yaml | 10 +++++----- ign-physics1.yaml | 12 ++++++------ ign-physics2.yaml | 12 ++++++------ ign-physics3.yaml | 12 ++++++------ ign-physics4.yaml | 14 +++++++------- ign-physics5.yaml | 14 +++++++------- ign-physics6.yaml | 14 +++++++------- ign-plugin1.yaml | 4 ++-- ign-plugin2.yaml | 6 +++--- ign-rendering0.yaml | 8 ++++---- ign-rendering1.yaml | 12 +++++------- ign-rendering2.yaml | 10 +++++----- ign-rendering3.yaml | 10 +++++----- ign-rendering4.yaml | 10 +++++----- ign-rendering5.yaml | 12 ++++++------ ign-rendering6.yaml | 12 ++++++------ ign-rendering7.yaml | 12 ++++++------ ign-sensors1.yaml | 18 +++++++++--------- ign-sensors2.yaml | 18 +++++++++--------- ign-sensors3.yaml | 20 ++++++++++---------- ign-sensors4.yaml | 20 ++++++++++---------- ign-sensors5.yaml | 22 +++++++++++----------- ign-sensors6.yaml | 22 +++++++++++----------- ign-sensors7.yaml | 22 +++++++++++----------- ign-tools1.yaml | 2 +- ign-tools2.yaml | 2 +- ign-transport10.yaml | 12 ++++++------ ign-transport11.yaml | 12 ++++++------ ign-transport12.yaml | 12 ++++++------ ign-transport4.yaml | 10 +++++----- ign-transport8.yaml | 10 +++++----- ign-transport9.yaml | 10 +++++----- ign-utils1.yaml | 4 ++-- ign-utils2.yaml | 4 ++-- sdformat10.yaml | 8 ++++---- sdformat11.yaml | 10 +++++----- sdformat12.yaml | 10 +++++----- sdformat13.yaml | 10 +++++----- sdformat9.yaml | 8 ++++---- test/test_url_validity.py | 2 +- 94 files changed, 723 insertions(+), 725 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index f0ed32b3..0681b716 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -16,7 +16,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Fetch upstream (to enable diff) run: | - git remote add unittest_upstream_comparision https://github.com/ignition-tooling/gazebodistro.git || git remote set-url unittest_upstream_comparision https://github.com/ignition-tooling/gazebodistro.git + git remote add unittest_upstream_comparision https://github.com/gazebo-tooling/gazebodistro.git || git remote set-url unittest_upstream_comparision https://github.com/gazebo-tooling/gazebodistro.git git fetch --no-tags --depth=1 unittest_upstream_comparision master - name: Install Dependencies run: | @@ -27,7 +27,7 @@ jobs: pip install PyGithub - name: Run Nose Tests run: nosetests -s - yamllint: + yamllint: name: Yaml Linting runs-on: ubuntu-20.04 strategy: diff --git a/collection-acropolis.yaml b/collection-acropolis.yaml index 7e2c0a24..5481a49d 100644 --- a/collection-acropolis.yaml +++ b/collection-acropolis.yaml @@ -2,61 +2,61 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-fuel-tools: type: git - url: https://github.com/ignitionrobotics/ign-fuel-tools + url: https://github.com/gazebosim/gz-fuel-tools version: ign-fuel-tools3 ign-gazebo: type: git - url: https://github.com/ignitionrobotics/ign-gazebo + url: https://github.com/gazebosim/gz-sim version: ign-gazebo1 ign-gui: type: git - url: https://github.com/ignitionrobotics/ign-gui + url: https://github.com/gazebosim/gz-gui version: ign-gui1 ign-launch: type: git - url: https://github.com/ignitionrobotics/ign-launch + url: https://github.com/gazebosim/gz-launch version: ign-launch0 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs3 ign-physics: type: git - url: https://github.com/ignitionrobotics/ign-physics + url: https://github.com/gazebosim/gz-physics version: ign-physics1 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering1 ign-sensors: type: git - url: https://github.com/ignitionrobotics/ign-sensors + url: https://github.com/gazebosim/gz-sensors version: ign-sensors1 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools0 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport6 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf8 diff --git a/collection-blueprint.yaml b/collection-blueprint.yaml index 326be5fe..a24d935b 100644 --- a/collection-blueprint.yaml +++ b/collection-blueprint.yaml @@ -2,61 +2,61 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-fuel-tools: type: git - url: https://github.com/ignitionrobotics/ign-fuel-tools + url: https://github.com/gazebosim/gz-fuel-tools version: ign-fuel-tools3 ign-gazebo: type: git - url: https://github.com/ignitionrobotics/ign-gazebo + url: https://github.com/gazebosim/gz-sim version: ign-gazebo2 ign-gui: type: git - url: https://github.com/ignitionrobotics/ign-gui + url: https://github.com/gazebosim/gz-gui version: ign-gui2 ign-launch: type: git - url: https://github.com/ignitionrobotics/ign-launch + url: https://github.com/gazebosim/gz-launch version: ign-launch1 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs4 ign-physics: type: git - url: https://github.com/ignitionrobotics/ign-physics + url: https://github.com/gazebosim/gz-physics version: ign-physics1 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering2 ign-sensors: type: git - url: https://github.com/ignitionrobotics/ign-sensors + url: https://github.com/gazebosim/gz-sensors version: ign-sensors2 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools0 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport7 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf8 diff --git a/collection-citadel.yaml b/collection-citadel.yaml index de7a6f34..21929824 100644 --- a/collection-citadel.yaml +++ b/collection-citadel.yaml @@ -2,61 +2,61 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-fuel-tools: type: git - url: https://github.com/ignitionrobotics/ign-fuel-tools + url: https://github.com/gazebosim/gz-fuel-tools version: ign-fuel-tools4 ign-gazebo: type: git - url: https://github.com/ignitionrobotics/ign-gazebo + url: https://github.com/gazebosim/gz-sim version: ign-gazebo3 ign-gui: type: git - url: https://github.com/ignitionrobotics/ign-gui + url: https://github.com/gazebosim/gz-gui version: ign-gui3 ign-launch: type: git - url: https://github.com/ignitionrobotics/ign-launch + url: https://github.com/gazebosim/gz-launch version: ign-launch2 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs5 ign-physics: type: git - url: https://github.com/ignitionrobotics/ign-physics + url: https://github.com/gazebosim/gz-physics version: ign-physics2 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering3 ign-sensors: type: git - url: https://github.com/ignitionrobotics/ign-sensors + url: https://github.com/gazebosim/gz-sensors version: ign-sensors3 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport8 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf9 diff --git a/collection-dome.yaml b/collection-dome.yaml index 8c9ee730..33edaa32 100644 --- a/collection-dome.yaml +++ b/collection-dome.yaml @@ -2,61 +2,61 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-fuel-tools: type: git - url: https://github.com/ignitionrobotics/ign-fuel-tools + url: https://github.com/gazebosim/gz-fuel-tools version: ign-fuel-tools5 ign-gazebo: type: git - url: https://github.com/ignitionrobotics/ign-gazebo + url: https://github.com/gazebosim/gz-sim version: ign-gazebo4 ign-gui: type: git - url: https://github.com/ignitionrobotics/ign-gui + url: https://github.com/gazebosim/gz-gui version: ign-gui4 ign-launch: type: git - url: https://github.com/ignitionrobotics/ign-launch + url: https://github.com/gazebosim/gz-launch version: ign-launch3 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs6 ign-physics: type: git - url: https://github.com/ignitionrobotics/ign-physics + url: https://github.com/gazebosim/gz-physics version: ign-physics3 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering4 ign-sensors: type: git - url: https://github.com/ignitionrobotics/ign-sensors + url: https://github.com/gazebosim/gz-sensors version: ign-sensors4 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport9 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf10 diff --git a/collection-edifice.yaml b/collection-edifice.yaml index a1978159..3ffd7937 100644 --- a/collection-edifice.yaml +++ b/collection-edifice.yaml @@ -2,65 +2,65 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common4 ign-fuel-tools: type: git - url: https://github.com/ignitionrobotics/ign-fuel-tools + url: https://github.com/gazebosim/gz-fuel-tools version: ign-fuel-tools6 ign-gazebo: type: git - url: https://github.com/ignitionrobotics/ign-gazebo + url: https://github.com/gazebosim/gz-sim version: ign-gazebo5 ign-gui: type: git - url: https://github.com/ignitionrobotics/ign-gui + url: https://github.com/gazebosim/gz-gui version: ign-gui5 ign-launch: type: git - url: https://github.com/ignitionrobotics/ign-launch + url: https://github.com/gazebosim/gz-launch version: ign-launch4 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs7 ign-physics: type: git - url: https://github.com/ignitionrobotics/ign-physics + url: https://github.com/gazebosim/gz-physics version: ign-physics4 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering5 ign-sensors: type: git - url: https://github.com/ignitionrobotics/ign-sensors + url: https://github.com/gazebosim/gz-sensors version: ign-sensors5 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport10 ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: ign-utils1 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf11 diff --git a/collection-fortress.yaml b/collection-fortress.yaml index 99dc48f5..29ade1a3 100644 --- a/collection-fortress.yaml +++ b/collection-fortress.yaml @@ -2,65 +2,65 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common4 ign-fuel-tools: type: git - url: https://github.com/ignitionrobotics/ign-fuel-tools + url: https://github.com/gazebosim/gz-fuel-tools version: ign-fuel-tools7 ign-gazebo: type: git - url: https://github.com/ignitionrobotics/ign-gazebo + url: https://github.com/gazebosim/gz-sim version: ign-gazebo6 ign-gui: type: git - url: https://github.com/ignitionrobotics/ign-gui + url: https://github.com/gazebosim/gz-gui version: ign-gui6 ign-launch: type: git - url: https://github.com/ignitionrobotics/ign-launch + url: https://github.com/gazebosim/gz-launch version: ign-launch5 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs8 ign-physics: type: git - url: https://github.com/ignitionrobotics/ign-physics + url: https://github.com/gazebosim/gz-physics version: ign-physics5 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering6 ign-sensors: type: git - url: https://github.com/ignitionrobotics/ign-sensors + url: https://github.com/gazebosim/gz-sensors version: ign-sensors6 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport11 ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: ign-utils1 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf12 diff --git a/collection-garden.yaml b/collection-garden.yaml index bb6b4ad2..d105ec5c 100644 --- a/collection-garden.yaml +++ b/collection-garden.yaml @@ -2,65 +2,65 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: main ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: main ign-fuel-tools: type: git - url: https://github.com/ignitionrobotics/ign-fuel-tools + url: https://github.com/gazebosim/gz-fuel-tools version: main ign-gazebo: type: git - url: https://github.com/ignitionrobotics/ign-gazebo + url: https://github.com/gazebosim/gz-sim version: main ign-gui: type: git - url: https://github.com/ignitionrobotics/ign-gui + url: https://github.com/gazebosim/gz-gui version: main ign-launch: type: git - url: https://github.com/ignitionrobotics/ign-launch + url: https://github.com/gazebosim/gz-launch version: main ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: main ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: main ign-physics: type: git - url: https://github.com/ignitionrobotics/ign-physics + url: https://github.com/gazebosim/gz-physics version: main ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: main ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: main ign-sensors: type: git - url: https://github.com/ignitionrobotics/ign-sensors + url: https://github.com/gazebosim/gz-sensors version: main ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: main ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: main ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: main sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: main diff --git a/gazebo10.yaml b/gazebo10.yaml index db50bfcb..0680e8f3 100644 --- a/gazebo10.yaml +++ b/gazebo10.yaml @@ -6,29 +6,29 @@ repositories: version: gazebo10 ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake0 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common1 ign-fuel-tools: type: git - url: https://github.com/ignitionrobotics/ign-fuel-tools + url: https://github.com/gazebosim/gz-fuel-tools version: ign-fuel-tools1 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math4 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs1 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport4 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf6 diff --git a/gazebo11.yaml b/gazebo11.yaml index 024b765a..2476331a 100644 --- a/gazebo11.yaml +++ b/gazebo11.yaml @@ -6,29 +6,29 @@ repositories: version: gazebo11 ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-fuel-tools: type: git - url: https://github.com/ignitionrobotics/ign-fuel-tools + url: https://github.com/gazebosim/gz-fuel-tools version: ign-fuel-tools4 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs5 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport8 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf9 diff --git a/gazebo7.yaml b/gazebo7.yaml index 1fe58a7f..c77bfe57 100644 --- a/gazebo7.yaml +++ b/gazebo7.yaml @@ -6,14 +6,14 @@ repositories: version: gazebo7 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math2 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf4 # The following library is optional # ign-transport: # type: git -# url: https://github.com/ignitionrobotics/ign-transport +# url: https://github.com/gazebosim/gz-transport # version: ign-transport1 diff --git a/gazebo8.yaml b/gazebo8.yaml index 25ec53ab..ea8294b3 100644 --- a/gazebo8.yaml +++ b/gazebo8.yaml @@ -6,17 +6,17 @@ repositories: version: gazebo8 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math3 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs0 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport3 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf5 diff --git a/gazebo9.yaml b/gazebo9.yaml index 0b1ef488..6a95b41e 100644 --- a/gazebo9.yaml +++ b/gazebo9.yaml @@ -6,29 +6,29 @@ repositories: version: gazebo9 ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake0 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common1 ign-fuel-tools: type: git - url: https://github.com/ignitionrobotics/ign-fuel-tools + url: https://github.com/gazebosim/gz-fuel-tools version: ign-fuel-tools1 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math4 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs1 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport4 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf6 diff --git a/ign-cmake2.yaml b/ign-cmake2.yaml index 8ee3ca4c..17470dae 100644 --- a/ign-cmake2.yaml +++ b/ign-cmake2.yaml @@ -2,5 +2,5 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 diff --git a/ign-cmake3.yaml b/ign-cmake3.yaml index ed661d69..e723d408 100644 --- a/ign-cmake3.yaml +++ b/ign-cmake3.yaml @@ -2,5 +2,5 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: main diff --git a/ign-common1.yaml b/ign-common1.yaml index c3649491..d70db78f 100644 --- a/ign-common1.yaml +++ b/ign-common1.yaml @@ -2,13 +2,13 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake0 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common1 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math4 diff --git a/ign-common3.yaml b/ign-common3.yaml index 443a3a99..6eb28423 100644 --- a/ign-common3.yaml +++ b/ign-common3.yaml @@ -2,13 +2,13 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 diff --git a/ign-common4.yaml b/ign-common4.yaml index 431311d0..ab4b1ae3 100644 --- a/ign-common4.yaml +++ b/ign-common4.yaml @@ -2,17 +2,17 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common4 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: ign-utils1 diff --git a/ign-common5.yaml b/ign-common5.yaml index 015f0a3c..f7b639fe 100644 --- a/ign-common5.yaml +++ b/ign-common5.yaml @@ -2,17 +2,17 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: main ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: main ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: main ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: main diff --git a/ign-fuel-tools1.yaml b/ign-fuel-tools1.yaml index 78088462..8aebef60 100644 --- a/ign-fuel-tools1.yaml +++ b/ign-fuel-tools1.yaml @@ -2,21 +2,21 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake0 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common1 ign-fuel-tools: type: git - url: https://github.com/ignitionrobotics/ign-fuel-tools + url: https://github.com/gazebosim/gz-fuel-tools version: ign-fuel-tools1 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math4 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs1 diff --git a/ign-fuel-tools4.yaml b/ign-fuel-tools4.yaml index a7fa3000..706ff565 100644 --- a/ign-fuel-tools4.yaml +++ b/ign-fuel-tools4.yaml @@ -2,25 +2,25 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-fuel-tools: type: git - url: https://github.com/ignitionrobotics/ign-fuel-tools + url: https://github.com/gazebosim/gz-fuel-tools version: ign-fuel-tools4 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs5 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 diff --git a/ign-fuel-tools5.yaml b/ign-fuel-tools5.yaml index e04459c8..ead2ab7b 100644 --- a/ign-fuel-tools5.yaml +++ b/ign-fuel-tools5.yaml @@ -2,25 +2,25 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-fuel-tools: type: git - url: https://github.com/ignitionrobotics/ign-fuel-tools + url: https://github.com/gazebosim/gz-fuel-tools version: ign-fuel-tools5 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs6 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 diff --git a/ign-fuel-tools6.yaml b/ign-fuel-tools6.yaml index 1641181c..868fc947 100644 --- a/ign-fuel-tools6.yaml +++ b/ign-fuel-tools6.yaml @@ -2,25 +2,25 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common4 ign-fuel-tools: type: git - url: https://github.com/ignitionrobotics/ign-fuel-tools + url: https://github.com/gazebosim/gz-fuel-tools version: ign-fuel-tools6 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs7 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 diff --git a/ign-fuel-tools7.yaml b/ign-fuel-tools7.yaml index 09083f67..6f3d98e5 100644 --- a/ign-fuel-tools7.yaml +++ b/ign-fuel-tools7.yaml @@ -2,25 +2,25 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common4 ign-fuel-tools: type: git - url: https://github.com/ignitionrobotics/ign-fuel-tools + url: https://github.com/gazebosim/gz-fuel-tools version: ign-fuel-tools7 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs8 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 diff --git a/ign-fuel-tools8.yaml b/ign-fuel-tools8.yaml index 5904d93a..aae058db 100644 --- a/ign-fuel-tools8.yaml +++ b/ign-fuel-tools8.yaml @@ -2,29 +2,29 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: main ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: main ign-fuel-tools: type: git - url: https://github.com/ignitionrobotics/ign-fuel-tools + url: https://github.com/gazebosim/gz-fuel-tools version: main ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: main ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: main ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: main ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: main diff --git a/ign-gazebo1.yaml b/ign-gazebo1.yaml index e4536e41..bac12a05 100644 --- a/ign-gazebo1.yaml +++ b/ign-gazebo1.yaml @@ -2,57 +2,57 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-fuel-tools: type: git - url: https://github.com/ignitionrobotics/ign-fuel-tools + url: https://github.com/gazebosim/gz-fuel-tools version: ign-fuel-tools3 ign-gazebo: type: git - url: https://github.com/ignitionrobotics/ign-gazebo + url: https://github.com/gazebosim/gz-sim version: ign-gazebo1 ign-gui: type: git - url: https://github.com/ignitionrobotics/ign-gui + url: https://github.com/gazebosim/gz-gui version: ign-gui1 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs3 ign-physics: type: git - url: https://github.com/ignitionrobotics/ign-physics + url: https://github.com/gazebosim/gz-physics version: ign-physics1 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering1 ign-sensors: type: git - url: https://github.com/ignitionrobotics/ign-sensors + url: https://github.com/gazebosim/gz-sensors version: ign-sensors1 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools0 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport6 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf8 diff --git a/ign-gazebo2.yaml b/ign-gazebo2.yaml index 7542995e..2385fabf 100644 --- a/ign-gazebo2.yaml +++ b/ign-gazebo2.yaml @@ -2,57 +2,57 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-fuel-tools: type: git - url: https://github.com/ignitionrobotics/ign-fuel-tools + url: https://github.com/gazebosim/gz-fuel-tools version: ign-fuel-tools3 ign-gazebo: type: git - url: https://github.com/ignitionrobotics/ign-gazebo + url: https://github.com/gazebosim/gz-sim version: ign-gazebo2 ign-gui: type: git - url: https://github.com/ignitionrobotics/ign-gui + url: https://github.com/gazebosim/gz-gui version: ign-gui2 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs4 ign-physics: type: git - url: https://github.com/ignitionrobotics/ign-physics + url: https://github.com/gazebosim/gz-physics version: ign-physics1 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering2 ign-sensors: type: git - url: https://github.com/ignitionrobotics/ign-sensors + url: https://github.com/gazebosim/gz-sensors version: ign-sensors2 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools0 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport7 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf8 diff --git a/ign-gazebo3.yaml b/ign-gazebo3.yaml index 08abb85e..dae8613a 100644 --- a/ign-gazebo3.yaml +++ b/ign-gazebo3.yaml @@ -2,57 +2,57 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-fuel-tools: type: git - url: https://github.com/ignitionrobotics/ign-fuel-tools + url: https://github.com/gazebosim/gz-fuel-tools version: ign-fuel-tools4 ign-gazebo: type: git - url: https://github.com/ignitionrobotics/ign-gazebo + url: https://github.com/gazebosim/gz-sim version: ign-gazebo3 ign-gui: type: git - url: https://github.com/ignitionrobotics/ign-gui + url: https://github.com/gazebosim/gz-gui version: ign-gui3 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs5 ign-physics: type: git - url: https://github.com/ignitionrobotics/ign-physics + url: https://github.com/gazebosim/gz-physics version: ign-physics2 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering3 ign-sensors: type: git - url: https://github.com/ignitionrobotics/ign-sensors + url: https://github.com/gazebosim/gz-sensors version: ign-sensors3 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport8 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf9 diff --git a/ign-gazebo4.yaml b/ign-gazebo4.yaml index ffbc238a..b095eb5d 100644 --- a/ign-gazebo4.yaml +++ b/ign-gazebo4.yaml @@ -2,57 +2,57 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-fuel-tools: type: git - url: https://github.com/ignitionrobotics/ign-fuel-tools + url: https://github.com/gazebosim/gz-fuel-tools version: ign-fuel-tools5 ign-gazebo: type: git - url: https://github.com/ignitionrobotics/ign-gazebo + url: https://github.com/gazebosim/gz-sim version: ign-gazebo4 ign-gui: type: git - url: https://github.com/ignitionrobotics/ign-gui + url: https://github.com/gazebosim/gz-gui version: ign-gui4 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs6 ign-physics: type: git - url: https://github.com/ignitionrobotics/ign-physics + url: https://github.com/gazebosim/gz-physics version: ign-physics3 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering4 ign-sensors: type: git - url: https://github.com/ignitionrobotics/ign-sensors + url: https://github.com/gazebosim/gz-sensors version: ign-sensors4 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport9 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf10 diff --git a/ign-gazebo5.yaml b/ign-gazebo5.yaml index baef2af0..4f24cf4a 100644 --- a/ign-gazebo5.yaml +++ b/ign-gazebo5.yaml @@ -2,61 +2,61 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common4 ign-fuel-tools: type: git - url: https://github.com/ignitionrobotics/ign-fuel-tools + url: https://github.com/gazebosim/gz-fuel-tools version: ign-fuel-tools6 ign-gazebo: type: git - url: https://github.com/ignitionrobotics/ign-gazebo + url: https://github.com/gazebosim/gz-sim version: ign-gazebo5 ign-gui: type: git - url: https://github.com/ignitionrobotics/ign-gui + url: https://github.com/gazebosim/gz-gui version: ign-gui5 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs7 ign-physics: type: git - url: https://github.com/ignitionrobotics/ign-physics + url: https://github.com/gazebosim/gz-physics version: ign-physics4 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering5 ign-sensors: type: git - url: https://github.com/ignitionrobotics/ign-sensors + url: https://github.com/gazebosim/gz-sensors version: ign-sensors5 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport10 ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: ign-utils1 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf11 diff --git a/ign-gazebo6.yaml b/ign-gazebo6.yaml index 4070dfb5..0c9dd44c 100644 --- a/ign-gazebo6.yaml +++ b/ign-gazebo6.yaml @@ -2,61 +2,61 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common4 ign-fuel-tools: type: git - url: https://github.com/ignitionrobotics/ign-fuel-tools + url: https://github.com/gazebosim/gz-fuel-tools version: ign-fuel-tools7 ign-gazebo: type: git - url: https://github.com/ignitionrobotics/ign-gazebo + url: https://github.com/gazebosim/gz-sim version: ign-gazebo6 ign-gui: type: git - url: https://github.com/ignitionrobotics/ign-gui + url: https://github.com/gazebosim/gz-gui version: ign-gui6 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs8 ign-physics: type: git - url: https://github.com/ignitionrobotics/ign-physics + url: https://github.com/gazebosim/gz-physics version: ign-physics5 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering6 ign-sensors: type: git - url: https://github.com/ignitionrobotics/ign-sensors + url: https://github.com/gazebosim/gz-sensors version: ign-sensors6 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport11 ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: ign-utils1 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf12 diff --git a/ign-gazebo7.yaml b/ign-gazebo7.yaml index 5bb3fb22..f4c9fd36 100644 --- a/ign-gazebo7.yaml +++ b/ign-gazebo7.yaml @@ -2,61 +2,61 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: main ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: main ign-fuel-tools: type: git - url: https://github.com/ignitionrobotics/ign-fuel-tools + url: https://github.com/gazebosim/gz-fuel-tools version: main ign-gazebo: type: git - url: https://github.com/ignitionrobotics/ign-gazebo + url: https://github.com/gazebosim/gz-sim version: main ign-gui: type: git - url: https://github.com/ignitionrobotics/ign-gui + url: https://github.com/gazebosim/gz-gui version: main ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: main ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: main ign-physics: type: git - url: https://github.com/ignitionrobotics/ign-physics + url: https://github.com/gazebosim/gz-physics version: main ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: main ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: main ign-sensors: type: git - url: https://github.com/ignitionrobotics/ign-sensors + url: https://github.com/gazebosim/gz-sensors version: main ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: main ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: main ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: main sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: main diff --git a/ign-gui0.yaml b/ign-gui0.yaml index fd020204..f3125c80 100644 --- a/ign-gui0.yaml +++ b/ign-gui0.yaml @@ -2,45 +2,45 @@ repositories: ign-cmake1: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake1 ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common2: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-gui: type: git - url: https://github.com/ignitionrobotics/ign-gui + url: https://github.com/gazebosim/gz-gui version: ign-gui0 ign-math5: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math5 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs2 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering2 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport5 diff --git a/ign-gui1.yaml b/ign-gui1.yaml index 985d3f0c..c1382659 100644 --- a/ign-gui1.yaml +++ b/ign-gui1.yaml @@ -2,33 +2,33 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs3 ign-gui: type: git - url: https://github.com/ignitionrobotics/ign-gui + url: https://github.com/gazebosim/gz-gui version: ign-gui1 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering1 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport6 diff --git a/ign-gui2.yaml b/ign-gui2.yaml index c7aeebbb..39894a4d 100644 --- a/ign-gui2.yaml +++ b/ign-gui2.yaml @@ -2,37 +2,37 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-gui: type: git - url: https://github.com/ignitionrobotics/ign-gui + url: https://github.com/gazebosim/gz-gui version: ign-gui2 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs4 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering2 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools0 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport7 diff --git a/ign-gui3.yaml b/ign-gui3.yaml index 2c1578d5..58c70c54 100644 --- a/ign-gui3.yaml +++ b/ign-gui3.yaml @@ -2,37 +2,37 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-gui: type: git - url: https://github.com/ignitionrobotics/ign-gui + url: https://github.com/gazebosim/gz-gui version: ign-gui3 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs5 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering3 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport8 diff --git a/ign-gui4.yaml b/ign-gui4.yaml index 66f0097a..c9c0ee7d 100644 --- a/ign-gui4.yaml +++ b/ign-gui4.yaml @@ -2,37 +2,37 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-gui: type: git - url: https://github.com/ignitionrobotics/ign-gui + url: https://github.com/gazebosim/gz-gui version: ign-gui4 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs6 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering4 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport9 diff --git a/ign-gui5.yaml b/ign-gui5.yaml index a68e6779..b30eb39a 100644 --- a/ign-gui5.yaml +++ b/ign-gui5.yaml @@ -2,41 +2,41 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common4 ign-gui: type: git - url: https://github.com/ignitionrobotics/ign-gui + url: https://github.com/gazebosim/gz-gui version: ign-gui5 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs7 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering5 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport10 ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: ign-utils1 diff --git a/ign-gui6.yaml b/ign-gui6.yaml index c30dfbd0..9f03b661 100644 --- a/ign-gui6.yaml +++ b/ign-gui6.yaml @@ -2,41 +2,41 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common4 ign-gui: type: git - url: https://github.com/ignitionrobotics/ign-gui + url: https://github.com/gazebosim/gz-gui version: ign-gui6 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs8 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering6 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport11 ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: ign-utils1 diff --git a/ign-gui7.yaml b/ign-gui7.yaml index c2a73dd1..5535ec66 100644 --- a/ign-gui7.yaml +++ b/ign-gui7.yaml @@ -2,41 +2,41 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: main ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: main ign-gui: type: git - url: https://github.com/ignitionrobotics/ign-gui + url: https://github.com/gazebosim/gz-gui version: main ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: main ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: main ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: main ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: main ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: main ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: main ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: main diff --git a/ign-launch0.yaml b/ign-launch0.yaml index 7e2c0a24..5481a49d 100644 --- a/ign-launch0.yaml +++ b/ign-launch0.yaml @@ -2,61 +2,61 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-fuel-tools: type: git - url: https://github.com/ignitionrobotics/ign-fuel-tools + url: https://github.com/gazebosim/gz-fuel-tools version: ign-fuel-tools3 ign-gazebo: type: git - url: https://github.com/ignitionrobotics/ign-gazebo + url: https://github.com/gazebosim/gz-sim version: ign-gazebo1 ign-gui: type: git - url: https://github.com/ignitionrobotics/ign-gui + url: https://github.com/gazebosim/gz-gui version: ign-gui1 ign-launch: type: git - url: https://github.com/ignitionrobotics/ign-launch + url: https://github.com/gazebosim/gz-launch version: ign-launch0 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs3 ign-physics: type: git - url: https://github.com/ignitionrobotics/ign-physics + url: https://github.com/gazebosim/gz-physics version: ign-physics1 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering1 ign-sensors: type: git - url: https://github.com/ignitionrobotics/ign-sensors + url: https://github.com/gazebosim/gz-sensors version: ign-sensors1 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools0 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport6 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf8 diff --git a/ign-launch1.yaml b/ign-launch1.yaml index 326be5fe..a24d935b 100644 --- a/ign-launch1.yaml +++ b/ign-launch1.yaml @@ -2,61 +2,61 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-fuel-tools: type: git - url: https://github.com/ignitionrobotics/ign-fuel-tools + url: https://github.com/gazebosim/gz-fuel-tools version: ign-fuel-tools3 ign-gazebo: type: git - url: https://github.com/ignitionrobotics/ign-gazebo + url: https://github.com/gazebosim/gz-sim version: ign-gazebo2 ign-gui: type: git - url: https://github.com/ignitionrobotics/ign-gui + url: https://github.com/gazebosim/gz-gui version: ign-gui2 ign-launch: type: git - url: https://github.com/ignitionrobotics/ign-launch + url: https://github.com/gazebosim/gz-launch version: ign-launch1 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs4 ign-physics: type: git - url: https://github.com/ignitionrobotics/ign-physics + url: https://github.com/gazebosim/gz-physics version: ign-physics1 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering2 ign-sensors: type: git - url: https://github.com/ignitionrobotics/ign-sensors + url: https://github.com/gazebosim/gz-sensors version: ign-sensors2 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools0 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport7 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf8 diff --git a/ign-launch2.yaml b/ign-launch2.yaml index de7a6f34..21929824 100644 --- a/ign-launch2.yaml +++ b/ign-launch2.yaml @@ -2,61 +2,61 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-fuel-tools: type: git - url: https://github.com/ignitionrobotics/ign-fuel-tools + url: https://github.com/gazebosim/gz-fuel-tools version: ign-fuel-tools4 ign-gazebo: type: git - url: https://github.com/ignitionrobotics/ign-gazebo + url: https://github.com/gazebosim/gz-sim version: ign-gazebo3 ign-gui: type: git - url: https://github.com/ignitionrobotics/ign-gui + url: https://github.com/gazebosim/gz-gui version: ign-gui3 ign-launch: type: git - url: https://github.com/ignitionrobotics/ign-launch + url: https://github.com/gazebosim/gz-launch version: ign-launch2 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs5 ign-physics: type: git - url: https://github.com/ignitionrobotics/ign-physics + url: https://github.com/gazebosim/gz-physics version: ign-physics2 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering3 ign-sensors: type: git - url: https://github.com/ignitionrobotics/ign-sensors + url: https://github.com/gazebosim/gz-sensors version: ign-sensors3 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport8 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf9 diff --git a/ign-launch3.yaml b/ign-launch3.yaml index 8c9ee730..33edaa32 100644 --- a/ign-launch3.yaml +++ b/ign-launch3.yaml @@ -2,61 +2,61 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-fuel-tools: type: git - url: https://github.com/ignitionrobotics/ign-fuel-tools + url: https://github.com/gazebosim/gz-fuel-tools version: ign-fuel-tools5 ign-gazebo: type: git - url: https://github.com/ignitionrobotics/ign-gazebo + url: https://github.com/gazebosim/gz-sim version: ign-gazebo4 ign-gui: type: git - url: https://github.com/ignitionrobotics/ign-gui + url: https://github.com/gazebosim/gz-gui version: ign-gui4 ign-launch: type: git - url: https://github.com/ignitionrobotics/ign-launch + url: https://github.com/gazebosim/gz-launch version: ign-launch3 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs6 ign-physics: type: git - url: https://github.com/ignitionrobotics/ign-physics + url: https://github.com/gazebosim/gz-physics version: ign-physics3 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering4 ign-sensors: type: git - url: https://github.com/ignitionrobotics/ign-sensors + url: https://github.com/gazebosim/gz-sensors version: ign-sensors4 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport9 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf10 diff --git a/ign-launch4.yaml b/ign-launch4.yaml index a1978159..3ffd7937 100644 --- a/ign-launch4.yaml +++ b/ign-launch4.yaml @@ -2,65 +2,65 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common4 ign-fuel-tools: type: git - url: https://github.com/ignitionrobotics/ign-fuel-tools + url: https://github.com/gazebosim/gz-fuel-tools version: ign-fuel-tools6 ign-gazebo: type: git - url: https://github.com/ignitionrobotics/ign-gazebo + url: https://github.com/gazebosim/gz-sim version: ign-gazebo5 ign-gui: type: git - url: https://github.com/ignitionrobotics/ign-gui + url: https://github.com/gazebosim/gz-gui version: ign-gui5 ign-launch: type: git - url: https://github.com/ignitionrobotics/ign-launch + url: https://github.com/gazebosim/gz-launch version: ign-launch4 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs7 ign-physics: type: git - url: https://github.com/ignitionrobotics/ign-physics + url: https://github.com/gazebosim/gz-physics version: ign-physics4 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering5 ign-sensors: type: git - url: https://github.com/ignitionrobotics/ign-sensors + url: https://github.com/gazebosim/gz-sensors version: ign-sensors5 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport10 ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: ign-utils1 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf11 diff --git a/ign-launch5.yaml b/ign-launch5.yaml index 99dc48f5..29ade1a3 100644 --- a/ign-launch5.yaml +++ b/ign-launch5.yaml @@ -2,65 +2,65 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common4 ign-fuel-tools: type: git - url: https://github.com/ignitionrobotics/ign-fuel-tools + url: https://github.com/gazebosim/gz-fuel-tools version: ign-fuel-tools7 ign-gazebo: type: git - url: https://github.com/ignitionrobotics/ign-gazebo + url: https://github.com/gazebosim/gz-sim version: ign-gazebo6 ign-gui: type: git - url: https://github.com/ignitionrobotics/ign-gui + url: https://github.com/gazebosim/gz-gui version: ign-gui6 ign-launch: type: git - url: https://github.com/ignitionrobotics/ign-launch + url: https://github.com/gazebosim/gz-launch version: ign-launch5 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs8 ign-physics: type: git - url: https://github.com/ignitionrobotics/ign-physics + url: https://github.com/gazebosim/gz-physics version: ign-physics5 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering6 ign-sensors: type: git - url: https://github.com/ignitionrobotics/ign-sensors + url: https://github.com/gazebosim/gz-sensors version: ign-sensors6 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport11 ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: ign-utils1 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf12 diff --git a/ign-launch6.yaml b/ign-launch6.yaml index bb6b4ad2..d105ec5c 100644 --- a/ign-launch6.yaml +++ b/ign-launch6.yaml @@ -2,65 +2,65 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: main ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: main ign-fuel-tools: type: git - url: https://github.com/ignitionrobotics/ign-fuel-tools + url: https://github.com/gazebosim/gz-fuel-tools version: main ign-gazebo: type: git - url: https://github.com/ignitionrobotics/ign-gazebo + url: https://github.com/gazebosim/gz-sim version: main ign-gui: type: git - url: https://github.com/ignitionrobotics/ign-gui + url: https://github.com/gazebosim/gz-gui version: main ign-launch: type: git - url: https://github.com/ignitionrobotics/ign-launch + url: https://github.com/gazebosim/gz-launch version: main ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: main ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: main ign-physics: type: git - url: https://github.com/ignitionrobotics/ign-physics + url: https://github.com/gazebosim/gz-physics version: main ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: main ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: main ign-sensors: type: git - url: https://github.com/ignitionrobotics/ign-sensors + url: https://github.com/gazebosim/gz-sensors version: main ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: main ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: main ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: main sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: main diff --git a/ign-math4.yaml b/ign-math4.yaml index d507dd8d..3b1797e9 100644 --- a/ign-math4.yaml +++ b/ign-math4.yaml @@ -2,9 +2,9 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake0 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math4 diff --git a/ign-math6.yaml b/ign-math6.yaml index cb982a05..e589030b 100644 --- a/ign-math6.yaml +++ b/ign-math6.yaml @@ -2,9 +2,9 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 diff --git a/ign-math7.yaml b/ign-math7.yaml index 7bd7ae53..ef44b9f8 100644 --- a/ign-math7.yaml +++ b/ign-math7.yaml @@ -2,13 +2,13 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: main ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: main ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: main diff --git a/ign-msgs5.yaml b/ign-msgs5.yaml index 6dc25a60..128a52c2 100644 --- a/ign-msgs5.yaml +++ b/ign-msgs5.yaml @@ -2,17 +2,17 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs5 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 diff --git a/ign-msgs6.yaml b/ign-msgs6.yaml index a0629a14..ea0e3dd6 100644 --- a/ign-msgs6.yaml +++ b/ign-msgs6.yaml @@ -2,17 +2,17 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs6 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 diff --git a/ign-msgs7.yaml b/ign-msgs7.yaml index 57261203..576bc6e5 100644 --- a/ign-msgs7.yaml +++ b/ign-msgs7.yaml @@ -2,17 +2,17 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs7 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 diff --git a/ign-msgs8.yaml b/ign-msgs8.yaml index e8e3457b..d585d3a3 100644 --- a/ign-msgs8.yaml +++ b/ign-msgs8.yaml @@ -2,17 +2,17 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs8 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 diff --git a/ign-msgs9.yaml b/ign-msgs9.yaml index 7b8faa63..e6f2ab33 100644 --- a/ign-msgs9.yaml +++ b/ign-msgs9.yaml @@ -2,21 +2,21 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: main ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: main ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: main ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: main diff --git a/ign-physics1.yaml b/ign-physics1.yaml index 88839245..0fe62e69 100644 --- a/ign-physics1.yaml +++ b/ign-physics1.yaml @@ -2,25 +2,25 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-physics: type: git - url: https://github.com/ignitionrobotics/ign-physics + url: https://github.com/gazebosim/gz-physics version: ign-physics1 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf8 diff --git a/ign-physics2.yaml b/ign-physics2.yaml index 4bc234a2..cc319739 100644 --- a/ign-physics2.yaml +++ b/ign-physics2.yaml @@ -2,25 +2,25 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-physics: type: git - url: https://github.com/ignitionrobotics/ign-physics + url: https://github.com/gazebosim/gz-physics version: ign-physics2 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf9 diff --git a/ign-physics3.yaml b/ign-physics3.yaml index 2ae34a7a..0f4260ae 100644 --- a/ign-physics3.yaml +++ b/ign-physics3.yaml @@ -2,25 +2,25 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-physics: type: git - url: https://github.com/ignitionrobotics/ign-physics + url: https://github.com/gazebosim/gz-physics version: ign-physics3 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf10 diff --git a/ign-physics4.yaml b/ign-physics4.yaml index 1f7e0ad4..e6a0c7e8 100644 --- a/ign-physics4.yaml +++ b/ign-physics4.yaml @@ -2,29 +2,29 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common4 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-physics: type: git - url: https://github.com/ignitionrobotics/ign-physics + url: https://github.com/gazebosim/gz-physics version: ign-physics4 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: ign-utils1 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf11 diff --git a/ign-physics5.yaml b/ign-physics5.yaml index c8890f59..a5435d14 100644 --- a/ign-physics5.yaml +++ b/ign-physics5.yaml @@ -2,29 +2,29 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common4 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-physics: type: git - url: https://github.com/ignitionrobotics/ign-physics + url: https://github.com/gazebosim/gz-physics version: ign-physics5 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: ign-utils1 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf12 diff --git a/ign-physics6.yaml b/ign-physics6.yaml index c6887d87..e9d403e9 100644 --- a/ign-physics6.yaml +++ b/ign-physics6.yaml @@ -2,29 +2,29 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: main ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: main ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: main ign-physics: type: git - url: https://github.com/ignitionrobotics/ign-physics + url: https://github.com/gazebosim/gz-physics version: main ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: main ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: main sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: main diff --git a/ign-plugin1.yaml b/ign-plugin1.yaml index 1ad492aa..064ff54e 100644 --- a/ign-plugin1.yaml +++ b/ign-plugin1.yaml @@ -2,9 +2,9 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 diff --git a/ign-plugin2.yaml b/ign-plugin2.yaml index bbdb480e..55c56e3e 100644 --- a/ign-plugin2.yaml +++ b/ign-plugin2.yaml @@ -2,13 +2,13 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: main ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: main ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: main diff --git a/ign-rendering0.yaml b/ign-rendering0.yaml index 723299d0..75f19b2f 100644 --- a/ign-rendering0.yaml +++ b/ign-rendering0.yaml @@ -2,17 +2,17 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake1 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common2 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math5 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering0 diff --git a/ign-rendering1.yaml b/ign-rendering1.yaml index 8cf85b15..62991c49 100644 --- a/ign-rendering1.yaml +++ b/ign-rendering1.yaml @@ -1,24 +1,22 @@ --- -# gz11 version ---- repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering1 diff --git a/ign-rendering2.yaml b/ign-rendering2.yaml index dc282841..73f0a87b 100644 --- a/ign-rendering2.yaml +++ b/ign-rendering2.yaml @@ -2,21 +2,21 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering2 diff --git a/ign-rendering3.yaml b/ign-rendering3.yaml index b915f8c1..f28427ef 100644 --- a/ign-rendering3.yaml +++ b/ign-rendering3.yaml @@ -2,21 +2,21 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering3 diff --git a/ign-rendering4.yaml b/ign-rendering4.yaml index d2719d8e..cba0eccd 100644 --- a/ign-rendering4.yaml +++ b/ign-rendering4.yaml @@ -2,21 +2,21 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering4 diff --git a/ign-rendering5.yaml b/ign-rendering5.yaml index d40638bb..c54721f4 100644 --- a/ign-rendering5.yaml +++ b/ign-rendering5.yaml @@ -2,25 +2,25 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common4 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering5 ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: ign-utils1 diff --git a/ign-rendering6.yaml b/ign-rendering6.yaml index 154dc3cc..aba08bb3 100644 --- a/ign-rendering6.yaml +++ b/ign-rendering6.yaml @@ -2,25 +2,25 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common4 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering6 ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: ign-utils1 diff --git a/ign-rendering7.yaml b/ign-rendering7.yaml index fd2a9329..13246890 100644 --- a/ign-rendering7.yaml +++ b/ign-rendering7.yaml @@ -2,25 +2,25 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: main ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: main ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: main ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: main ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: main ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: main diff --git a/ign-sensors1.yaml b/ign-sensors1.yaml index 89274138..cca1f3ca 100644 --- a/ign-sensors1.yaml +++ b/ign-sensors1.yaml @@ -2,37 +2,37 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs3 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering1 ign-sensors: type: git - url: https://github.com/ignitionrobotics/ign-sensors + url: https://github.com/gazebosim/gz-sensors version: ign-sensors1 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport6 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf8 diff --git a/ign-sensors2.yaml b/ign-sensors2.yaml index d6c81be6..a33e3c30 100644 --- a/ign-sensors2.yaml +++ b/ign-sensors2.yaml @@ -2,37 +2,37 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs4 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering2 ign-sensors: type: git - url: https://github.com/ignitionrobotics/ign-sensors + url: https://github.com/gazebosim/gz-sensors version: ign-sensors2 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport7 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf8 diff --git a/ign-sensors3.yaml b/ign-sensors3.yaml index 14821372..e8f102a5 100644 --- a/ign-sensors3.yaml +++ b/ign-sensors3.yaml @@ -2,41 +2,41 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs5 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering3 ign-sensors: type: git - url: https://github.com/ignitionrobotics/ign-sensors + url: https://github.com/gazebosim/gz-sensors version: ign-sensors3 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport8 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf9 diff --git a/ign-sensors4.yaml b/ign-sensors4.yaml index 8de1e951..e54cc214 100644 --- a/ign-sensors4.yaml +++ b/ign-sensors4.yaml @@ -2,41 +2,41 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common3 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs6 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering4 ign-sensors: type: git - url: https://github.com/ignitionrobotics/ign-sensors + url: https://github.com/gazebosim/gz-sensors version: ign-sensors4 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport9 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf10 diff --git a/ign-sensors5.yaml b/ign-sensors5.yaml index f92e7699..1d4616c5 100644 --- a/ign-sensors5.yaml +++ b/ign-sensors5.yaml @@ -2,45 +2,45 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common4 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs7 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering5 ign-sensors: type: git - url: https://github.com/ignitionrobotics/ign-sensors + url: https://github.com/gazebosim/gz-sensors version: ign-sensors5 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport10 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: ign-utils1 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf11 diff --git a/ign-sensors6.yaml b/ign-sensors6.yaml index 3b4ca883..28e34754 100644 --- a/ign-sensors6.yaml +++ b/ign-sensors6.yaml @@ -2,45 +2,45 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: ign-common4 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs8 ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: ign-plugin1 ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: ign-rendering6 ign-sensors: type: git - url: https://github.com/ignitionrobotics/ign-sensors + url: https://github.com/gazebosim/gz-sensors version: ign-sensors6 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport11 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: ign-utils1 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf12 diff --git a/ign-sensors7.yaml b/ign-sensors7.yaml index 1172283a..98bc0f65 100644 --- a/ign-sensors7.yaml +++ b/ign-sensors7.yaml @@ -2,45 +2,45 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: main ign-common: type: git - url: https://github.com/ignitionrobotics/ign-common + url: https://github.com/gazebosim/gz-common version: main ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: main ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: main ign-plugin: type: git - url: https://github.com/ignitionrobotics/ign-plugin + url: https://github.com/gazebosim/gz-plugin version: main ign-rendering: type: git - url: https://github.com/ignitionrobotics/ign-rendering + url: https://github.com/gazebosim/gz-rendering version: main ign-sensors: type: git - url: https://github.com/ignitionrobotics/ign-sensors + url: https://github.com/gazebosim/gz-sensors version: main ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: main ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: main ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: main sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: main diff --git a/ign-tools1.yaml b/ign-tools1.yaml index 9ca8de19..82bbc84f 100644 --- a/ign-tools1.yaml +++ b/ign-tools1.yaml @@ -2,5 +2,5 @@ repositories: ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 diff --git a/ign-tools2.yaml b/ign-tools2.yaml index 6736bc2a..9e7df74f 100644 --- a/ign-tools2.yaml +++ b/ign-tools2.yaml @@ -2,5 +2,5 @@ repositories: ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: main diff --git a/ign-transport10.yaml b/ign-transport10.yaml index 748b9427..ece4416b 100644 --- a/ign-transport10.yaml +++ b/ign-transport10.yaml @@ -2,25 +2,25 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs7 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport10 ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: ign-utils1 diff --git a/ign-transport11.yaml b/ign-transport11.yaml index 19f8c031..731e0091 100644 --- a/ign-transport11.yaml +++ b/ign-transport11.yaml @@ -2,25 +2,25 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs8 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport11 ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: ign-utils1 diff --git a/ign-transport12.yaml b/ign-transport12.yaml index 36148c7e..36f14c2d 100644 --- a/ign-transport12.yaml +++ b/ign-transport12.yaml @@ -2,25 +2,25 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: main ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: main ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: main ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: main ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: main ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: main diff --git a/ign-transport4.yaml b/ign-transport4.yaml index 76523f43..4fbe34e7 100644 --- a/ign-transport4.yaml +++ b/ign-transport4.yaml @@ -2,21 +2,21 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake0 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math4 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs1 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools0 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport4 diff --git a/ign-transport8.yaml b/ign-transport8.yaml index bd4fdddb..7ee4fd23 100644 --- a/ign-transport8.yaml +++ b/ign-transport8.yaml @@ -2,21 +2,21 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs5 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport8 diff --git a/ign-transport9.yaml b/ign-transport9.yaml index 39cf1318..5355fcde 100644 --- a/ign-transport9.yaml +++ b/ign-transport9.yaml @@ -2,21 +2,21 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-msgs: type: git - url: https://github.com/ignitionrobotics/ign-msgs + url: https://github.com/gazebosim/gz-msgs version: ign-msgs6 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 ign-transport: type: git - url: https://github.com/ignitionrobotics/ign-transport + url: https://github.com/gazebosim/gz-transport version: ign-transport9 diff --git a/ign-utils1.yaml b/ign-utils1.yaml index 054c20d2..884dcdc4 100644 --- a/ign-utils1.yaml +++ b/ign-utils1.yaml @@ -2,9 +2,9 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: ign-utils1 diff --git a/ign-utils2.yaml b/ign-utils2.yaml index 2a431600..2b4422a6 100644 --- a/ign-utils2.yaml +++ b/ign-utils2.yaml @@ -2,9 +2,9 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: main ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: main diff --git a/sdformat10.yaml b/sdformat10.yaml index 426039e4..419b0a45 100644 --- a/sdformat10.yaml +++ b/sdformat10.yaml @@ -2,17 +2,17 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf10 diff --git a/sdformat11.yaml b/sdformat11.yaml index 17e280a6..a1606ccc 100644 --- a/sdformat11.yaml +++ b/sdformat11.yaml @@ -2,21 +2,21 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: ign-utils1 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf11 diff --git a/sdformat12.yaml b/sdformat12.yaml index e77b203e..ca6155f3 100644 --- a/sdformat12.yaml +++ b/sdformat12.yaml @@ -2,21 +2,21 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: ign-utils1 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf12 diff --git a/sdformat13.yaml b/sdformat13.yaml index 887176ea..2dcd908c 100644 --- a/sdformat13.yaml +++ b/sdformat13.yaml @@ -2,21 +2,21 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: main ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: main ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: main ign-utils: type: git - url: https://github.com/ignitionrobotics/ign-utils + url: https://github.com/gazebosim/gz-utils version: main sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: main diff --git a/sdformat9.yaml b/sdformat9.yaml index 85650e51..08942846 100644 --- a/sdformat9.yaml +++ b/sdformat9.yaml @@ -2,17 +2,17 @@ repositories: ign-cmake: type: git - url: https://github.com/ignitionrobotics/ign-cmake + url: https://github.com/gazebosim/gz-cmake version: ign-cmake2 ign-math: type: git - url: https://github.com/ignitionrobotics/ign-math + url: https://github.com/gazebosim/gz-math version: ign-math6 ign-tools: type: git - url: https://github.com/ignitionrobotics/ign-tools + url: https://github.com/gazebosim/gz-tools version: ign-tools1 sdformat: type: git - url: https://github.com/osrf/sdformat + url: https://github.com/gazebosim/sdformat version: sdf9 diff --git a/test/test_url_validity.py b/test/test_url_validity.py index 11a10d11..00fc3e55 100644 --- a/test/test_url_validity.py +++ b/test/test_url_validity.py @@ -47,7 +47,7 @@ UPSTREAM_NAME = 'unittest_upstream_comparision' DIFF_BRANCH = 'master' -DIFF_REPO = 'https://github.com/ignition-tooling/gazebodistro.git' +DIFF_REPO = 'https://github.com/gazebo-tooling/gazebodistro.git' def check_git_branch_exists(url, branch_name): cmd = ('git ls-remote %s refs/heads/*' % url).split()