Create fake user accounts in DB #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There are several danglging userid entries. Next to the userids faked by OBS itself, there are also users who were deleted or that had typos.
ERROR:root:UserID AdrianSuSE not found
ERROR:root:UserID mrdocs not found
(and this is only a* imported).
So let's create a fake entry in the users table. E.g. what the old importer used, "OBS Account AdrianSuSE null@suse.de" should do.
But careful: only treat 404 error codes as triggering this. Other HTTP Error codes might be temporary.
Not creating them in the DB but on export now