Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <jeroen@blender.org>2020-07-02 17:56:26 +0300
committerJeroen Bakker <jeroen@blender.org>2020-07-02 17:56:26 +0300
commit314783f2e7701913fa3adb3a4704f9d57b2ac62e (patch)
tree3ec79af926ae7c5e5d10f29ddc06d539385448f0 /build_files/buildbot-lts/README.md
parentfb0f0f4d79a7cc89f31787615d25a98ca263bef5 (diff)
BuildbotLTS: Project Documentation
Added README.md containing a overview of the project.
Diffstat (limited to 'build_files/buildbot-lts/README.md')
-rw-r--r--build_files/buildbot-lts/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/build_files/buildbot-lts/README.md b/build_files/buildbot-lts/README.md
new file mode 100644
index 00000000000..73750be84f6
--- /dev/null
+++ b/build_files/buildbot-lts/README.md
@@ -0,0 +1,15 @@
+Buildbot-lts
+============
+
+This folder contains configuration files and build scripts for making a release.
+It originated when we started to do LTS releases what happens once every two
+weeks. The idea is to automate the manual steps where possible and provide a
+pipeline process for the manual steps that still needs to happen.
+
+By using the same software as builder.blender.org it would already put us in
+the right direction when we might want to make this part of builder.blender.org
+for now it is running on a VM in the blender institute as it contains user
+private keys and the process needs to be controlled security wise.
+
+But of course the source and configurations are public available for anyone to
+check, develop and use.