Sinar / politikus

Plone project buildout to research and track issues related to procurement and political elite
GNU General Public License v3.0
18 stars 2 forks source link

Fixes instance username error #62

Closed arky closed 3 years ago

arky commented 3 years ago

Instance throws an error after failing to parse user string. Quick fix to provide default username:password to instance.

kaerumy commented 3 years ago

I can't duplicate this.

But will merge it because it's the right thing to do, as we only need to define user once on first build, and the old effective-user is no longer used.

kaerumy commented 3 years ago

In the latest commits I reverted this change though, we should keep it the global, because additional buildout configurations can be defined building on the initial one (deployment.cfg, development.cfg etc.). and this would require copy/pasting in all of them.

The current build error could possibly due to odm.naturalresources using main branch instead of master, which is fixed in latest commit.