-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update jammy-one-unstable to output generated at
- Loading branch information
0 parents
commit f48323d
Showing
4,962 changed files
with
2,464,864 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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,54 @@ | ||
# Helper script to sync *-unstable branch to same branch without suffix | ||
# This can be invoked from the web GUI | ||
name: sync-unstable | ||
|
||
on: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
sync: | ||
runs-on: ubuntu-24.04 | ||
steps: | ||
- name: validate branch is unstable | ||
run: | | ||
if [[ ${{ github.ref_name }} != *-unstable ]]; then | ||
echo "Invoked branch is not unstable, nothing to sync." | ||
exit 1 | ||
fi | ||
- name: checkout unstable branch | ||
uses: actions/checkout@v4 | ||
- name: turn git into regular folder | ||
run: | | ||
# without this intermediate step the publish action below fails saying ${{ env.stable_branch }} cannot be found. | ||
rm -rf .git | ||
- name: Strip -unstable suffix | ||
run: | | ||
find . -type f -exec sed -i 's/-unstable//g' {} + | ||
echo stable_branch=$(echo ${{ github.ref_name }} | sed 's/-unstable//') >> $GITHUB_ENV | ||
- name: Add sync date to README | ||
run: | | ||
sed -i "/ Date/ a | Synced As Stable | $(date) |" README.md | ||
# # TODO: these would be more elegant, but fail with git index errors | ||
# - name: Commit | ||
# run: | | ||
# git config --local user.email "github-actions[bot]@users.noreply.github.com" | ||
# git config --local user.name "github-actions[bot]" | ||
# git commit -a -m "sync from unstable" | ||
# - name: Push | ||
# uses: ad-m/[email protected] | ||
# with: | ||
# github_token: ${{ secrets.GITHUB_TOKEN }} | ||
# branch: ${{ env.stable_branch }} | ||
- name: Move to public | ||
run: | | ||
mkdir public | ||
mv -f * public || true | ||
- name: Deploy | ||
uses: s0/git-publish-subdir-action@develop | ||
env: | ||
REPO: self | ||
BRANCH: ${{ env.stable_branch }} | ||
FOLDER: public | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
SQUASH_HISTORY: true | ||
MESSAGE: "sync from unstable" |
Large diffs are not rendered by default.
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,2 @@ | ||
plugins: | ||
- jemoji |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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,13 @@ | ||
Date: Thu, 10 Oct 2024 08:50:00 +0000 | ||
MD5Sum: | ||
4379ed50fe3aa9a29256de33c007f74e 898529 Packages | ||
6361ec5c6a5e68da2af4877e437c11a6 38 Release | ||
SHA1: | ||
a20eb8dc4438d38e9d1aad8a0a72cb4cd72b63d2 898529 Packages | ||
6f7126af9b47987e2ffa9156bad203f9ef279695 38 Release | ||
SHA256: | ||
680777a55ad1690f8a10f4bfbc8540b58f55a67938eaa12ab58101a325d5b42b 898529 Packages | ||
5e5f007c58e537bc9a4e5d57d2d77f659ee06fad3de01dbf121c56745268e381 38 Release | ||
SHA512: | ||
dad9961bbc47a2a66a18ab49b494ad45b879def7633fa4e1ec53cf4389513bf6323d53f364295db336c861e6a39115fb943f93368e90506070fa54f8b7192c6d 898529 Packages | ||
37115764f536b99fbbcf568c887763f520a72e3a9920318f6c8d1748113f904b8f150e8d4dcec382ae7ce22288d4f7a13f09ea7703d052d68ef06c976d34dae5 38 Release |
40 changes: 40 additions & 0 deletions
40
repository/ackermann_steering_controller_0.22.0-2024.10.09.23.51-bloom_generate.log
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,40 @@ | ||
ROS Distro index file associate with commit 'd5de3a7534275d3df02797df79f179327a83888a'[0m | ||
New ROS Distro index url: 'https://raw.githubusercontent.com/ros/rosdistro/d5de3a7534275d3df02797df79f179327a83888a/index-v4.yaml'[0m | ||
[1m[32m==> [0m[0mGenerating debs for [36mubuntu:jammy[0m for package(s) ['ackermann_steering_controller'][0m[0m | ||
[33mNo homepage set, defaulting to ''[0m | ||
[33mNo historical releaser history, using current maintainer name and email for each versioned changelog entry.[0m | ||
Package 'ackermann-steering-controller' has dependencies:[0m | ||
[35mRun Dependencies:[0m[0m | ||
[22m[4mrosdep key => jammy key[0m[0m | ||
[36mpluginlib [35m=> [36m['ros-one-pluginlib'][0m[0m | ||
[36mliburdfdom-dev [35m=> [36m['liburdfdom-dev'][0m[0m | ||
[36mcontroller_interface [35m=> [36m['ros-one-controller-interface'][0m[0m | ||
[36mdiff_drive_controller [35m=> [36m['ros-one-diff-drive-controller'][0m[0m | ||
[36mhardware_interface [35m=> [36m['ros-one-hardware-interface'][0m[0m | ||
[36mnav_msgs [35m=> [36m['ros-one-nav-msgs'][0m[0m | ||
[36mrealtime_tools [35m=> [36m['ros-one-realtime-tools'][0m[0m | ||
[36mroscpp [35m=> [36m['ros-one-roscpp'][0m[0m | ||
[36mtf [35m=> [36m['ros-one-tf'][0m[0m | ||
[36mboost [35m=> [36m['libboost-all-dev'][0m[0m | ||
[35mBuild and Build Tool Dependencies:[0m[0m | ||
[22m[4mrosdep key => jammy key[0m[0m | ||
[36mboost [35m=> [36m['libboost-all-dev'][0m[0m | ||
[36mpluginlib [35m=> [36m['ros-one-pluginlib'][0m[0m | ||
[36mliburdfdom-dev [35m=> [36m['liburdfdom-dev'][0m[0m | ||
[36mcontroller_interface [35m=> [36m['ros-one-controller-interface'][0m[0m | ||
[36mdiff_drive_controller [35m=> [36m['ros-one-diff-drive-controller'][0m[0m | ||
[36mhardware_interface [35m=> [36m['ros-one-hardware-interface'][0m[0m | ||
[36mnav_msgs [35m=> [36m['ros-one-nav-msgs'][0m[0m | ||
[36mrealtime_tools [35m=> [36m['ros-one-realtime-tools'][0m[0m | ||
[36mroscpp [35m=> [36m['ros-one-roscpp'][0m[0m | ||
[36mtf [35m=> [36m['ros-one-tf'][0m[0m | ||
[36mcatkin [35m=> [36m['catkin', 'libgtest-dev', 'libgmock-dev'][0m[0m | ||
[1m[34m==>[0m Placing templates files in the 'debian' folder.[0m[0m | ||
[1m[34m==>[0m In place processing templates in 'debian' folder.[0m[0m | ||
Expanding 'debian/source/options.em' -> 'debian/source/options'[0m | ||
Expanding 'debian/source/format.em' -> 'debian/source/format'[0m | ||
Expanding 'debian/control.em' -> 'debian/control'[0m | ||
Expanding 'debian/rules.em' -> 'debian/rules'[0m | ||
Expanding 'debian/changelog.em' -> 'debian/changelog'[0m | ||
Expanding 'debian/compat.em' -> 'debian/compat'[0m | ||
Expanding 'debian/copyright.em' -> 'debian/copyright'[0m |
35 changes: 35 additions & 0 deletions
35
repository/actionlib_1.14.0-6-g637e805-2024.10.09.22.15-bloom_generate.log
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,35 @@ | ||
ROS Distro index file associate with commit 'd5de3a7534275d3df02797df79f179327a83888a'[0m | ||
New ROS Distro index url: 'https://raw.githubusercontent.com/ros/rosdistro/d5de3a7534275d3df02797df79f179327a83888a/index-v4.yaml'[0m | ||
[1m[32m==> [0m[0mGenerating debs for [36mubuntu:jammy[0m for package(s) ['actionlib'][0m[0m | ||
[33mNo historical releaser history, using current maintainer name and email for each versioned changelog entry.[0m | ||
Package 'actionlib' has dependencies:[0m | ||
[35mRun Dependencies:[0m[0m | ||
[22m[4mrosdep key => jammy key[0m[0m | ||
[36mmessage_runtime [35m=> [36m['ros-one-message-runtime'][0m[0m | ||
[36mactionlib_msgs [35m=> [36m['ros-one-actionlib-msgs'][0m[0m | ||
[36mlibboost-dev [35m=> [36m['libboost-dev'][0m[0m | ||
[36mlibboost-thread-dev [35m=> [36m['libboost-thread-dev'][0m[0m | ||
[36mroscpp [35m=> [36m['ros-one-roscpp'][0m[0m | ||
[36mrospy [35m=> [36m['ros-one-rospy'][0m[0m | ||
[36mrostest [35m=> [36m['ros-one-rostest'][0m[0m | ||
[36mstd_msgs [35m=> [36m['ros-one-std-msgs'][0m[0m | ||
[35mBuild and Build Tool Dependencies:[0m[0m | ||
[22m[4mrosdep key => jammy key[0m[0m | ||
[36mmessage_generation [35m=> [36m['ros-one-message-generation'][0m[0m | ||
[36mactionlib_msgs [35m=> [36m['ros-one-actionlib-msgs'][0m[0m | ||
[36mlibboost-dev [35m=> [36m['libboost-dev'][0m[0m | ||
[36mlibboost-thread-dev [35m=> [36m['libboost-thread-dev'][0m[0m | ||
[36mroscpp [35m=> [36m['ros-one-roscpp'][0m[0m | ||
[36mrospy [35m=> [36m['ros-one-rospy'][0m[0m | ||
[36mrostest [35m=> [36m['ros-one-rostest'][0m[0m | ||
[36mstd_msgs [35m=> [36m['ros-one-std-msgs'][0m[0m | ||
[36mcatkin [35m=> [36m['catkin', 'libgtest-dev', 'libgmock-dev'][0m[0m | ||
[1m[34m==>[0m Placing templates files in the 'debian' folder.[0m[0m | ||
[1m[34m==>[0m In place processing templates in 'debian' folder.[0m[0m | ||
Expanding 'debian/source/options.em' -> 'debian/source/options'[0m | ||
Expanding 'debian/source/format.em' -> 'debian/source/format'[0m | ||
Expanding 'debian/control.em' -> 'debian/control'[0m | ||
Expanding 'debian/rules.em' -> 'debian/rules'[0m | ||
Expanding 'debian/changelog.em' -> 'debian/changelog'[0m | ||
Expanding 'debian/compat.em' -> 'debian/compat'[0m | ||
Expanding 'debian/copyright.em' -> 'debian/copyright'[0m |
24 changes: 24 additions & 0 deletions
24
repository/actionlib_msgs_1.13.1-2024.10.09.21.23-bloom_generate.log
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,24 @@ | ||
ROS Distro index file associate with commit 'd5de3a7534275d3df02797df79f179327a83888a'[0m | ||
New ROS Distro index url: 'https://raw.githubusercontent.com/ros/rosdistro/d5de3a7534275d3df02797df79f179327a83888a/index-v4.yaml'[0m | ||
[1m[32m==> [0m[0mGenerating debs for [36mubuntu:jammy[0m for package(s) ['actionlib_msgs'][0m[0m | ||
[33mNo historical releaser history, using current maintainer name and email for each versioned changelog entry.[0m | ||
Package 'actionlib-msgs' has dependencies:[0m | ||
[35mRun Dependencies:[0m[0m | ||
[22m[4mrosdep key => jammy key[0m[0m | ||
[36mmessage_generation [35m=> [36m['ros-one-message-generation'][0m[0m | ||
[36mmessage_runtime [35m=> [36m['ros-one-message-runtime'][0m[0m | ||
[36mstd_msgs [35m=> [36m['ros-one-std-msgs'][0m[0m | ||
[35mBuild and Build Tool Dependencies:[0m[0m | ||
[22m[4mrosdep key => jammy key[0m[0m | ||
[36mmessage_generation [35m=> [36m['ros-one-message-generation'][0m[0m | ||
[36mstd_msgs [35m=> [36m['ros-one-std-msgs'][0m[0m | ||
[36mcatkin [35m=> [36m['catkin', 'libgtest-dev', 'libgmock-dev'][0m[0m | ||
[1m[34m==>[0m Placing templates files in the 'debian' folder.[0m[0m | ||
[1m[34m==>[0m In place processing templates in 'debian' folder.[0m[0m | ||
Expanding 'debian/source/options.em' -> 'debian/source/options'[0m | ||
Expanding 'debian/source/format.em' -> 'debian/source/format'[0m | ||
Expanding 'debian/control.em' -> 'debian/control'[0m | ||
Expanding 'debian/rules.em' -> 'debian/rules'[0m | ||
Expanding 'debian/changelog.em' -> 'debian/changelog'[0m | ||
Expanding 'debian/compat.em' -> 'debian/compat'[0m | ||
Expanding 'debian/copyright.em' -> 'debian/copyright'[0m |
25 changes: 25 additions & 0 deletions
25
repository/actionlib_tools_1.14.0-6-g637e805-2024.10.09.22.16-bloom_generate.log
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,25 @@ | ||
ROS Distro index file associate with commit 'd5de3a7534275d3df02797df79f179327a83888a'[0m | ||
New ROS Distro index url: 'https://raw.githubusercontent.com/ros/rosdistro/d5de3a7534275d3df02797df79f179327a83888a/index-v4.yaml'[0m | ||
[1m[32m==> [0m[0mGenerating debs for [36mubuntu:jammy[0m for package(s) ['actionlib_tools'][0m[0m | ||
[33mNo historical releaser history, using current maintainer name and email for each versioned changelog entry.[0m | ||
Package 'actionlib-tools' has dependencies:[0m | ||
[35mRun Dependencies:[0m[0m | ||
[22m[4mrosdep key => jammy key[0m[0m | ||
[36mrospy [35m=> [36m['ros-one-rospy'][0m[0m | ||
[36mrostopic [35m=> [36m['ros-one-rostopic'][0m[0m | ||
[36mroslib [35m=> [36m['ros-one-roslib'][0m[0m | ||
[36mactionlib [35m=> [36m['ros-one-actionlib'][0m[0m | ||
[36mactionlib_msgs [35m=> [36m['ros-one-actionlib-msgs'][0m[0m | ||
[36mpython3-wxgtk4.0 [35m=> [36m['python3-wxgtk4.0'][0m[0m | ||
[35mBuild and Build Tool Dependencies:[0m[0m | ||
[22m[4mrosdep key => jammy key[0m[0m | ||
[36mcatkin [35m=> [36m['catkin', 'libgtest-dev', 'libgmock-dev'][0m[0m | ||
[1m[34m==>[0m Placing templates files in the 'debian' folder.[0m[0m | ||
[1m[34m==>[0m In place processing templates in 'debian' folder.[0m[0m | ||
Expanding 'debian/source/options.em' -> 'debian/source/options'[0m | ||
Expanding 'debian/source/format.em' -> 'debian/source/format'[0m | ||
Expanding 'debian/control.em' -> 'debian/control'[0m | ||
Expanding 'debian/rules.em' -> 'debian/rules'[0m | ||
Expanding 'debian/changelog.em' -> 'debian/changelog'[0m | ||
Expanding 'debian/compat.em' -> 'debian/compat'[0m | ||
Expanding 'debian/copyright.em' -> 'debian/copyright'[0m |
31 changes: 31 additions & 0 deletions
31
repository/actionlib_tutorials_0-2024.10.09.22.59-bloom_generate.log
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,31 @@ | ||
ROS Distro index file associate with commit 'd5de3a7534275d3df02797df79f179327a83888a'[0m | ||
New ROS Distro index url: 'https://raw.githubusercontent.com/ros/rosdistro/d5de3a7534275d3df02797df79f179327a83888a/index-v4.yaml'[0m | ||
[1m[32m==> [0m[0mGenerating debs for [36mubuntu:jammy[0m for package(s) ['actionlib_tutorials'][0m[0m | ||
[33mNo historical releaser history, using current maintainer name and email for each versioned changelog entry.[0m | ||
[33m[0m | ||
[33mA CHANGELOG.rst was found, but no changelog for this version was found.[0m | ||
[33mYou REALLY should have a entry (even a blank one) for each version of your package.[0m | ||
[33m[0m | ||
Package 'actionlib-tutorials' has dependencies:[0m | ||
[35mRun Dependencies:[0m[0m | ||
[22m[4mrosdep key => jammy key[0m[0m | ||
[36mroscpp [35m=> [36m['ros-one-roscpp'][0m[0m | ||
[36mactionlib [35m=> [36m['ros-one-actionlib'][0m[0m | ||
[36mmessage_runtime [35m=> [36m['ros-one-message-runtime'][0m[0m | ||
[35mBuild and Build Tool Dependencies:[0m[0m | ||
[22m[4mrosdep key => jammy key[0m[0m | ||
[36mroscpp [35m=> [36m['ros-one-roscpp'][0m[0m | ||
[36mactionlib [35m=> [36m['ros-one-actionlib'][0m[0m | ||
[36mmessage_generation [35m=> [36m['ros-one-message-generation'][0m[0m | ||
[36mstd_msgs [35m=> [36m['ros-one-std-msgs'][0m[0m | ||
[36mactionlib_msgs [35m=> [36m['ros-one-actionlib-msgs'][0m[0m | ||
[36mcatkin [35m=> [36m['catkin', 'libgtest-dev', 'libgmock-dev'][0m[0m | ||
[1m[34m==>[0m Placing templates files in the 'debian' folder.[0m[0m | ||
[1m[34m==>[0m In place processing templates in 'debian' folder.[0m[0m | ||
Expanding 'debian/source/options.em' -> 'debian/source/options'[0m | ||
Expanding 'debian/source/format.em' -> 'debian/source/format'[0m | ||
Expanding 'debian/control.em' -> 'debian/control'[0m | ||
Expanding 'debian/rules.em' -> 'debian/rules'[0m | ||
Expanding 'debian/changelog.em' -> 'debian/changelog'[0m | ||
Expanding 'debian/compat.em' -> 'debian/compat'[0m | ||
Expanding 'debian/copyright.em' -> 'debian/copyright'[0m |
21 changes: 21 additions & 0 deletions
21
repository/allocators_1.0.25-10-g6ad6177-2024.10.09.22.15-bloom_generate.log
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,21 @@ | ||
ROS Distro index file associate with commit 'd5de3a7534275d3df02797df79f179327a83888a'[0m | ||
New ROS Distro index url: 'https://raw.githubusercontent.com/ros/rosdistro/d5de3a7534275d3df02797df79f179327a83888a/index-v4.yaml'[0m | ||
[1m[32m==> [0m[0mGenerating debs for [36mubuntu:jammy[0m for package(s) ['allocators'][0m[0m | ||
[33mNo historical releaser history, using current maintainer name and email for each versioned changelog entry.[0m | ||
[33m[0m | ||
[33mA CHANGELOG.rst was found, but no changelog for this version was found.[0m | ||
[33mYou REALLY should have a entry (even a blank one) for each version of your package.[0m | ||
[33m[0m | ||
Package 'allocators' has dependencies:[0m | ||
[35mBuild and Build Tool Dependencies:[0m[0m | ||
[22m[4mrosdep key => jammy key[0m[0m | ||
[36mcatkin [35m=> [36m['catkin', 'libgtest-dev', 'libgmock-dev'][0m[0m | ||
[1m[34m==>[0m Placing templates files in the 'debian' folder.[0m[0m | ||
[1m[34m==>[0m In place processing templates in 'debian' folder.[0m[0m | ||
Expanding 'debian/source/options.em' -> 'debian/source/options'[0m | ||
Expanding 'debian/source/format.em' -> 'debian/source/format'[0m | ||
Expanding 'debian/control.em' -> 'debian/control'[0m | ||
Expanding 'debian/rules.em' -> 'debian/rules'[0m | ||
Expanding 'debian/changelog.em' -> 'debian/changelog'[0m | ||
Expanding 'debian/compat.em' -> 'debian/compat'[0m | ||
Expanding 'debian/copyright.em' -> 'debian/copyright'[0m |
43 changes: 43 additions & 0 deletions
43
repository/amcl_1.17.3-3-g9ad64419-2024.10.09.23.54-bloom_generate.log
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,43 @@ | ||
ROS Distro index file associate with commit 'd5de3a7534275d3df02797df79f179327a83888a'[0m | ||
New ROS Distro index url: 'https://raw.githubusercontent.com/ros/rosdistro/d5de3a7534275d3df02797df79f179327a83888a/index-v4.yaml'[0m | ||
[1m[32m==> [0m[0mGenerating debs for [36mubuntu:jammy[0m for package(s) ['amcl'][0m[0m | ||
[33mNo historical releaser history, using current maintainer name and email for each versioned changelog entry.[0m | ||
Package 'amcl' has dependencies:[0m | ||
[35mRun Dependencies:[0m[0m | ||
[22m[4mrosdep key => jammy key[0m[0m | ||
[36mdiagnostic_updater [35m=> [36m['ros-one-diagnostic-updater'][0m[0m | ||
[36mdynamic_reconfigure [35m=> [36m['ros-one-dynamic-reconfigure'][0m[0m | ||
[36mgeometry_msgs [35m=> [36m['ros-one-geometry-msgs'][0m[0m | ||
[36mnav_msgs [35m=> [36m['ros-one-nav-msgs'][0m[0m | ||
[36mrosbag [35m=> [36m['ros-one-rosbag'][0m[0m | ||
[36mroscpp [35m=> [36m['ros-one-roscpp'][0m[0m | ||
[36msensor_msgs [35m=> [36m['ros-one-sensor-msgs'][0m[0m | ||
[36mstd_srvs [35m=> [36m['ros-one-std-srvs'][0m[0m | ||
[36mtf2 [35m=> [36m['ros-one-tf2'][0m[0m | ||
[36mtf2_msgs [35m=> [36m['ros-one-tf2-msgs'][0m[0m | ||
[36mtf2_ros [35m=> [36m['ros-one-tf2-ros'][0m[0m | ||
[35mBuild and Build Tool Dependencies:[0m[0m | ||
[22m[4mrosdep key => jammy key[0m[0m | ||
[36mmessage_filters [35m=> [36m['ros-one-message-filters'][0m[0m | ||
[36mtf2_geometry_msgs [35m=> [36m['ros-one-tf2-geometry-msgs'][0m[0m | ||
[36mdiagnostic_updater [35m=> [36m['ros-one-diagnostic-updater'][0m[0m | ||
[36mdynamic_reconfigure [35m=> [36m['ros-one-dynamic-reconfigure'][0m[0m | ||
[36mgeometry_msgs [35m=> [36m['ros-one-geometry-msgs'][0m[0m | ||
[36mnav_msgs [35m=> [36m['ros-one-nav-msgs'][0m[0m | ||
[36mrosbag [35m=> [36m['ros-one-rosbag'][0m[0m | ||
[36mroscpp [35m=> [36m['ros-one-roscpp'][0m[0m | ||
[36msensor_msgs [35m=> [36m['ros-one-sensor-msgs'][0m[0m | ||
[36mstd_srvs [35m=> [36m['ros-one-std-srvs'][0m[0m | ||
[36mtf2 [35m=> [36m['ros-one-tf2'][0m[0m | ||
[36mtf2_msgs [35m=> [36m['ros-one-tf2-msgs'][0m[0m | ||
[36mtf2_ros [35m=> [36m['ros-one-tf2-ros'][0m[0m | ||
[36mcatkin [35m=> [36m['catkin', 'libgtest-dev', 'libgmock-dev'][0m[0m | ||
[1m[34m==>[0m Placing templates files in the 'debian' folder.[0m[0m | ||
[1m[34m==>[0m In place processing templates in 'debian' folder.[0m[0m | ||
Expanding 'debian/source/options.em' -> 'debian/source/options'[0m | ||
Expanding 'debian/source/format.em' -> 'debian/source/format'[0m | ||
Expanding 'debian/control.em' -> 'debian/control'[0m | ||
Expanding 'debian/rules.em' -> 'debian/rules'[0m | ||
Expanding 'debian/changelog.em' -> 'debian/changelog'[0m | ||
Expanding 'debian/compat.em' -> 'debian/compat'[0m | ||
Expanding 'debian/copyright.em' -> 'debian/copyright'[0m |
18 changes: 18 additions & 0 deletions
18
repository/angles_1.9.13-2-g2392b18-2024.10.09.21.12-bloom_generate.log
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,18 @@ | ||
ROS Distro index file associate with commit 'd5de3a7534275d3df02797df79f179327a83888a'[0m | ||
New ROS Distro index url: 'https://raw.githubusercontent.com/ros/rosdistro/d5de3a7534275d3df02797df79f179327a83888a/index-v4.yaml'[0m | ||
[1m[32m==> [0m[0mGenerating debs for [36mubuntu:jammy[0m for package(s) ['angles'][0m[0m | ||
[33mNo historical releaser history, using current maintainer name and email for each versioned changelog entry.[0m | ||
Package 'angles' has dependencies:[0m | ||
[35mBuild and Build Tool Dependencies:[0m[0m | ||
[22m[4mrosdep key => jammy key[0m[0m | ||
[36mcatkin [35m=> [36m['catkin', 'libgtest-dev', 'libgmock-dev'][0m[0m | ||
[36mpython3-setuptools [35m=> [36m['python3-setuptools'][0m[0m | ||
[1m[34m==>[0m Placing templates files in the 'debian' folder.[0m[0m | ||
[1m[34m==>[0m In place processing templates in 'debian' folder.[0m[0m | ||
Expanding 'debian/source/options.em' -> 'debian/source/options'[0m | ||
Expanding 'debian/source/format.em' -> 'debian/source/format'[0m | ||
Expanding 'debian/control.em' -> 'debian/control'[0m | ||
Expanding 'debian/rules.em' -> 'debian/rules'[0m | ||
Expanding 'debian/changelog.em' -> 'debian/changelog'[0m | ||
Expanding 'debian/compat.em' -> 'debian/compat'[0m | ||
Expanding 'debian/copyright.em' -> 'debian/copyright'[0m |
Oops, something went wrong.