[Scummvm-git-logs] scummvm-sites director-buildbot -> 6209c0faaece0ef8e014ab179fc0485fad05318d

rvanlaar noreply at scummvm.org
Tue Jan 3 23:40:49 UTC 2023


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

Summary:
203ddc4a9d Add a note about the env.py file not being up2date
6209c0faae Remove unused import in buildbot.tac


Commit: 203ddc4a9d055bfeb8e701b49f4635543046e493
    https://github.com/scummvm/scummvm-sites/commit/203ddc4a9d055bfeb8e701b49f4635543046e493
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2023-01-04T00:39:56+01:00

Commit Message:
Add a note about the env.py file not being up2date

Changed paths:
    README.md


diff --git a/README.md b/README.md
index f1ee6e7..c076d7c 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,8 @@ $ poetry install
 
 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`.
 
 ## Goal:
 To run this online as a CI server and to give feedback about what regressions in our discord channel.


Commit: 6209c0faaece0ef8e014ab179fc0485fad05318d
    https://github.com/scummvm/scummvm-sites/commit/6209c0faaece0ef8e014ab179fc0485fad05318d
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2023-01-04T00:40:34+01:00

Commit Message:
Remove unused import in buildbot.tac

Changed paths:
    buildbot.tac


diff --git a/buildbot.tac b/buildbot.tac
index e7b5f90..346f98f 100644
--- a/buildbot.tac
+++ b/buildbot.tac
@@ -24,11 +24,10 @@ if basedir == '.':
 # note: this line is matched against to check that this is a buildmaster
 # directory; do not edit it.
 application = service.Application('buildmaster')
-from twisted.python.logfile import LogFile
 from twisted.python.log import ILogObserver, FileLogObserver
 application.setComponent(ILogObserver, FileLogObserver(sys.stdout).emit)
 
 #m = BuildMaster(basedir, configfile, umask)
 m = BuildMaster(basedir, configfile, umask, master_name=master_name)
 
-m.setServiceParent(application)
\ No newline at end of file
+m.setServiceParent(application)




More information about the Scummvm-git-logs mailing list