summaryrefslogtreecommitdiff
path: root/process-static
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2023-06-24 06:18:28 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2023-06-24 06:24:40 -0400
commited865030681c70255767017a9cdca8e1eeb0fe9e (patch)
tree46dfce8e66fd48d5d7bdc19ef7804806d3593bb3 /process-static
parente46b9f7d8ed0bc40f75f98e95f288ed6dfbcf720 (diff)
point to release notes from version links
This is much more useful to users and determining tag names this way is now obsolete so it needs to be changed regardless.
Diffstat (limited to 'process-static')
-rwxr-xr-xprocess-static2
1 files changed, 0 insertions, 2 deletions
diff --git a/process-static b/process-static
index 55271fac..69c0dce0 100755
--- a/process-static
+++ b/process-static
@@ -66,9 +66,7 @@ channels=(stable beta)
for device in ${devices[@]}; do
for channel in ${channels[@]}; do
metadata=$(curl -s $RELEASES_BASE/$device-$channel)
- build_id=$(echo -n $metadata | cut -d ' ' -f 3)
build_number=$(echo -n $metadata | cut -d ' ' -f 1)
- replace+=";s@{{$device-$channel-BUILD_ID}}@$build_id@g"
replace+=";s@{{$device-$channel-BUILD_NUMBER}}@$build_number@g"
done
done