summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-12-03 18:49:59 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2024-12-03 18:50:25 -0500
commite625968fe7c2deeee79687d2f9d55bc382391390 (patch)
tree8b939152f95469abd1ae740303ecbe8f739cd182
parenta9fa1e3cad7a78c9abd6d559e947f2844970ff4e (diff)
use BUILD_DATETIME and BUILD_NUMBER from environment
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 880f79d5..05fa3f9e 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -553,6 +553,7 @@
<ul>
<li>Gallery: remove the Delete option for items that represent multiple images since the UI is badly designed and makes it too easy to accidentally delete images, especially since the app doesn't support the Trash API</li>
<li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/131.0.6778.104.0">version 131.0.6778.104.0</a></li>
+ <li>envsetup.sh: reuse BUILD_DATETIME and BUILD_NUMBER from environment to make automation for reproducible builds slightly simpler instead of needing to export them after sourcing envsetup.sh</li>
</ul>
</article>
-->