diff options
author | Magnus Granberg <zorry@gentoo.org> | 2021-09-21 01:29:24 +0200 |
---|---|---|
committer | Magnus Granberg <zorry@gentoo.org> | 2021-09-21 01:29:24 +0200 |
commit | a54c33a5119cb5528bb83ab73b86068dd749b970 (patch) | |
tree | a85f31ab6698bbbf69714805a59bb19d57ec0e56 /buildbot_gentoo_ci/db/projects.py | |
parent | Support for circular deps media-libs/harfbuzz (diff) | |
download | tinderbox-cluster-a54c33a5119cb5528bb83ab73b86068dd749b970.tar.gz tinderbox-cluster-a54c33a5119cb5528bb83ab73b86068dd749b970.tar.bz2 tinderbox-cluster-a54c33a5119cb5528bb83ab73b86068dd749b970.zip |
Support fore more make.conf options from the db
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
Diffstat (limited to 'buildbot_gentoo_ci/db/projects.py')
-rw-r--r-- | buildbot_gentoo_ci/db/projects.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildbot_gentoo_ci/db/projects.py b/buildbot_gentoo_ci/db/projects.py index fbef435..408450e 100644 --- a/buildbot_gentoo_ci/db/projects.py +++ b/buildbot_gentoo_ci/db/projects.py @@ -211,6 +211,7 @@ class ProjectsConnectorComponent(base.DBConnectorComponent): status=row.status, auto=row.auto, enabled=row.enabled, + use_default=row.use_default, created_by=row.created_by ) |