summaryrefslogtreecommitdiffstats
path: root/comm/taskcluster/docs/transforms
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
commit6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch)
treea68f146d7fa01f0134297619fbe7e33db084e0aa /comm/taskcluster/docs/transforms
parentInitial commit. (diff)
downloadthunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz
thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'comm/taskcluster/docs/transforms')
-rw-r--r--comm/taskcluster/docs/transforms/index.rst23
-rw-r--r--comm/taskcluster/docs/transforms/job.rst10
2 files changed, 33 insertions, 0 deletions
diff --git a/comm/taskcluster/docs/transforms/index.rst b/comm/taskcluster/docs/transforms/index.rst
new file mode 100644
index 0000000000..877c04d2e2
--- /dev/null
+++ b/comm/taskcluster/docs/transforms/index.rst
@@ -0,0 +1,23 @@
+Transforms
+==========
+
+Overview
+--------
+
+Most transforms come from Firefox, and it's assumed that the reader is
+familiar with those already.
+
+The transforms here are mostly used to work around assumptions made in
+Firefox transforms. The general idea is to keep Thunderbird-specific exceptions
+to those assumptions in this tree.
+
+Loaders
+-------
+
+See :doc:`loading`.
+
+
+Transforms
+----------
+
+TODO: Document the transforms found in comm_taskgraph.transforms
diff --git a/comm/taskcluster/docs/transforms/job.rst b/comm/taskcluster/docs/transforms/job.rst
new file mode 100644
index 0000000000..b626d20e78
--- /dev/null
+++ b/comm/taskcluster/docs/transforms/job.rst
@@ -0,0 +1,10 @@
+Job Transforms
+==============
+
+Run-Using
+---------
+
+In order to build toolchains specific to Thunderbird, there is a ``run-using``
+implementation in `comm_taskgraph.transforms.job.toolchain`:
+
+* ``comm-toolchain-script``