summaryrefslogtreecommitdiffstats
path: root/build/docs/snap.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
commitfbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 (patch)
tree4c1ccaf5486d4f2009f9a338a98a83e886e29c97 /build/docs/snap.rst
parentReleasing progress-linux version 124.0.1-1~progress7.99u1. (diff)
downloadfirefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.tar.xz
firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.zip
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'build/docs/snap.rst')
-rw-r--r--build/docs/snap.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/build/docs/snap.rst b/build/docs/snap.rst
index 6ff52da4e8..3958b32166 100644
--- a/build/docs/snap.rst
+++ b/build/docs/snap.rst
@@ -130,3 +130,12 @@ So pushing to try is basically just:
Because of the build process, a full opt build will take around 1h45-2h while a
debug build will be around 60 minutes, the difference coming from the use of
PGO on opt builds.
+
+If you need to reuse a package from the Snap Store or from the latest
+mozilla-central or a specific successful build, you can use ``USE_SNAP_FROM_STORE_OR_MC`` en
+variable ; setting it to ``store`` will download from the Snap Store (warning:
+no debug builds on the Snap Store, so whatever ``debug`` variants we have will
+be an ``opt`` build in fact), and setting to a TaskCluster index value will
+download from the index. Set it to ``latest`` if you want latest, or explore
+the TaskCluster index for others. Any ``try`` will be pulled from latest
+``nightly`` while others will be fetched from their respective branches.