- Belgium
- https://www.rustybever.be
-
Computer science student from Belgium who loves playing around with servers.
- Joined on
2021-03-28
Support all possible PKGBUILD fields
Add setting for concurrent builds
Ability to add env vars to specific builds
We will have to rethink the repos API for this, as it would be practical to allow sending a PATCH request to a specific repo in order to add new env vars for example.
Old package files aren't removed
Thinking about this, I think this is part of a larger issue which also concerns the support for multiple repositories with multiple architectures. In order to know whether the package file can be…
Inject better makepkg settings into container
Isolate builds, build when necessary
Check for package existence won't work with multiple packages
Store logs of build container after builds
To keep things centralized, we could add a route /pkgname-pkgver-pkgrel-arch/logs, to which we can POST the logs of a build for that package. This would keep the logs stored at the Vieter…
Isolate builds, build when necessary