Skip to content

Commit

Permalink
Fixed missing backport items
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-palmer committed Oct 13, 2023
2 parents cc2ff0b + c2e1a29 commit 6a68571
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 26 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
ROS_DISTRO: iron
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

- name: Log into registry
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.0.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
workflow_dispatch:

env:
PUSH: ${{ (github.event_name != 'pull_request') && (github.repository == 'evan-palmer/blue') }}
PUSH: ${{ (github.event_name != 'pull_request') && (github.repository == 'Robotic-Decision-Making-Lab/blue') }}

jobs:
ci:
Expand Down Expand Up @@ -156,11 +156,11 @@ jobs:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Log into registry
if: env.PUSH == 'true'
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.0.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -169,14 +169,14 @@ jobs:
- name: Extract Docker metadata
if: env.PUSH == 'true'
id: meta
uses: docker/metadata-action@v4.6.0
uses: docker/metadata-action@v5.0.0
with:
images: ghcr.io/${{ github.repository }}
tags: |
type=raw,value=${{ matrix.ROS_DISTRO }}-${{ github.job }}
- name: Build and push Docker image
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v5.0.0
with:
context: .
file: .docker/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ project to the `src` directory of your ROS workspace, replacing `$ROS_DISTRO`
with the desired ROS distribution or `main` for Rolling:

```bash
git clone -b $ROS_DISTRO [email protected]:evan-palmer/blue.git
git clone -b $ROS_DISTRO [email protected]:Robotic-Decision-Making-Lab/blue.git
```

After cloning the project, install all external dependencies using `vcs`:
Expand Down Expand Up @@ -61,7 +61,7 @@ ros2 launch blue_bringup bluerov2_heavy.launch.py --show-args
## Getting help

If you have questions regarding usage of Blue or regarding contributing to this
project, please ask a question on our [Discussions](https://github.com/evan-palmer/blue/discussions)
project, please ask a question on our [Discussions](https://github.com/Robotic-Decision-Making-Lab/blue/discussions)
board!

## License
Expand Down
4 changes: 2 additions & 2 deletions blue_bringup/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<maintainer email="[email protected]">Evan Palmer</maintainer>
<license>MIT</license>

<url type="repository">https://github.com/evan-palmer/blue.git</url>
<url type="bugtracker">https://github.com/evan-palmer/blue/issues</url>
<url type="repository">https://github.com/Robotic-Decision-Making-Lab/blue.git</url>
<url type="bugtracker">https://github.com/Robotic-Decision-Making-Lab/blue/issues</url>

<author>Evan Palmer</author>

Expand Down
4 changes: 2 additions & 2 deletions blue_control/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<maintainer email="[email protected]">Evan Palmer</maintainer>
<license>MIT</license>

<url type="repository">https://github.com/evan-palmer/blue.git</url>
<url type="bugtracker">https://github.com/evan-palmer/blue/issues</url>
<url type="repository">https://github.com/Robotic-Decision-Making-Lab/blue.git</url>
<url type="bugtracker">https://github.com/Robotic-Decision-Making-Lab/blue/issues</url>

<author>Evan Palmer</author>

Expand Down
4 changes: 2 additions & 2 deletions blue_description/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<maintainer email="[email protected]">Evan Palmer</maintainer>
<license>MIT</license>

<url type="repository">https://github.com/evan-palmer/blue.git</url>
<url type="bugtracker">https://github.com/evan-palmer/blue/issues</url>
<url type="repository">https://github.com/Robotic-Decision-Making-Lab/blue.git</url>
<url type="bugtracker">https://github.com/Robotic-Decision-Making-Lab/blue/issues</url>

<author>Evan Palmer</author>

Expand Down
4 changes: 2 additions & 2 deletions blue_dynamics/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<maintainer email="[email protected]">Evan Palmer</maintainer>
<license>MIT</license>

<url type="repository">https://github.com/evan-palmer/blue.git</url>
<url type="bugtracker">https://github.com/evan-palmer/blue/issues</url>
<url type="repository">https://github.com/Robotic-Decision-Making-Lab/blue.git</url>
<url type="bugtracker">https://github.com/Robotic-Decision-Making-Lab/blue/issues</url>

<author>Evan Palmer</author>

Expand Down
4 changes: 2 additions & 2 deletions blue_joy/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<maintainer email="[email protected]">Evan Palmer</maintainer>
<license>MIT</license>

<url type="repository">https://github.com/evan-palmer/blue.git</url>
<url type="bugtracker">https://github.com/evan-palmer/blue/issues</url>
<url type="repository">https://github.com/Robotic-Decision-Making-Lab/blue.git</url>
<url type="bugtracker">https://github.com/Robotic-Decision-Making-Lab/blue/issues</url>

<author>Evan Palmer</author>

Expand Down
4 changes: 2 additions & 2 deletions blue_localization/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<maintainer email="[email protected]">Evan Palmer</maintainer>
<license>MIT</license>

<url type="repository">https://github.com/evan-palmer/blue.git</url>
<url type="bugtracker">https://github.com/evan-palmer/blue/issues</url>
<url type="repository">https://github.com/Robotic-Decision-Making-Lab/blue.git</url>
<url type="bugtracker">https://github.com/Robotic-Decision-Making-Lab/blue/issues</url>

<author>Evan Palmer</author>

Expand Down
4 changes: 2 additions & 2 deletions blue_manager/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<maintainer email="[email protected]">Evan Palmer</maintainer>
<license>MIT</license>

<url type="repository">https://github.com/evan-palmer/blue.git</url>
<url type="bugtracker">https://github.com/evan-palmer/blue/issues</url>
<url type="repository">https://github.com/Robotic-Decision-Making-Lab/blue.git</url>
<url type="bugtracker">https://github.com/Robotic-Decision-Making-Lab/blue/issues</url>

<author>Evan Palmer</author>

Expand Down
4 changes: 2 additions & 2 deletions blue_utils/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<maintainer email="[email protected]">Evan Palmer</maintainer>
<license>MIT</license>

<url type="repository">https://github.com/evan-palmer/blue.git</url>
<url type="bugtracker">https://github.com/evan-palmer/blue/issues</url>
<url type="repository">https://github.com/Robotic-Decision-Making-Lab/blue.git</url>
<url type="bugtracker">https://github.com/Robotic-Decision-Making-Lab/blue/issues</url>

<author>Evan Palmer</author>

Expand Down

0 comments on commit 6a68571

Please sign in to comment.