mirror of
https://github.com/lubuntu-team/ci-tooling.git
synced 2025-04-04 23:01:11 +00:00
Print the package_config for the management job.
This commit is contained in:
parent
4e384845a2
commit
3189f14152
@ -228,6 +228,7 @@ class Generator:
|
||||
for release in total_rel:
|
||||
for jobtype in ["unstable", "stable"]:
|
||||
package_config = self.load_config("release-mgmt")
|
||||
print(package_config)
|
||||
jobname = "mgmt_build_" + release + "_" + jobtype
|
||||
if job_name in jobs:
|
||||
job = server.get_job(job_name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user