Open tpokorra opened 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
con = Database
StorePackageDependancies
userconfig=self.config['lbs']['Users'][self.username]
CalculatePackageOrder
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
inStorePackageDependancies
in BuildHelper.py: https://github.com/SolidCharity/LightBuildServer/blob/a5ce839abe3b5200311a360bbce54a330c871c10/lib/BuildHelper.py#L130 alsouserconfig=self.config['lbs']['Users'][self.username]
inCalculatePackageOrder
also in BuildHelper.py