Skip to content

Commit 89f0b7e

Browse files
Restore repository commit update (#806) (#809)
(cherry picked from commit 8eff9c2) Co-authored-by: Antonio Cuadros <[email protected]>
1 parent 45568d4 commit 89f0b7e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

extras/library_generation/library_generation.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,5 +234,9 @@ fi
234234
find firmware/mcu_ws/ros2 \( -name "*.srv" -o -name "*.msg" -o -name "*.action" \) | awk -F"/" '{print $(NF-2)"/"$NF}' > /project/available_ros2_types
235235
find firmware/mcu_ws/extra_packages \( -name "*.srv" -o -name "*.msg" -o -name "*.action" \) | awk -F"/" '{print $(NF-2)"/"$NF}' >> /project/available_ros2_types
236236

237+
cd firmware
238+
echo "" > /project/built_packages
239+
for f in $(find $(pwd) -name .git -type d); do pushd $f > /dev/null; echo $(git config --get remote.origin.url) $(git rev-parse HEAD) >> /project/built_packages; popd > /dev/null; done;
240+
237241
######## Fix permissions ########
238242
sudo chmod -R 777 .

0 commit comments

Comments
 (0)