Skip to content

Commit

Permalink
Sync Fortress packages for Jammy and Focal (#195)
Browse files Browse the repository at this point in the history
* Sync Fortress packages for Jammy and Focal

---------

Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero authored Jan 25, 2024
1 parent 872da85 commit b1e38de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions config/ignition_fortress_ubuntu_focal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ filter_formula: "\
(Package (= ignition-cmake2) |\
Package (= libgz-cmake2-dev) |\
Package (= libignition-cmake2-dev) \
), $Version (% 2.15.0-1*) |\
), $Version (% 2.17.0-1*) |\
(Package (= ignition-common4) |\
Package (= libgz-common4) |\
Package (= libgz-common4-av) |\
Expand Down Expand Up @@ -52,7 +52,7 @@ filter_formula: "\
Package (= libignition-gazebo6-plugins) |\
Package (= python3-gz-sim6) |\
Package (= python3-ignition-gazebo6) \
), $Version (% 6.15.0-1*) |\
), $Version (% 6.16.0-1*) |\
(Package (= ignition-gui6) |\
Package (= libgz-gui6) |\
Package (= libgz-gui6-dev) |\
Expand All @@ -78,7 +78,7 @@ filter_formula: "\
Package (= python3-ignition-math6) |\
Package (= ruby-gz-math6) |\
Package (= ruby-ignition-math6) \
), $Version (% 6.15.0-1*) |\
), $Version (% 6.15.1-1*) |\
(Package (= ignition-msgs8) |\
Package (= libgz-msgs8) |\
Package (= libgz-msgs8-dev) |\
Expand Down Expand Up @@ -138,7 +138,7 @@ filter_formula: "\
Package (= libignition-rendering6-ogre1-dev) |\
Package (= libignition-rendering6-ogre2) |\
Package (= libignition-rendering6-ogre2-dev) \
), $Version (% 6.6.1-1*) |\
), $Version (% 6.6.3-1*) |\
(Package (= ignition-sensors6) |\
Package (= libgz-sensors6) |\
Package (= libgz-sensors6-air-pressure) |\
Expand Down Expand Up @@ -210,7 +210,7 @@ filter_formula: "\
Package (= libignition-sensors6-segmentation-camera-dev) |\
Package (= libignition-sensors6-thermal-camera) |\
Package (= libignition-sensors6-thermal-camera-dev) \
), $Version (% 6.7.1-1*) |\
), $Version (% 6.8.0-1*) |\
(Package (= gz-tools) |\
Package (= ignition-tools) |\
Package (= libgz-tools-dev) |\
Expand Down
8 changes: 4 additions & 4 deletions config/ignition_fortress_ubuntu_jammy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ filter_formula: "\
Package (= libignition-gazebo6-plugins) |\
Package (= python3-gz-sim6) |\
Package (= python3-ignition-gazebo6) \
), $Version (% 6.15.0-1*) |\
), $Version (% 6.16.0-1*) |\
(Package (= ignition-gui6) |\
Package (= libgz-gui6) |\
Package (= libgz-gui6-dev) |\
Expand All @@ -78,7 +78,7 @@ filter_formula: "\
Package (= python3-ignition-math6) |\
Package (= ruby-gz-math6) |\
Package (= ruby-ignition-math6) \
), $Version (% 6.15.0-1*) |\
), $Version (% 6.15.1-1*) |\
(Package (= ignition-msgs8) |\
Package (= libgz-msgs8) |\
Package (= libgz-msgs8-dev) |\
Expand Down Expand Up @@ -138,7 +138,7 @@ filter_formula: "\
Package (= libignition-rendering6-ogre1-dev) |\
Package (= libignition-rendering6-ogre2) |\
Package (= libignition-rendering6-ogre2-dev) \
), $Version (% 6.6.1-1*) |\
), $Version (% 6.6.3-1*) |\
(Package (= ignition-sensors6) |\
Package (= libgz-sensors6) |\
Package (= libgz-sensors6-air-pressure) |\
Expand Down Expand Up @@ -210,7 +210,7 @@ filter_formula: "\
Package (= libignition-sensors6-segmentation-camera-dev) |\
Package (= libignition-sensors6-thermal-camera) |\
Package (= libignition-sensors6-thermal-camera-dev) \
), $Version (% 6.7.1-1*) |\
), $Version (% 6.8.0-1*) |\
(Package (= gz-tools) |\
Package (= ignition-tools) |\
Package (= libgz-tools-dev) |\
Expand Down

0 comments on commit b1e38de

Please sign in to comment.