SolidCharity / LightBuildServer

LightBuildServer for building rpm and deb packages and running CI scripts, using linux containers
BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

Building multiple packages depending on each other is broken #201

Open tpokorra opened 1 year ago

tpokorra commented 1 year ago

this was used for building the kolab packages. But since I do not run such builds anymore, there was no reason, to bring it over during the Django migration.

So there are still some references to the old db access, which won't work anymore. eg. con = Database in StorePackageDependancies in BuildHelper.py: https://github.com/SolidCharity/LightBuildServer/blob/a5ce839abe3b5200311a360bbce54a330c871c10/lib/BuildHelper.py#L130 also userconfig=self.config['lbs']['Users'][self.username] in CalculatePackageOrder also in BuildHelper.py