Skip to content
Snippets Groups Projects
Verified Commit 19d8dc1f authored by Karel Koci's avatar Karel Koci :metal:
Browse files

new_release.sh: fix how we detect TOS version

parent 154d9217
No related branches found
No related tags found
1 merge request!123Turris OS 5.0 (HBK)
...@@ -179,7 +179,7 @@ release() { ...@@ -179,7 +179,7 @@ release() {
declare -A FEEDS declare -A FEEDS
fetch_files "$branch" fetch_files "$branch"
tversion="$(cat "$VERSION_LISTS")" tversion="$(cat "$TOS_VERSION-${BOARDS[0]}")"
target_hsh="$(tb_hash)" || ask "turris-build hashes do not match. Planning to use: $target_hsh" target_hsh="$(tb_hash)" || ask "turris-build hashes do not match. Planning to use: $target_hsh"
owrt_hsh="$(owrt_hash)" || ask "openwrt hashes do not match. Planning to use: $owrt_hsh" owrt_hsh="$(owrt_hash)" || ask "openwrt hashes do not match. Planning to use: $owrt_hsh"
feeds || ask "feed hashes do not match. Please review difference." feeds || ask "feed hashes do not match. Please review difference."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment