mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 11:43:25 +00:00
Build Debian packages
This commit is contained in:
@@ -78,3 +78,17 @@ echo "--- List built ROS packages"
|
||||
set +x
|
||||
rospack list-names | while read line; do echo $line `rosversion $line`; done
|
||||
set -x
|
||||
|
||||
echo "--- Build Debian packages"
|
||||
apt-get install -y python3-bloom debhelper dpkg-dev
|
||||
for file in `find . -name "package.xml" -not -path "*/debian/*"`; do
|
||||
echo "===================================================="
|
||||
echo ${file}
|
||||
cd $(dirname ${file})
|
||||
rm -rf debian
|
||||
echo "===================================================="
|
||||
|
||||
bloom-generate rosdebian --os-name debian --os-version $VERSION_CODENAME --ros-distro $ROS_DISTRO
|
||||
fakeroot debian/rules binary
|
||||
cd -
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user