-
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 de87c49
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.
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: 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 |
40 changes: 40 additions & 0 deletions
40
repository/ackermann_steering_controller_0.22.0-2024.10.17.15.13-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 '0ee571f417d52e35ca4b988cfd2f0c78b4b4aefc'[0m | ||
New ROS Distro index url: 'https://raw.githubusercontent.com/ros/rosdistro/0ee571f417d52e35ca4b988cfd2f0c78b4b4aefc/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-gbbf979f-2024.10.17.13.29-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 '0ee571f417d52e35ca4b988cfd2f0c78b4b4aefc'[0m | ||
New ROS Distro index url: 'https://raw.githubusercontent.com/ros/rosdistro/0ee571f417d52e35ca4b988cfd2f0c78b4b4aefc/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.17.12.34-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 '0ee571f417d52e35ca4b988cfd2f0c78b4b4aefc'[0m | ||
New ROS Distro index url: 'https://raw.githubusercontent.com/ros/rosdistro/0ee571f417d52e35ca4b988cfd2f0c78b4b4aefc/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-gbbf979f-2024.10.17.13.30-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 '0ee571f417d52e35ca4b988cfd2f0c78b4b4aefc'[0m | ||
New ROS Distro index url: 'https://raw.githubusercontent.com/ros/rosdistro/0ee571f417d52e35ca4b988cfd2f0c78b4b4aefc/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.17.14.18-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 '0ee571f417d52e35ca4b988cfd2f0c78b4b4aefc'[0m | ||
New ROS Distro index url: 'https://raw.githubusercontent.com/ros/rosdistro/0ee571f417d52e35ca4b988cfd2f0c78b4b4aefc/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 |
29 changes: 29 additions & 0 deletions
29
repository/agni_tf_tools_0.1.6-4-geee30f6-2024.10.17.16.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,29 @@ | ||
ROS Distro index file associate with commit '0ee571f417d52e35ca4b988cfd2f0c78b4b4aefc'[0m | ||
New ROS Distro index url: 'https://raw.githubusercontent.com/ros/rosdistro/0ee571f417d52e35ca4b988cfd2f0c78b4b4aefc/index-v4.yaml'[0m | ||
[1m[32m==> [0m[0mGenerating debs for [36mubuntu:jammy[0m for package(s) ['agni_tf_tools'][0m[0m | ||
[33mNo historical releaser history, using current maintainer name and email for each versioned changelog entry.[0m | ||
Package 'agni-tf-tools' has dependencies:[0m | ||
[35mRun Dependencies:[0m[0m | ||
[22m[4mrosdep key => jammy key[0m[0m | ||
[36mroscpp [35m=> [36m['ros-one-roscpp'][0m[0m | ||
[36mtf2_geometry_msgs [35m=> [36m['ros-one-tf2-geometry-msgs'][0m[0m | ||
[36mtf2_ros [35m=> [36m['ros-one-tf2-ros'][0m[0m | ||
[36mrviz [35m=> [36m['ros-one-rviz'][0m[0m | ||
[35mBuild and Build Tool Dependencies:[0m[0m | ||
[22m[4mrosdep key => jammy key[0m[0m | ||
[36mqtbase5-dev [35m=> [36m['qtbase5-dev'][0m[0m | ||
[36meigen [35m=> [36m['libeigen3-dev'][0m[0m | ||
[36mroscpp [35m=> [36m['ros-one-roscpp'][0m[0m | ||
[36mtf2_geometry_msgs [35m=> [36m['ros-one-tf2-geometry-msgs'][0m[0m | ||
[36mtf2_ros [35m=> [36m['ros-one-tf2-ros'][0m[0m | ||
[36mrviz [35m=> [36m['ros-one-rviz'][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/changelog.em' -> 'debian/changelog'[0m | ||
Expanding 'debian/control.em' -> 'debian/control'[0m | ||
Expanding 'debian/rules.em' -> 'debian/rules'[0m | ||
Expanding 'debian/copyright.em' -> 'debian/copyright'[0m | ||
Expanding 'debian/compat.em' -> 'debian/compat'[0m |
21 changes: 21 additions & 0 deletions
21
repository/allocators_1.0.25-10-g6ad6177-2024.10.17.13.29-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 '0ee571f417d52e35ca4b988cfd2f0c78b4b4aefc'[0m | ||
New ROS Distro index url: 'https://raw.githubusercontent.com/ros/rosdistro/0ee571f417d52e35ca4b988cfd2f0c78b4b4aefc/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 |
Oops, something went wrong.