gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: Restore Buildbot master.cfg -


From: gnunet
Subject: [taler-deployment] branch master updated: Restore Buildbot master.cfg - docs.git
Date: Tue, 31 Jan 2023 12:04:59 +0100

This is an automated email from the git hooks/post-receive script.

javier-sepulveda pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 99b719a  Restore Buildbot master.cfg - docs.git
99b719a is described below

commit 99b719a9b6d8535bd05035bf91ca824965ca450f
Author: Javier Sepulveda <javier.sepulveda@uv.es>
AuthorDate: Tue Jan 31 12:04:45 2023 +0100

    Restore Buildbot master.cfg - docs.git
---
 buildbot/master.cfg | 47 +++++++++++++++++++++++++++++++----------------
 1 file changed, 31 insertions(+), 16 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index c943c06..bc5dd7c 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -215,34 +215,49 @@ SCHEDULERS.append(schedulers.SingleBranchScheduler(
 # Location: /home/docbuilder @ taler.net
 WORKERS.append(worker.Worker("doc-worker", "doc-pass"))
 
-# DOCS.GIT - GENERATE STEP 1 (create docker image) - javisep
 
 DOC_FACTORY = create_factory_with_deployment()
 DOC_FACTORY.addStep(
     ShellCommand(
-        name="build image docs",
+        name="build docs",
         description="Building documentation",
         descriptionDone="Documentation built.",
-        command=["./build.sh"],
-        workdir="/home/docbuilder/deployment/docker/docs-build",
+        command=["./build-docs.sh"],
+        workdir="../../deployment/buildbot",
         env={'PATH': "${HOME}/.local/bin:${PATH}"},
         haltOnFailure=True
     )
 )
 
-# DOCS.GIT - GENERATE STEP 2 (execute docker image)  - javisep
 
-DOC_FACTORY.addStep(
-    ShellCommand(
-        name="run image docs",
-        description="Building documentation",
-        descriptionDone="Documentation built.",
-        command=["./run.sh"],
-        workdir="/home/docbuilder/deployment/docker/docs-build",
-        env={'PATH': "${HOME}/.local/bin:${PATH}"},
-        haltOnFailure=True
-    )
-)
+# # DOCS.GIT - GENERATE STEP 1 (create docker image) - javisep
+
+# DOC_FACTORY = create_factory_with_deployment()
+# DOC_FACTORY.addStep(
+#     ShellCommand(
+#         name="build image docs",
+#         description="Building documentation",
+#         descriptionDone="Documentation built.",
+#         command=["./build.sh"],
+#         workdir="/home/docbuilder/deployment/docker/docs-build",
+#         env={'PATH': "${HOME}/.local/bin:${PATH}"},
+#         haltOnFailure=True
+#     )
+# )
+
+# # DOCS.GIT - GENERATE STEP 2 (execute docker image)  - javisep
+
+# DOC_FACTORY.addStep(
+#     ShellCommand(
+#         name="run image docs",
+#         description="Building documentation",
+#         descriptionDone="Documentation built.",
+#         command=["./run.sh"],
+#         workdir="/home/docbuilder/deployment/docker/docs-build",
+#         env={'PATH': "${HOME}/.local/bin:${PATH}"},
+#         haltOnFailure=True
+#     )
+# )
 
 # OTHER STUFF, IN THE SAME WORKER ...
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]