Commit Graph

54 Commits

Author SHA1 Message Date
Giovanni Harting d9efab4d2a update deps 2024-03-10 13:17:21 +01:00
Giovanni Harting 2ad5c57078 update deps; some code cleanup 2024-02-13 18:29:15 +01:00
Giovanni Harting 55cf1b7eb4 added state mismatch check 2023-12-20 09:16:51 +01:00
Giovanni Harting a834c7fb04 updated deps and downgraded to yaml.v2 2023-12-15 18:54:57 +01:00
Giovanni Harting cbe667cb5d updated yaml dep 2023-12-14 19:02:01 +01:00
Giovanni Harting e6dd3fd3ef updated deps 2023-12-09 17:07:15 +01:00
Giovanni Harting 0c6a96db21 updated deps; regen ent 2023-11-20 16:18:03 +01:00
Giovanni Harting 552382cc00 updated deps 2023-11-01 11:35:01 +01:00
Giovanni Harting d83249c809 updated deps 2023-10-13 19:40:45 +02:00
Giovanni Harting 7c826d2d1e fixed rebuilding of x86_64->any packages; updated deps 2023-09-23 12:52:51 +02:00
Giovanni Harting 6c93fc86a7 updated deps 2023-09-04 18:26:05 +02:00
Giovanni Harting f3fe7bba4f updated deps 2023-07-29 22:34:01 +02:00
Giovanni Harting 569016b459 updated deps 2023-07-11 03:44:59 +02:00
Giovanni Harting ea9c91bd92 updated deps; added faq entry for delayed package updates 2023-06-29 17:41:35 +02:00
Giovanni Harting d65e4c7f5b update deps 2023-06-05 18:00:57 +02:00
Giovanni Harting 43db75f1f9 added multilib support 2023-05-26 12:59:59 +02:00
Giovanni Harting 6b95ba42e1 updated deps; return NEError for haskell packages 2023-05-24 01:27:54 +02:00
anonfunc fa902fa68c Git-based package source layout (#193)
Co-authored-by: Giovanni Harting <539@idlegandalf.com>
Reviewed-on: #193
2023-05-21 20:28:23 +02:00
Giovanni Harting 302180011e updated deps; regen ent 2023-05-07 15:13:02 +02:00
Giovanni Harting ece8c4c7d9 faster SRCINFO parsing + memory-based building
Switched to parsing srcinfo with channels on all available cpus, speeding
up srcinfo-parsing and queue generation by a lot.

New memory-limit based building will max out the available memory while
not building the same packages at the same time for different marchs,
fixing some long-standing bugs like firefox not building at the same time
because the same ports are used for profile-based optimization. This
also drops the artificial delay on build-start, speeding up things even
more. This also means there is no hard-coded limit on how many packages
can be build at once anymore. As long as there is RAM available, builds will be
started.
2023-03-14 00:46:16 +01:00
Giovanni Harting c2dec11aaf some code cleanup, fixed rustflags not being detected 2023-01-20 13:18:34 +01:00
Giovanni Harting 4431e906c3 updated deps + regen ent 2023-01-20 12:48:38 +01:00
Giovanni Harting f60e8479bc regen ent 2023-01-16 11:34:35 +01:00
Giovanni Harting 1805baedc5 updated deps 2023-01-16 11:33:55 +01:00
Giovanni Harting ba9636cffd improved logging; updated deps 2022-12-22 19:52:26 +01:00
Giovanni Harting ff21894aac added golangci linter; code cleanup 2022-11-20 19:19:16 +01:00
Giovanni Harting 2af46109eb updated deps; regen ent 2022-11-03 13:34:11 +01:00
Giovanni Harting 186e1a66c3 update deps 2022-11-03 13:31:36 +01:00
Giovanni Harting e88567ea93 added go-retry to better handle sync failures 2022-08-25 12:47:45 +02:00
Giovanni Harting 0f46a95995 added SRCINFO caching via db 2022-08-13 20:48:34 +02:00
Giovanni Harting c7e193e88b updated deps; minor fixed; ent regen 2022-08-12 23:00:34 +02:00
Giovanni Harting 4b3339125c fixed handling of new keys/ folder; added queue cleanup to housekeeping 2022-06-22 13:14:58 +02:00
Giovanni Harting 622ba6ad1a moved compiler flags out of code into flags.yaml 2022-06-18 23:57:53 +02:00
Giovanni Harting 85d46f4ab0 updated deps 2022-05-11 17:00:22 +02:00
Giovanni Harting ed2a42318e more follow-up fixes for new build-queue 2022-03-07 17:20:24 +01:00
Giovanni Harting ba159e0a72 switched to weighted build-queue 2022-02-19 18:03:55 +01:00
Giovanni Harting c7ba7340a5 added debuginfod support 2022-02-13 22:33:57 +01:00
Giovanni Harting 45672e3459 update deps. 2022-02-13 21:48:43 +01:00
Giovanni Harting adad7c1acd regen ent with version 0.10.0 2022-02-10 19:21:16 +01:00
Giovanni Harting f0ac9d6052 updated deps. 2022-02-10 19:20:40 +01:00
Giovanni Harting b92b68f332 fixed package name 2022-02-10 19:18:23 +01:00
Giovanni Harting fafa03524e stop adding an empty slice if no packages are to be added 2022-01-18 15:13:10 +01:00
Giovanni Harting 907add4e07 verify pgp signature for a specific package only once 2022-01-18 13:41:12 +01:00
Giovanni Harting 9d9b8a21bc update deps 2021-12-05 12:50:53 +01:00
Giovanni Harting 14f39badc6 updated deps 2021-11-29 13:40:15 +01:00
Giovanni Harting c77ec6d140 added LTO status to db and status page 2021-11-16 23:30:31 +01:00
Giovanni Harting e2125ab411 dropped sqlite support 2021-11-04 13:01:18 +01:00
Giovanni Harting d8938bc225 added pgx support 2021-11-04 13:01:18 +01:00
Giovanni Harting 6b73f7b9b4 updated dep. and regen ent 2021-10-24 05:51:29 +02:00
Giovanni Harting b78b09aeaa Hash each PKGBUILD and compare before parsing, fixes #25
This will speed things up significantly. See #25 for more information and discussion.
2021-08-30 11:02:06 +02:00