From 52795d030c9d20712b5fb9fa4a68393101e982b1 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Fri, 2 Oct 2020 18:59:26 -0700 Subject: [PATCH] Add file for new major versions Signed-off-by: Louise Poubel --- ign-fuel-tools6.yaml | 25 ++++++++++++++++++ ign-gazebo5.yaml | 57 +++++++++++++++++++++++++++++++++++++++++ ign-gui5.yaml | 37 +++++++++++++++++++++++++++ ign-launch4.yaml | 61 ++++++++++++++++++++++++++++++++++++++++++++ ign-msgs7.yaml | 17 ++++++++++++ ign-physics4.yaml | 25 ++++++++++++++++++ ign-rendering5.yaml | 21 +++++++++++++++ ign-sensors5.yaml | 37 +++++++++++++++++++++++++++ ign-transport10.yaml | 21 +++++++++++++++ 9 files changed, 301 insertions(+) create mode 100644 ign-fuel-tools6.yaml create mode 100644 ign-gazebo5.yaml create mode 100644 ign-gui5.yaml create mode 100644 ign-launch4.yaml create mode 100644 ign-msgs7.yaml create mode 100644 ign-physics4.yaml create mode 100644 ign-rendering5.yaml create mode 100644 ign-sensors5.yaml create mode 100644 ign-transport10.yaml diff --git a/ign-fuel-tools6.yaml b/ign-fuel-tools6.yaml new file mode 100644 index 00000000..80dc8eea --- /dev/null +++ b/ign-fuel-tools6.yaml @@ -0,0 +1,25 @@ +repositories: + ign-cmake: + type: git + url: https://github.com/ignitionrobotics/ign-cmake + version: ign-cmake2 + ign-common: + type: git + url: https://github.com/ignitionrobotics/ign-common + version: ign-common3 + ign-fuel-tools: + type: git + url: https://github.com/ignitionrobotics/ign-fuel-tools + version: main + ign-math: + type: git + url: https://github.com/ignitionrobotics/ign-math + version: ign-math6 + ign-msgs: + type: git + url: https://github.com/ignitionrobotics/ign-msgs + version: ign-msgs6 + ign-tools: + type: git + url: https://github.com/ignitionrobotics/ign-tools + version: ign-tools1 diff --git a/ign-gazebo5.yaml b/ign-gazebo5.yaml new file mode 100644 index 00000000..70704e87 --- /dev/null +++ b/ign-gazebo5.yaml @@ -0,0 +1,57 @@ +repositories: + ign-cmake: + type: git + url: https://github.com/ignitionrobotics/ign-cmake + version: ign-cmake2 + ign-common: + type: git + url: https://github.com/ignitionrobotics/ign-common + version: ign-common3 + ign-fuel-tools: + type: git + url: https://github.com/ignitionrobotics/ign-fuel-tools + version: ign-fuel-tools5 + ign-gazebo: + type: git + url: https://github.com/ignitionrobotics/ign-gazebo + version: main + ign-gui: + type: git + url: https://github.com/ignitionrobotics/ign-gui + version: ign-gui4 + ign-math: + type: git + url: https://github.com/ignitionrobotics/ign-math + version: ign-math6 + ign-msgs: + type: git + url: https://github.com/ignitionrobotics/ign-msgs + version: ign-msgs4 + ign-physics: + type: git + url: https://github.com/ignitionrobotics/ign-physics + version: ign-physics3 + ign-plugin: + type: git + url: https://github.com/ignitionrobotics/ign-plugin + version: ign-plugin1 + ign-rendering: + type: git + url: https://github.com/ignitionrobotics/ign-rendering + version: ign-rendering4 + ign-sensors: + type: git + url: https://github.com/ignitionrobotics/ign-sensors + version: ign-sensors4 + ign-tools: + type: git + url: https://github.com/ignitionrobotics/ign-tools + version: ign-tools1 + ign-transport: + type: git + url: https://github.com/ignitionrobotics/ign-transport + version: ign-transport9 + sdformat: + type: git + url: https://github.com/osrf/sdformat + version: sdf10 diff --git a/ign-gui5.yaml b/ign-gui5.yaml new file mode 100644 index 00000000..65d2b6be --- /dev/null +++ b/ign-gui5.yaml @@ -0,0 +1,37 @@ +repositories: + ign-cmake: + type: git + url: https://github.com/ignitionrobotics/ign-cmake + version: ign-cmake2 + ign-common: + type: git + url: https://github.com/ignitionrobotics/ign-common + version: ign-common3 + ign-gui: + type: git + url: https://github.com/ignitionrobotics/ign-gui + version: main + ign-math: + type: git + url: https://github.com/ignitionrobotics/ign-math + version: ign-math6 + ign-msgs: + type: git + url: https://github.com/ignitionrobotics/ign-msgs + version: ign-msgs6 + ign-plugin: + type: git + url: https://github.com/ignitionrobotics/ign-plugin + version: ign-plugin1 + ign-rendering: + type: git + url: https://github.com/ignitionrobotics/ign-rendering + version: ign-rendering4 + ign-tools: + type: git + url: https://github.com/ignitionrobotics/ign-tools + version: ign-tools1 + ign-transport: + type: git + url: https://github.com/ignitionrobotics/ign-transport + version: ign-transport9 diff --git a/ign-launch4.yaml b/ign-launch4.yaml new file mode 100644 index 00000000..d927793f --- /dev/null +++ b/ign-launch4.yaml @@ -0,0 +1,61 @@ +repositories: + ign-cmake: + type: git + url: https://github.com/ignitionrobotics/ign-cmake + version: ign-cmake2 + ign-common: + type: git + url: https://github.com/ignitionrobotics/ign-common + version: ign-common3 + ign-fuel-tools: + type: git + url: https://github.com/ignitionrobotics/ign-fuel-tools + version: ign-fuel-tools5 + ign-gazebo: + type: git + url: https://github.com/ignitionrobotics/ign-gazebo + version: ign-gazebo4 + ign-gui: + type: git + url: https://github.com/ignitionrobotics/ign-gui + version: ign-gui4 + ign-launch: + type: git + url: https://github.com/ignitionrobotics/ign-launch + version: main + ign-math: + type: git + url: https://github.com/ignitionrobotics/ign-math + version: ign-math6 + ign-msgs: + type: git + url: https://github.com/ignitionrobotics/ign-msgs + version: ign-msgs6 + ign-physics: + type: git + url: https://github.com/ignitionrobotics/ign-physics + version: ign-physics3 + ign-plugin: + type: git + url: https://github.com/ignitionrobotics/ign-plugin + version: ign-plugin1 + ign-rendering: + type: git + url: https://github.com/ignitionrobotics/ign-rendering + version: ign-rendering4 + ign-sensors: + type: git + url: https://github.com/ignitionrobotics/ign-sensors + version: ign-sensors4 + ign-tools: + type: git + url: https://github.com/ignitionrobotics/ign-tools + version: ign-tools1 + ign-transport: + type: git + url: https://github.com/ignitionrobotics/ign-transport + version: ign-transport9 + sdformat: + type: git + url: https://github.com/osrf/sdformat + version: sdf10 diff --git a/ign-msgs7.yaml b/ign-msgs7.yaml new file mode 100644 index 00000000..904112a9 --- /dev/null +++ b/ign-msgs7.yaml @@ -0,0 +1,17 @@ +repositories: + ign-cmake: + type: git + url: https://github.com/ignitionrobotics/ign-cmake + version: ign-cmake2 + ign-math: + type: git + url: https://github.com/ignitionrobotics/ign-math + version: ign-math6 + ign-msgs: + type: git + url: https://github.com/ignitionrobotics/ign-msgs + version: main + ign-tools: + type: git + url: https://github.com/ignitionrobotics/ign-tools + version: ign-tools1 diff --git a/ign-physics4.yaml b/ign-physics4.yaml new file mode 100644 index 00000000..835433cc --- /dev/null +++ b/ign-physics4.yaml @@ -0,0 +1,25 @@ +repositories: + ign-cmake: + type: git + url: https://github.com/ignitionrobotics/ign-cmake + version: ign-cmake2 + ign-common: + type: git + url: https://github.com/ignitionrobotics/ign-common + version: ign-common3 + ign-math: + type: git + url: https://github.com/ignitionrobotics/ign-math + version: ign-math6 + ign-physics: + type: git + url: https://github.com/ignitionrobotics/ign-physics + version: main + ign-plugin: + type: git + url: https://github.com/ignitionrobotics/ign-plugin + version: ign-plugin1 + sdformat: + type: git + url: https://github.com/osrf/sdformat + version: sdf10 diff --git a/ign-rendering5.yaml b/ign-rendering5.yaml new file mode 100644 index 00000000..0ade8da7 --- /dev/null +++ b/ign-rendering5.yaml @@ -0,0 +1,21 @@ +repositories: + ign-cmake: + type: git + url: https://github.com/ignitionrobotics/ign-cmake + version: ign-cmake2 + ign-common: + type: git + url: https://github.com/ignitionrobotics/ign-common + version: ign-common3 + ign-math: + type: git + url: https://github.com/ignitionrobotics/ign-math + version: ign-math6 + ign-plugin: + type: git + url: https://github.com/ignitionrobotics/ign-plugin + version: ign-plugin1 + ign-rendering: + type: git + url: https://github.com/ignitionrobotics/ign-rendering + version: main diff --git a/ign-sensors5.yaml b/ign-sensors5.yaml new file mode 100644 index 00000000..6c200df5 --- /dev/null +++ b/ign-sensors5.yaml @@ -0,0 +1,37 @@ +repositories: + ign-cmake: + type: git + url: https://github.com/ignitionrobotics/ign-cmake + version: ign-cmake2 + ign-common: + type: git + url: https://github.com/ignitionrobotics/ign-common + version: ign-common3 + ign-math: + type: git + url: https://github.com/ignitionrobotics/ign-math + version: ign-math6 + ign-msgs: + type: git + url: https://github.com/ignitionrobotics/ign-msgs + version: ign-msgs6 + ign-plugin: + type: git + url: https://github.com/ignitionrobotics/ign-plugin + version: ign-plugin1 + ign-rendering: + type: git + url: https://github.com/ignitionrobotics/ign-rendering + version: ign-rendering4 + ign-sensors: + type: git + url: https://github.com/ignitionrobotics/ign-sensors + version: main + ign-transport: + type: git + url: https://github.com/ignitionrobotics/ign-transport + version: ign-transport9 + sdformat: + type: git + url: https://github.com/osrf/sdformat + version: sdf10 diff --git a/ign-transport10.yaml b/ign-transport10.yaml new file mode 100644 index 00000000..1d1e58bb --- /dev/null +++ b/ign-transport10.yaml @@ -0,0 +1,21 @@ +repositories: + ign-cmake: + type: git + url: https://github.com/ignitionrobotics/ign-cmake + version: ign-cmake2 + ign-math: + type: git + url: https://github.com/ignitionrobotics/ign-math + version: ign-math6 + ign-msgs: + type: git + url: https://github.com/ignitionrobotics/ign-msgs + version: ign-msgs6 + ign-tools: + type: git + url: https://github.com/ignitionrobotics/ign-tools + version: ign-tools1 + ign-transport: + type: git + url: https://github.com/ignitionrobotics/ign-transport + version: main