Compare commits

..

5 Commits

Author SHA1 Message Date
Oleg Kalachev
e31d552c78 Merge branch 'master' into save-debs 2023-11-03 01:06:26 +03:00
Oleg Kalachev
fe0a98e11c Trigger build 2023-11-03 01:04:59 +03:00
Oleg Kalachev
4b2147185f Upload built image to artifacts 2023-09-23 00:19:45 +03:00
Oleg Kalachev
44da0e3e9f Disable apt cache cleaning 2023-09-23 00:19:34 +03:00
Oleg Kalachev
bdcfb7a734 List all downloaded deb-files 2023-09-22 01:16:22 +03:00
3 changed files with 10 additions and 6 deletions

View File

@@ -27,3 +27,9 @@ jobs:
prerelease: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload image to artifacts
uses: actions/upload-artifact@v3
with:
name: image
path: images/clover_*.zip
retention-days: 1

View File

@@ -125,8 +125,6 @@ cd /home/pi/catkin_ws/src/clover
builder/assets/install_gitbook.sh
gitbook install
gitbook build
# replace assets copy to assets symlink to save space
rm -rf _book/assets && ln -s ../docs/assets _book/assets
touch node_modules/CATKIN_IGNORE docs/CATKIN_IGNORE _book/CATKIN_IGNORE clover/www/CATKIN_IGNORE apps/CATKIN_IGNORE # ignore documentation files by catkin
echo_stamp "Installing additional ROS packages"
@@ -182,11 +180,14 @@ source /opt/ros/${ROS_DISTRO}/setup.bash
source /home/pi/catkin_ws/devel/setup.bash
EOF
echo "List of all downloaded deb-files"
ls /var/cache/apt/archives
#echo_stamp "Removing local apt mirror"
# Restore original sources.list
#mv /var/sources.list.bak /etc/apt/sources.list
# Clean apt cache
apt-get clean -qq > /dev/null
#apt-get clean -qq > /dev/null
# Remove local mirror repository key
#apt-key del COEX-MIRROR

View File

@@ -169,9 +169,6 @@ echo_stamp "Installing pyzbar"
my_travis_retry pip install pyzbar
my_travis_retry pip3 install pyzbar
echo_stamp "Installing rtui"
my_travis_retry pip3 install rtui-app
echo_stamp "Add .vimrc"
cat << EOF > /home/pi/.vimrc
set mouse-=a