[Scummvm-git-logs] scummvm-sites director-buildbot -> d298611127dcb1064cd4a5073c33b28d1e30b25c

rvanlaar noreply at scummvm.org
Thu Oct 26 12:43:01 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-sites' repo located at https://github.com/scummvm/scummvm-sites .

Summary:
d298611127 DIRECTOR-BUILDBOT: update readme


Commit: d298611127dcb1064cd4a5073c33b28d1e30b25c
    https://github.com/scummvm/scummvm-sites/commit/d298611127dcb1064cd4a5073c33b28d1e30b25c
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2023-10-26T14:41:01+02:00

Commit Message:
DIRECTOR-BUILDBOT: update readme

A quick pass over the readme was done to improve obvious
old text and links.

Changed paths:
    README.md


diff --git a/README.md b/README.md
index c076d7c..89fa0d9 100644
--- a/README.md
+++ b/README.md
@@ -3,16 +3,16 @@
 This buildbot runs scummvm on a multitude of Director 2, 3 and 4 files.
 Failures and warnings help spot problem areas and regressions.
 
-It's located at: https://buildbot.projecttycho.nl
+It's located at: https://john.scummvm.org/
 
 ## Installation:
 install python poetry: https://python-poetry.org/
 $ poetry install
 
-Check the director.env.py file for a list of enviroment variables that are used.
+Check the director/env.py file for a list of enviroment variables that are used.
 These variables can be in a .env file that must be placed in the root of the project directory.
 Note:
-    The `director.env.py` file is currently out of date and not used in `master.py`.
+    The `director/env.py` file doesn't have all env keys which are in use.
 
 ## Goal:
 To run this online as a CI server and to give feedback about what regressions in our discord channel.
@@ -20,7 +20,6 @@ This has been achieved. It reports changes on our discord channel.
 
 ## How to add a new test target:
 
-The test files and their configuration are stored on S3.
 - Create a directory with all the files to be tested,
 - include a scummvm.conf with the game_id:
     cd /path/to/game && /path/to/scummvm -c scummvm.conf -p . --add
@@ -50,13 +49,6 @@ $ buildbot start .
 
 Open a browser: http://localhost:8010
 
-## Wishlist of GAMES to add
-- D4 guided tours
-- warlock mac
-- warlock demo mac
-- warlock demo win
-- JMAN mac (implement recursive hcopy tool)
-
 ## Wait for: All D5 targets
 - Director 5 and higher
 - Director dictionary 5-win: Crashes too much
@@ -82,7 +74,6 @@ This serves as a placeholder for ideas that aren't ready
 
 - Add a flag to only enable github auth in production
 - Refactor lingo builder into targets, maybe upload/download the lingo directory so the checkout step isn't needed
-- Add maintenance "janitor" that cleans up old logs from the db
 - build our own dashboard to enable better reporting
     - Show builds per step, and be able to go to the previous output of the same step
     - see only failed steps




More information about the Scummvm-git-logs mailing list