An error occurred while fetching the assigned milestone of the selected merge_request.
Improve options for factory update
1 unresolved thread
1 unresolved thread
Make sure update-factory doesn't reinstall the same image as was used the last time and make it easy to get a version of factory image for easier comparison.
Merge request reports
Activity
requested review from @rmuzik
assigned to @rmuzik
983 983 update-factory) 984 984 get_board 985 985 if [ "$BOARD" != schnapps ]; then 986 import_sn -f "https://repo.turris.cz/hbs/medkit/$BOARD-medkit-latest.tar.gz" 986 old_hash="$(cat "$TMP_MNT_DIR/@factory/.image_hash" 2> /dev/null)" 987 new_hash="$(wget -O - "https://repo.turris.cz/hbs/medkit/$BOARD-medkit-latest.tar.gz.sha256")" 988 [ -n "$new_hash" ] || die "Can't get a hash of new factory image!" 989 if [ "$old_hash" = "$new_hash" ]; then 990 echo "No update available, latest image is already a" changed this line in version 2 of the diff
mentioned in merge request turris/os/packages!1111 (merged)
assigned to @mhrusecky and unassigned @rmuzik
marked this merge request as draft from 0a7fe6ba
assigned to @rmuzik and unassigned @mhrusecky
assigned to @mhrusecky and unassigned @tzak
Please register or sign in to reply