From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 2233D3857B8F for ; Sat, 2 Jul 2022 23:07:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2233D3857B8F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from reform (deer0x0e.wildebeest.org [172.31.17.144]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 1262D302AB2C; Sun, 3 Jul 2022 01:06:57 +0200 (CEST) Received: by reform (Postfix, from userid 1000) id 8DD682E83139; Sun, 3 Jul 2022 01:06:57 +0200 (CEST) From: Mark Wielaard To: buildbot@sourceware.org Cc: Mark Wielaard Subject: [COMMITTED] Automate regeneration of index.html Date: Sun, 3 Jul 2022 01:06:07 +0200 Message-Id: <20220702230606.114975-1-mark@klomp.org> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-11.6 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: buildbot@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "The https://builder.sourceware.org/ buildbot" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jul 2022 23:07:07 -0000 --- .gitignore | 1 + builder/master.cfg | 6 ++ htdocs/index.html | 198 --------------------------------------------- 3 files changed, 7 insertions(+), 198 deletions(-) delete mode 100644 htdocs/index.html diff --git a/.gitignore b/.gitignore index a9899ae..0dfe687 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /builder/twistd.log* /builder/twistd.pid /buildbot-env +/htdocs/index.html diff --git a/builder/master.cfg b/builder/master.cfg index e67df26..f29afa9 100644 --- a/builder/master.cfg +++ b/builder/master.cfg @@ -645,10 +645,16 @@ sourceware_reconfig_step = steps.ShellCommand( command=["/sourceware/builder/bin/buildbot-reload.sh"], name="reload", haltOnFailure=True) +sourceware_regen_step = steps.ShellCommand( + workdir="/sourceware/builder/buildbot/htdocs", + command=["./INDEX.sh"], + name="regen index", haltOnFailure=True) + sourceware_reconfig_factory = util.BuildFactory() sourceware_reconfig_factory.addStep(sourceware_git_update_step) sourceware_reconfig_factory.addStep(sourceware_checkconfig_step) sourceware_reconfig_factory.addStep(sourceware_reconfig_step) +sourceware_reconfig_factory.addStep(sourceware_regen_step) sourceware_reconfig_builder = util.BuilderConfig( name="sourceware-reconfig", diff --git a/htdocs/index.html b/htdocs/index.html deleted file mode 100644 index f5dcdd8..0000000 --- a/htdocs/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - - - - GNU Toolchain sourceware buildbot - - - - [Sourceware logo] - [GNU Toolchain logo] - -

sourceware buildbot

- -
-

A buildbot for the GNU Toolchain and sourceware projects.

-
- -

buildbot

-

- The buildbot (note: uses javascript and websockets). -

-

- The builder git config files: -

git clone https://sourceware.org/git/builder.git
-

-

- The buildbot mailinglist: - buildbot@sourceware.org -

-

Projects

- - -
binutils - - | - | - | - | - | - | - | - | -
binutils-gdb-clang - -
binutils-gdb - -
binutils - - | -
binutils-try - - | - | - | - | - | - | -
bzip2 - - | - | - | - | - | - | - | - | - | - | - | -
debugedit - - | - | - | - | - | - | - | - | - | - | - | -
dwz - - | - | - | - | - | - | - | - | - | - | - | -
elfutils - - | - | - | - | - | - | - | - | - | - | - | -
gcc - -
gccrust-bootstrap - -
gccrust - - | - | - | - | - | - | - | - | -
gdb - - | - | - | - | - | - | - | - | - | -
gdb-try - - | - | - | - | - | - | -
glibc - - | - | - | - | - | - | - | -
libabigail - - | - | - | - | - | - | - | - | - | - | - | -
valgrind - - | - | - | - | - | - | - | - | - | -
-

inventory as of 2022-06-24

- -

Thanks

-

-

    -
  • Brno University for the fedora-ppc64le worker ran by Dan - Horák
  • -
  • Marist University for the fedora-s390x worker ran by Dan - Horák
  • -
  • Thomas Fitzsimmons for the debian-ppc64 worker
  • -
  • Mark Wielaard for the centos-x86_64, debian-i386, - debian-arm64 and debian-armhf workers
  • -
  • Frank Eigler for the fedrawhide-x86_64 worker
  • -
-

- - - -- 2.30.2