aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2023-03-10 02:47:15 +0100
committerMagnus Granberg <zorry@gentoo.org>2023-03-10 02:47:15 +0100
commit0b3facc196912a1665b951a570cbafe76038ba03 (patch)
tree2e6556a0249e24f451f776f56c1edde1b326c791 /buildbot_gentoo_ci/config/buildfactorys.py
parentChange cleantime_package to 1w and disable eclean-dist (diff)
downloadtinderbox-cluster-0b3facc196912a1665b951a570cbafe76038ba03.tar.gz
tinderbox-cluster-0b3facc196912a1665b951a570cbafe76038ba03.tar.bz2
tinderbox-cluster-0b3facc196912a1665b951a570cbafe76038ba03.zip
Add package metadata support (email)
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
Diffstat (limited to 'buildbot_gentoo_ci/config/buildfactorys.py')
-rw-r--r--buildbot_gentoo_ci/config/buildfactorys.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildbot_gentoo_ci/config/buildfactorys.py b/buildbot_gentoo_ci/config/buildfactorys.py
index efccc93..2ca2ca9 100644
--- a/buildbot_gentoo_ci/config/buildfactorys.py
+++ b/buildbot_gentoo_ci/config/buildfactorys.py
@@ -58,13 +58,14 @@ def update_db_cpv():
f.addStep(category.CheckC())
# if package in db
# return package_data
- # add check package path step at end
# else
# add package to db step
# return package_data
f.addStep(package.CheckP())
# Trigger update_db_v
f.addStep(package.TriggerCheckForV())
+ # update metadata if needed
+ f.addStep(package.CheckMetadataPackagePath())
return f
def update_db_v():