-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rebase from 'debian/humble/pepper_meshes'
- Loading branch information
1 parent
863eb7e
commit 01ed853
Showing
23 changed files
with
217 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: ros2-foxy-focal | ||
|
||
on: | ||
push | ||
|
||
jobs: | ||
ros2_foxy_focal_ci: | ||
name: foxy (focal) | ||
uses: ./.github/workflows/ros2.yml | ||
with: | ||
ROS_DISTRO: foxy | ||
ROS_REPO: testing | ||
OS_NAME: ubuntu | ||
OS_CODE_NAME: focal | ||
ALLOW_FAIL: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: ros2-galactic-focal | ||
|
||
on: | ||
push | ||
|
||
jobs: | ||
ros2_galactic_focal_ci: | ||
name: galactic (focal) | ||
uses: ./.github/workflows/ros2.yml | ||
with: | ||
ROS_DISTRO: galactic | ||
ROS_REPO: testing | ||
OS_NAME: ubuntu | ||
OS_CODE_NAME: focal | ||
ALLOW_FAIL: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: ros2-humble-jammy | ||
|
||
on: | ||
push | ||
|
||
jobs: | ||
ros2_humble_jammy_ci: | ||
name: humble (jammy) | ||
uses: ./.github/workflows/ros2.yml | ||
with: | ||
ROS_DISTRO: humble | ||
ROS_REPO: testing | ||
OS_NAME: ubuntu | ||
OS_CODE_NAME: jammy | ||
ALLOW_FAIL: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: ros2-iron-jammy | ||
|
||
on: | ||
push | ||
|
||
jobs: | ||
ros2_iron_jammy_ci: | ||
name: iron (jammy) | ||
uses: ./.github/workflows/ros2.yml | ||
with: | ||
ROS_DISTRO: iron | ||
ROS_REPO: testing | ||
OS_NAME: ubuntu | ||
OS_CODE_NAME: jammy | ||
ALLOW_FAIL: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
name: ros2 | ||
|
||
on: | ||
workflow_call: | ||
inputs: | ||
ROS_DISTRO: | ||
required: true | ||
type: string | ||
ROS_REPO: | ||
required: true | ||
type: string | ||
OS_NAME: | ||
required: true | ||
type: string | ||
OS_CODE_NAME: | ||
required: true | ||
type: string | ||
ALLOW_FAIL: | ||
required: true | ||
type: boolean | ||
|
||
jobs: | ||
ros2_ci: | ||
name: ROS2 | ||
runs-on: ubuntu-latest | ||
continue-on-error: ${{ inputs.ALLOW_FAIL }} | ||
env: | ||
CCACHE_DIR: "${{ github.workspace }}/.ccache" | ||
steps: | ||
- name: Check out the naoqi_driver2 repo | ||
uses: actions/checkout@v2 | ||
- name: Fetch/store directory used by ccache | ||
uses: actions/cache@v2 | ||
with: | ||
path: ${{ env.CCACHE_DIR }} | ||
key: ccache-${{ inputs.ROS_DISTRO }}-${{ inputs.ROS_REPO }}-${{github.run_id}} | ||
restore-keys: | | ||
ccache-${{ inputs.ROS_DISTRO }}-${{ inputs.ROS_REPO }}- | ||
- name: Run industrial CI | ||
uses: 'ros-industrial/industrial_ci@master' | ||
env: ${{ inputs }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
@[for change_version, change_date, changelog, main_name, main_email in changelogs]@(Package) (@(change_version)@(DebianInc)@(Distribution)) @(Distribution); urgency=high | ||
|
||
@(changelog) | ||
|
||
-- @(main_name) <@(main_email)> @(change_date) | ||
|
||
@[end for] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
@(debhelper_version) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Source: @(Package) | ||
Section: misc | ||
Priority: optional | ||
Maintainer: @(Maintainer) | ||
Build-Depends: debhelper (>= @(debhelper_version).0.0), @(', '.join(BuildDepends)) | ||
Homepage: @(Homepage) | ||
Standards-Version: 3.9.2 | ||
|
||
Package: @(Package) | ||
Architecture: any | ||
Depends: ${shlibs:Depends}, ${misc:Depends}, @(', '.join(Depends)) | ||
@[if Conflicts]Conflicts: @(', '.join(Conflicts))@\n@[end if]@ | ||
@[if Replaces]Replaces: @(', '.join(Replaces))@\n@[end if]@ | ||
Description: @(Description) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
Format: Bloom subset of https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | ||
Upstream-Name: pepper_meshes | ||
Upstream-Name: @(Name) | ||
@[if BugTracker]Upstream-Contact: @(BugTracker)@\n@[end if]@ | ||
@[if Source]Source: @(Source)@\n@[end if]@ | ||
@[for License, Text in Licenses]@ | ||
|
||
Files: See file headers in repository for details | ||
Copyright: See package copyright in source code for details | ||
License: Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License | ||
See repository for full license text | ||
License: @(License) | ||
@(Text) | ||
@[end for]@ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[git-buildpackage] | ||
upstream-tag=@(release_tag) | ||
upstream-tree=tag |
Oops, something went wrong.