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 18, 2024
0 parents commit de87c49
Show file tree
Hide file tree
Showing 5,415 changed files with 2,782,324 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"
786 changes: 786 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
739 changes: 739 additions & 0 deletions pkg_build_status.csv

Large diffs are not rendered by default.

18,478 changes: 18,478 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: Fri, 18 Oct 2024 01:36:25 +0000
MD5Sum:
eea4e4ee478848d351871d84289834dc 1000302 Packages
644fd0f42e07d0f5fec75701a4ed4f12 38 Release
SHA1:
cd5e62ebad988086019bf49dc513bfe5a9884e39 1000302 Packages
016628477f5ee2fd35a4e085c086947cf3e2cb0d 38 Release
SHA256:
decb426f540f76194daac094c4d985a82e8e86090d4ecc6e18d9a51ba8d275f1 1000302 Packages
cbf615a1ba00c71b2585bebb19db07ac6a344eaef1fb9f155122903222ac34b2 38 Release
SHA512:
16087adb7f6850035ed31a5ee602dee44151730a74c231c5acac94c893b44f0493592c9155f1a16b54df2a985048a67fe6168359ad41839154b85d5fdbab3130 1000302 Packages
b09cafbb2e492933178a3bda29cc13a92c53186b2fa87b324433710a0de0745b0d6e8d4d4b94b8e497db11f7577a259c6f6906b6b0f1f13353254aa55bc0313e 38 Release
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
ROS Distro index file associate with commit '0ee571f417d52e35ca4b988cfd2f0c78b4b4aefc'
New ROS Distro index url: 'https://raw.githubusercontent.com/ros/rosdistro/0ee571f417d52e35ca4b988cfd2f0c78b4b4aefc/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 '0ee571f417d52e35ca4b988cfd2f0c78b4b4aefc'
New ROS Distro index url: 'https://raw.githubusercontent.com/ros/rosdistro/0ee571f417d52e35ca4b988cfd2f0c78b4b4aefc/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 '0ee571f417d52e35ca4b988cfd2f0c78b4b4aefc'
New ROS Distro index url: 'https://raw.githubusercontent.com/ros/rosdistro/0ee571f417d52e35ca4b988cfd2f0c78b4b4aefc/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 '0ee571f417d52e35ca4b988cfd2f0c78b4b4aefc'
New ROS Distro index url: 'https://raw.githubusercontent.com/ros/rosdistro/0ee571f417d52e35ca4b988cfd2f0c78b4b4aefc/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 '0ee571f417d52e35ca4b988cfd2f0c78b4b4aefc'
New ROS Distro index url: 'https://raw.githubusercontent.com/ros/rosdistro/0ee571f417d52e35ca4b988cfd2f0c78b4b4aefc/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,29 @@
ROS Distro index file associate with commit '0ee571f417d52e35ca4b988cfd2f0c78b4b4aefc'
New ROS Distro index url: 'https://raw.githubusercontent.com/ros/rosdistro/0ee571f417d52e35ca4b988cfd2f0c78b4b4aefc/index-v4.yaml'
==> Generating debs for ubuntu:jammy for package(s) ['agni_tf_tools']
No historical releaser history, using current maintainer name and email for each versioned changelog entry.
Package 'agni-tf-tools' has dependencies:
Run Dependencies:
rosdep key => jammy key
roscpp => ['ros-one-roscpp']
tf2_geometry_msgs => ['ros-one-tf2-geometry-msgs']
tf2_ros => ['ros-one-tf2-ros']
rviz => ['ros-one-rviz']
Build and Build Tool Dependencies:
rosdep key => jammy key
qtbase5-dev => ['qtbase5-dev']
eigen => ['libeigen3-dev']
roscpp => ['ros-one-roscpp']
tf2_geometry_msgs => ['ros-one-tf2-geometry-msgs']
tf2_ros => ['ros-one-tf2-ros']
rviz => ['ros-one-rviz']
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/changelog.em' -> 'debian/changelog'
Expanding 'debian/control.em' -> 'debian/control'
Expanding 'debian/rules.em' -> 'debian/rules'
Expanding 'debian/copyright.em' -> 'debian/copyright'
Expanding 'debian/compat.em' -> 'debian/compat'
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
ROS Distro index file associate with commit '0ee571f417d52e35ca4b988cfd2f0c78b4b4aefc'
New ROS Distro index url: 'https://raw.githubusercontent.com/ros/rosdistro/0ee571f417d52e35ca4b988cfd2f0c78b4b4aefc/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'
Loading

0 comments on commit de87c49

Please sign in to comment.