Skip to content

Commit

Permalink
Update jammy-one-unstable to output generated at
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Oct 10, 2024
0 parents commit f48323d
Show file tree
Hide file tree
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.
54 changes: 54 additions & 0 deletions .github/workflows/sync-unstable.yaml
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"
727 changes: 727 additions & 0 deletions README.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
plugins:
- jemoji
684 changes: 684 additions & 0 deletions pkg_build_status.csv

Large diffs are not rendered by default.

16,710 changes: 16,710 additions & 0 deletions repository/Packages

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions repository/Release
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
ROS Distro index file associate with commit 'd5de3a7534275d3df02797df79f179327a83888a'
New ROS Distro index url: 'https://raw.githubusercontent.com/ros/rosdistro/d5de3a7534275d3df02797df79f179327a83888a/index-v4.yaml'
==> Generating debs for ubuntu:jammy for package(s) ['ackermann_steering_controller']
No homepage set, defaulting to ''
No historical releaser history, using current maintainer name and email for each versioned changelog entry.
Package 'ackermann-steering-controller' has dependencies:
Run Dependencies:
rosdep key => jammy key
pluginlib => ['ros-one-pluginlib']
liburdfdom-dev => ['liburdfdom-dev']
controller_interface => ['ros-one-controller-interface']
diff_drive_controller => ['ros-one-diff-drive-controller']
hardware_interface => ['ros-one-hardware-interface']
nav_msgs => ['ros-one-nav-msgs']
realtime_tools => ['ros-one-realtime-tools']
roscpp => ['ros-one-roscpp']
tf => ['ros-one-tf']
boost => ['libboost-all-dev']
Build and Build Tool Dependencies:
rosdep key => jammy key
boost => ['libboost-all-dev']
pluginlib => ['ros-one-pluginlib']
liburdfdom-dev => ['liburdfdom-dev']
controller_interface => ['ros-one-controller-interface']
diff_drive_controller => ['ros-one-diff-drive-controller']
hardware_interface => ['ros-one-hardware-interface']
nav_msgs => ['ros-one-nav-msgs']
realtime_tools => ['ros-one-realtime-tools']
roscpp => ['ros-one-roscpp']
tf => ['ros-one-tf']
catkin => ['catkin', 'libgtest-dev', 'libgmock-dev']
==> Placing templates files in the 'debian' folder.
==> In place processing templates in 'debian' folder.
Expanding 'debian/source/options.em' -> 'debian/source/options'
Expanding 'debian/source/format.em' -> 'debian/source/format'
Expanding 'debian/control.em' -> 'debian/control'
Expanding 'debian/rules.em' -> 'debian/rules'
Expanding 'debian/changelog.em' -> 'debian/changelog'
Expanding 'debian/compat.em' -> 'debian/compat'
Expanding 'debian/copyright.em' -> 'debian/copyright'
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
ROS Distro index file associate with commit 'd5de3a7534275d3df02797df79f179327a83888a'
New ROS Distro index url: 'https://raw.githubusercontent.com/ros/rosdistro/d5de3a7534275d3df02797df79f179327a83888a/index-v4.yaml'
==> Generating debs for ubuntu:jammy for package(s) ['actionlib']
No historical releaser history, using current maintainer name and email for each versioned changelog entry.
Package 'actionlib' has dependencies:
Run Dependencies:
rosdep key => jammy key
message_runtime => ['ros-one-message-runtime']
actionlib_msgs => ['ros-one-actionlib-msgs']
libboost-dev => ['libboost-dev']
libboost-thread-dev => ['libboost-thread-dev']
roscpp => ['ros-one-roscpp']
rospy => ['ros-one-rospy']
rostest => ['ros-one-rostest']
std_msgs => ['ros-one-std-msgs']
Build and Build Tool Dependencies:
rosdep key => jammy key
message_generation => ['ros-one-message-generation']
actionlib_msgs => ['ros-one-actionlib-msgs']
libboost-dev => ['libboost-dev']
libboost-thread-dev => ['libboost-thread-dev']
roscpp => ['ros-one-roscpp']
rospy => ['ros-one-rospy']
rostest => ['ros-one-rostest']
std_msgs => ['ros-one-std-msgs']
catkin => ['catkin', 'libgtest-dev', 'libgmock-dev']
==> Placing templates files in the 'debian' folder.
==> In place processing templates in 'debian' folder.
Expanding 'debian/source/options.em' -> 'debian/source/options'
Expanding 'debian/source/format.em' -> 'debian/source/format'
Expanding 'debian/control.em' -> 'debian/control'
Expanding 'debian/rules.em' -> 'debian/rules'
Expanding 'debian/changelog.em' -> 'debian/changelog'
Expanding 'debian/compat.em' -> 'debian/compat'
Expanding 'debian/copyright.em' -> 'debian/copyright'
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
ROS Distro index file associate with commit 'd5de3a7534275d3df02797df79f179327a83888a'
New ROS Distro index url: 'https://raw.githubusercontent.com/ros/rosdistro/d5de3a7534275d3df02797df79f179327a83888a/index-v4.yaml'
==> Generating debs for ubuntu:jammy for package(s) ['actionlib_msgs']
No historical releaser history, using current maintainer name and email for each versioned changelog entry.
Package 'actionlib-msgs' has dependencies:
Run Dependencies:
rosdep key => jammy key
message_generation => ['ros-one-message-generation']
message_runtime => ['ros-one-message-runtime']
std_msgs => ['ros-one-std-msgs']
Build and Build Tool Dependencies:
rosdep key => jammy key
message_generation => ['ros-one-message-generation']
std_msgs => ['ros-one-std-msgs']
catkin => ['catkin', 'libgtest-dev', 'libgmock-dev']
==> Placing templates files in the 'debian' folder.
==> In place processing templates in 'debian' folder.
Expanding 'debian/source/options.em' -> 'debian/source/options'
Expanding 'debian/source/format.em' -> 'debian/source/format'
Expanding 'debian/control.em' -> 'debian/control'
Expanding 'debian/rules.em' -> 'debian/rules'
Expanding 'debian/changelog.em' -> 'debian/changelog'
Expanding 'debian/compat.em' -> 'debian/compat'
Expanding 'debian/copyright.em' -> 'debian/copyright'
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
ROS Distro index file associate with commit 'd5de3a7534275d3df02797df79f179327a83888a'
New ROS Distro index url: 'https://raw.githubusercontent.com/ros/rosdistro/d5de3a7534275d3df02797df79f179327a83888a/index-v4.yaml'
==> Generating debs for ubuntu:jammy for package(s) ['actionlib_tools']
No historical releaser history, using current maintainer name and email for each versioned changelog entry.
Package 'actionlib-tools' has dependencies:
Run Dependencies:
rosdep key => jammy key
rospy => ['ros-one-rospy']
rostopic => ['ros-one-rostopic']
roslib => ['ros-one-roslib']
actionlib => ['ros-one-actionlib']
actionlib_msgs => ['ros-one-actionlib-msgs']
python3-wxgtk4.0 => ['python3-wxgtk4.0']
Build and Build Tool Dependencies:
rosdep key => jammy key
catkin => ['catkin', 'libgtest-dev', 'libgmock-dev']
==> Placing templates files in the 'debian' folder.
==> In place processing templates in 'debian' folder.
Expanding 'debian/source/options.em' -> 'debian/source/options'
Expanding 'debian/source/format.em' -> 'debian/source/format'
Expanding 'debian/control.em' -> 'debian/control'
Expanding 'debian/rules.em' -> 'debian/rules'
Expanding 'debian/changelog.em' -> 'debian/changelog'
Expanding 'debian/compat.em' -> 'debian/compat'
Expanding 'debian/copyright.em' -> 'debian/copyright'
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
ROS Distro index file associate with commit 'd5de3a7534275d3df02797df79f179327a83888a'
New ROS Distro index url: 'https://raw.githubusercontent.com/ros/rosdistro/d5de3a7534275d3df02797df79f179327a83888a/index-v4.yaml'
==> Generating debs for ubuntu:jammy for package(s) ['actionlib_tutorials']
No historical releaser history, using current maintainer name and email for each versioned changelog entry.

A CHANGELOG.rst was found, but no changelog for this version was found.
You REALLY should have a entry (even a blank one) for each version of your package.

Package 'actionlib-tutorials' has dependencies:
Run Dependencies:
rosdep key => jammy key
roscpp => ['ros-one-roscpp']
actionlib => ['ros-one-actionlib']
message_runtime => ['ros-one-message-runtime']
Build and Build Tool Dependencies:
rosdep key => jammy key
roscpp => ['ros-one-roscpp']
actionlib => ['ros-one-actionlib']
message_generation => ['ros-one-message-generation']
std_msgs => ['ros-one-std-msgs']
actionlib_msgs => ['ros-one-actionlib-msgs']
catkin => ['catkin', 'libgtest-dev', 'libgmock-dev']
==> Placing templates files in the 'debian' folder.
==> In place processing templates in 'debian' folder.
Expanding 'debian/source/options.em' -> 'debian/source/options'
Expanding 'debian/source/format.em' -> 'debian/source/format'
Expanding 'debian/control.em' -> 'debian/control'
Expanding 'debian/rules.em' -> 'debian/rules'
Expanding 'debian/changelog.em' -> 'debian/changelog'
Expanding 'debian/compat.em' -> 'debian/compat'
Expanding 'debian/copyright.em' -> 'debian/copyright'
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
ROS Distro index file associate with commit 'd5de3a7534275d3df02797df79f179327a83888a'
New ROS Distro index url: 'https://raw.githubusercontent.com/ros/rosdistro/d5de3a7534275d3df02797df79f179327a83888a/index-v4.yaml'
==> Generating debs for ubuntu:jammy for package(s) ['allocators']
No historical releaser history, using current maintainer name and email for each versioned changelog entry.

A CHANGELOG.rst was found, but no changelog for this version was found.
You REALLY should have a entry (even a blank one) for each version of your package.

Package 'allocators' has dependencies:
Build and Build Tool Dependencies:
rosdep key => jammy key
catkin => ['catkin', 'libgtest-dev', 'libgmock-dev']
==> Placing templates files in the 'debian' folder.
==> In place processing templates in 'debian' folder.
Expanding 'debian/source/options.em' -> 'debian/source/options'
Expanding 'debian/source/format.em' -> 'debian/source/format'
Expanding 'debian/control.em' -> 'debian/control'
Expanding 'debian/rules.em' -> 'debian/rules'
Expanding 'debian/changelog.em' -> 'debian/changelog'
Expanding 'debian/compat.em' -> 'debian/compat'
Expanding 'debian/copyright.em' -> 'debian/copyright'
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
ROS Distro index file associate with commit 'd5de3a7534275d3df02797df79f179327a83888a'
New ROS Distro index url: 'https://raw.githubusercontent.com/ros/rosdistro/d5de3a7534275d3df02797df79f179327a83888a/index-v4.yaml'
==> Generating debs for ubuntu:jammy for package(s) ['amcl']
No historical releaser history, using current maintainer name and email for each versioned changelog entry.
Package 'amcl' has dependencies:
Run Dependencies:
rosdep key => jammy key
diagnostic_updater => ['ros-one-diagnostic-updater']
dynamic_reconfigure => ['ros-one-dynamic-reconfigure']
geometry_msgs => ['ros-one-geometry-msgs']
nav_msgs => ['ros-one-nav-msgs']
rosbag => ['ros-one-rosbag']
roscpp => ['ros-one-roscpp']
sensor_msgs => ['ros-one-sensor-msgs']
std_srvs => ['ros-one-std-srvs']
tf2 => ['ros-one-tf2']
tf2_msgs => ['ros-one-tf2-msgs']
tf2_ros => ['ros-one-tf2-ros']
Build and Build Tool Dependencies:
rosdep key => jammy key
message_filters => ['ros-one-message-filters']
tf2_geometry_msgs => ['ros-one-tf2-geometry-msgs']
diagnostic_updater => ['ros-one-diagnostic-updater']
dynamic_reconfigure => ['ros-one-dynamic-reconfigure']
geometry_msgs => ['ros-one-geometry-msgs']
nav_msgs => ['ros-one-nav-msgs']
rosbag => ['ros-one-rosbag']
roscpp => ['ros-one-roscpp']
sensor_msgs => ['ros-one-sensor-msgs']
std_srvs => ['ros-one-std-srvs']
tf2 => ['ros-one-tf2']
tf2_msgs => ['ros-one-tf2-msgs']
tf2_ros => ['ros-one-tf2-ros']
catkin => ['catkin', 'libgtest-dev', 'libgmock-dev']
==> Placing templates files in the 'debian' folder.
==> In place processing templates in 'debian' folder.
Expanding 'debian/source/options.em' -> 'debian/source/options'
Expanding 'debian/source/format.em' -> 'debian/source/format'
Expanding 'debian/control.em' -> 'debian/control'
Expanding 'debian/rules.em' -> 'debian/rules'
Expanding 'debian/changelog.em' -> 'debian/changelog'
Expanding 'debian/compat.em' -> 'debian/compat'
Expanding 'debian/copyright.em' -> 'debian/copyright'
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
ROS Distro index file associate with commit 'd5de3a7534275d3df02797df79f179327a83888a'
New ROS Distro index url: 'https://raw.githubusercontent.com/ros/rosdistro/d5de3a7534275d3df02797df79f179327a83888a/index-v4.yaml'
==> Generating debs for ubuntu:jammy for package(s) ['angles']
No historical releaser history, using current maintainer name and email for each versioned changelog entry.
Package 'angles' has dependencies:
Build and Build Tool Dependencies:
rosdep key => jammy key
catkin => ['catkin', 'libgtest-dev', 'libgmock-dev']
python3-setuptools => ['python3-setuptools']
==> Placing templates files in the 'debian' folder.
==> In place processing templates in 'debian' folder.
Expanding 'debian/source/options.em' -> 'debian/source/options'
Expanding 'debian/source/format.em' -> 'debian/source/format'
Expanding 'debian/control.em' -> 'debian/control'
Expanding 'debian/rules.em' -> 'debian/rules'
Expanding 'debian/changelog.em' -> 'debian/changelog'
Expanding 'debian/compat.em' -> 'debian/compat'
Expanding 'debian/copyright.em' -> 'debian/copyright'
Loading

0 comments on commit f48323d

Please sign in to comment.