aboutsummaryrefslogtreecommitdiff
path: root/release/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'release/README.txt')
-rw-r--r--release/README.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/release/README.txt b/release/README.txt
index 1bf265e..18570f0 100644
--- a/release/README.txt
+++ b/release/README.txt
@@ -1,6 +1,18 @@
LLVM Release Wrapper Script
===========================
+UPDATE: These scripts are outdated and may not reflect the current way to run
+the release. The official way to run LLVM releases at Linaro now are
+through Jenkins job:
+
+https://ci.linaro.org/job/tcwg-llvm-release/
+
+See also:
+
+https://collaborate.linaro.org/display/LLVM/LLVM+Release+Process
+
+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+
The LLVM release is done using the test-release.sh script available on LLVM's
sources, directory utils/release. But the options may change, and to keep track
of how we release LLVM for ARM and AArch64, I wrote a simple script that