Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Packages cannot be downloaded from ci.mariadb.org due to a permission error which prevents the install/upgrade builders from running.
Attachments
Issue Links
Activity
-
- Time Spent:
- 1d
- Due to a bug in the buildbot codebase, directories in the file upload step are created with very restrictive permissions. Changed the code to use the permissions given as function arguments.
-
- Time Spent:
- 1d
- Try and test several buildbot code changes to solve the permission error problem - modified the MultipleFileUpload step from buildbot, however the problem is not yet solved. More investigation needed.
-
- Time Spent:
- 0.5d
- Tried another change to the code still with no luck. Contacted the buildbot team in order to solve this.
-
- Time Spent:
- 1d
- Finally solved the permission error. After digging a bit deeper in the buildbot codebase and with some help from Vicentiu, we found the problematic line.