File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,20 +48,20 @@ fakeroot debian/rules binary
4848# Packages in https://github.com/SmartArmStack/
4949sas_pkg_array=(
5050" sas_core"
51- # "sas_msgs"
52- # "sas_common"
53- # "sas_conversions"
54- # "sas_datalogger"
55- # "sas_robot_driver"
56- # "sas_robot_kinematics"
57- # "sas_robot_driver_denso"
51+ " sas_msgs"
52+ " sas_common"
53+ " sas_conversions"
54+ " sas_datalogger"
55+ " sas_robot_driver"
56+ " sas_robot_kinematics"
57+ " sas_robot_driver_denso"
5858)
5959
6060# Packages in https://github.com/MarinhoLab/
6161marinholab_pkg_array=(
6262# "sas_robot_driver_kuka" error: format not a string literal and no format arguments [-Werror=format-security] in kuka
6363# file. Will have to address this somehow first.
64- # "sas_robot_driver_ur"
64+ " sas_robot_driver_ur"
6565)
6666
6767# ###################################################################
Original file line number Diff line number Diff line change 4949 gpg --default-key "murilomarinho@ieee.org" -abs -o - Release > Release.gpg
5050 gpg --default-key "murilomarinho@ieee.org" --clearsign -o - Release > InRelease
5151 echo "deb [signed-by=/etc/apt/trusted.gpg.d/smartarmstack_lgpl.gpg] https://smartarmstack.github.io/smart_arm_stack_ROS2 ./" > smartarmstack_lgpl.list
52+ tree -H '.' -L 1 --noreport --charset utf-8 | sed -e '/<hr>/,+7d' > index.html
5253 ls -lah
5354 - name : Upload PPA Files
5455 uses : actions/upload-pages-artifact@v3
You can’t perform that action at this time.
0 commit comments