- Belgium
- https://www.rustybever.be
-
Computer science student from Belgium who loves playing around with servers.
- Joined on
2021-03-28
Jef Roosens opened issue vieter-v/vieter#110
Add setting for concurrent buildsJef Roosens commented on issue vieter-v/vieter#104
Ability to add env vars to specific buildsWe 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.
Jef Roosens commented on issue vieter-v/vieter#79
Old package files aren't removedThinking 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…
Jef Roosens pushed to dev at vieter-v/vieter
-
09d0a40aae Merge pull request 'Isolate builds, build when necessary' (#107) from build-system-upgrade into dev
-
88e048fbe2 Updated deploy webhooks [CI SKIP]
-
4a4362c138 Fixed linting errors
-
732b53b6ce Forgot to uncomment line
-
a7cb08f93d Containers now check whether package should be rebuilt
- Compare 6 commits »
Jef Roosens merged pull request vieter-v/vieter#107
Isolate builds, build when necessary
Jef Roosens closed issue vieter-v/vieter#100
Inject better makepkg settings into containerJef Roosens pushed to build-system-upgrade at vieter-v/vieter
-
88e048fbe2 Updated deploy webhooks [CI SKIP]
Jef Roosens opened issue vieter-v/vieter#108
Check for package existence won't work with multiple packagesJef Roosens commented on issue vieter-v/vieter#88
Store logs of build container after buildsTo 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…
Jef Roosens pushed to build-system-upgrade at vieter-v/vieter
-
4a4362c138 Fixed linting errors
Jef Roosens created pull request vieter-v/vieter#107
Isolate builds, build when necessaryJef Roosens pushed to build-system-upgrade at vieter-v/vieter
-
732b53b6ce Forgot to uncomment line
Jef Roosens pushed to build-system-upgrade at vieter-v/vieter
-
a7cb08f93d Containers now check whether package should be rebuilt
-
540574b3c3 Split builds into separate containers; made makepkg parallel
- Compare 2 commits »
Jef Roosens pushed to main at bur/jjr-newsflash
-
c5b182e308 Merge branch 'master' of https://aur.archlinux.org/newsflash-git
-
a6b36a01b5 bump gtk4
- Compare 2 commits »
Jef Roosens commented on issue vieter-v/vieter#87
Prevent unnecessary buildsRunning `makepkg --nobuild --nodeps` causes makepkg to download all sources & run the `pkgver` function, without actually starting the build. Makepkg also updates the `PKGBUILD` file with the new…
Jef Roosens closed issue vieter-v/vieter#97
Publish vieter on our vieter instance