From cd28a9b467ba59f7c698efaeae2c06b7dd9628ce Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Sun, 12 Nov 2023 13:43:34 +0200 Subject: [PATCH] Adjust README adn master's about.html with info about LADI vs upstream buildbot --- README | 5 +++++ master/buildbot/status/web/templates/about.html | 2 ++ 2 files changed, 7 insertions(+) diff --git a/README b/README index 52878a7d4..a68e7d122 100644 --- a/README +++ b/README @@ -1,3 +1,7 @@ +Buildbot is a Python-based continuous integration testing framework. + +LADI Buildbot does not require client side scripting. LADI Buildbot is based on upstream Buildbot 0.8 series (for python2), maintained by LADI project and is not not supported by Buildbot project. + BuildBot: build/test automation http://buildbot.net Brian Warner @@ -7,5 +11,6 @@ Buildbot consists of two separate components: the master and the slave. See master/README and slave/README for more information. Related repositories: + https://github.com/buildbot/buildbot - Upstream Buildbot repository https://github.com/buildbot/buildbot-media - Buildbot-related media https://github.com/buildbot/buildbot-website - Source for http://buildbot.net diff --git a/master/buildbot/status/web/templates/about.html b/master/buildbot/status/web/templates/about.html index f7b799a23..ff1a6fe80 100644 --- a/master/buildbot/status/web/templates/about.html +++ b/master/buildbot/status/web/templates/about.html @@ -23,6 +23,8 @@

Buildbot is a free software project, released under the terms of the GNU GPL.

+

LADI Buildbot does not require client side scripting. LADI Buildbot is based on upstream Buildbot 0.8 series (for python2), maintained by LADI project and is not not supported by Buildbot project.

+

Please visit the Buildbot Home Page for more information, including documentation, bug reports, and source downloads.