- Sep 24, 2022
-
-
Evangelos Foutras authored
Using templates anywhere but the end of the name makes grepping for errors more difficult.
-
- Aug 29, 2022
-
-
Evangelos Foutras authored
Fixes: 26f289b7 ("Capitalize the first letter of all task names")
-
- Aug 23, 2022
-
-
Evangelos Foutras authored
ansible-lint 6.5.0 complains about: name: All names should start with an uppercase letter. (name[casing])
-
- Aug 06, 2022
-
-
Evangelos Foutras authored
Update /etc/rebuilderd-sync.conf to use the Geo host mirror instead of europe.mirror.pkgbuild.com (for added reliability in case the latter's availability is impacted).
-
Evangelos Foutras authored
The /api/v0/build/report endpoint has received POSTs up to 161M so far this year (2022). In 2021 there had been POSTs of sizes up to 404M and up to 814M for 2020. Multiple hundreds of MB seem a bit excessive, but we should be able to do up to 200M.
-
Evangelos Foutras authored
Remove a few stray TABs and correct double-indented lines.
-
- Oct 03, 2021
-
-
- Apr 11, 2021
-
-
Jelle van der Waa authored
-
- Apr 08, 2021
-
-
A extra access_log entry was added with the following commands: $ cd roles $ grep -lr access_log | xargs -P 1 -n 1 sed -i '/access_log/ s/\(.*\)\( \)\(\(reduced\|main\);$\)/\1 \3\n\1.json json_\3/'
-
- Feb 04, 2021
-
-
Jelle van der Waa authored
-
- Jan 26, 2021
-
-
Jelle van der Waa authored
To allow packagers to test their changes in the testing repos, enable them for rebuilderd.
-
Jelle van der Waa authored
To reduce bandwidth on mirror.pkgbuild.com.
-
- Jan 10, 2021
-
-
Kristian Klausen authored
It should make it easier to change how the certificates is issued. Ex: If we want to switch to ECDSA certificates in the future or replace certbot with something else.
-
- Dec 12, 2020
-
-
Jelle van der Waa authored
As python-tensorflow-* kills our rebuilderd-workers as they are usually queue at the same time.
-
- Dec 07, 2020
-
-
Jelle van der Waa authored
Build artifcats are limited to 10MB per piece and we have logs/diffoscope and json can become a little over 20M.
-
- Dec 05, 2020
-
-
Jelle van der Waa authored
Due to the massive backlog of packages, disable [testing] until everything is back to being stable. Also disable long during failing to build packags such as pytorch and kubernetes
-
Jelle van der Waa authored
rebuilderd requires an X-Real-IP to be set if configured.
-
- Dec 03, 2020
-
-
This allows rebuilderctl status to show the real ip of the rebuilerd-worker.
-
The repro3.pkgbuild.com machine was a packet.net box with an Ubuntu installation. Now converted to an Arch Linux installation managed by ansible with a new rebuilderd_worker role.
-
- Nov 24, 2020
-
-
Jelle van der Waa authored
Now that the archlogo has the version appended we can cache svg's safely.
-
- Nov 21, 2020
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
rebuilderd-worker now supports an diffoscope output limit allowing us to define how much data will be POST'ed to rebuilderd via nginx.
-
- Nov 19, 2020
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
Rebuilderd since 0.6.0 supports the X-Real-IP header to show what builder is working on a task.
-
- Nov 14, 2020
-
-
Jelle van der Waa authored
rebuilderd-worker can now post diffoscope html output to rebuilderd whcih requires raising our POST size.
-
- Nov 01, 2020
-
-
Jelle van der Waa authored
Since rebuilderd-website now does cache busting by appending the version in it's js/css file we can apply cache headers. Also remove the invalid Feature-Policy header entry.
-
- Jul 06, 2020
-
-
Jelle van der Waa authored
-
- Jun 29, 2020
-
-
Jelle van der Waa authored
-
- Jun 27, 2020
-
-
Jelle van der Waa authored
Instead of relying on the mess of downloading a tarball release, use the nicely packaged webapp.
-
- May 24, 2020
-
-
Jelle van der Waa authored
Use with_items to make adding sync configurations easier.
-
- May 18, 2020
-
-
Jelle van der Waa authored
Signed-off-by:
Jelle van der Waa <jelle@archlinux.org>
-
- May 17, 2020
-
-
Jelle van der Waa authored
Ansible the reproducible.archlinux.org website which is as of now still released from jelly's github and will soon be on archlinux's official infra. Signed-off-by:
Jelle van der Waa <jelle@archlinux.org>
-
- May 01, 2020
-
-
Jelle van der Waa authored
Signed-off-by:
Jelle van der Waa <jelle@vdwaa.nl>
-
- Apr 28, 2020
-
-
Jelle van der Waa authored
Adjust the configuration of rebuilderd and change the proxy pass port to the new default port 8484. Remove the plaintext from nginx as it now serves a nice html website.
-
- Apr 25, 2020
-
-
Jelle van der Waa authored
Create a new VPS for running the master rebuilderd daemon which coordinates the rebuild tasks to rebuilderd ndoes. Signed-off-by:
Jelle van der Waa <jelle@vdwaa.nl>
-