Commit Graph

59 Commits

Author SHA1 Message Date
d65cab3303 fixed housekeeping was not march aware 2021-11-29 15:59:45 +01:00
8e4c056e7e added build-dir to allow multiple building the same package for different marchs 2021-11-29 15:02:14 +01:00
24f275877c fixed some multi-march issues 2021-11-29 13:29:43 +01:00
d5cf6989de added batch limit to not clog up build-queue 2021-11-29 11:07:39 +01:00
a013f78937 build-worker are per march now, allows for timely builds 2021-11-29 10:48:29 +01:00
1fc703c6a9 fixed housekeeping not detecting moved packages 2021-11-28 18:41:53 +01:00
be276f9ead increase our own build-version if rebuild 2021-11-27 01:28:42 +01:00
5ea9065081 added packager to makepkg.conf 2021-11-25 18:10:49 +01:00
faa98c8494 fixed regex not matching 2021-11-25 05:14:19 +01:00
743b08bba1 added automatic LTO fail detection for some cases based on build output 2021-11-25 01:50:49 +01:00
3878a76084 added skip option; skipped patch for linux-zen: already included 2021-11-24 17:53:22 +01:00
cd4cdadb66 added package(-base) stats to footer 2021-11-23 22:04:50 +01:00
d70b523aa9 fail on non HTTP 200 2021-11-23 02:44:10 +01:00
a99704fba0 fixed config keys being wrong 2021-11-22 23:19:43 +01:00
592034c314 added config reload 2021-11-22 16:50:12 +01:00
8b8c441a8e fixed no patch available 2021-11-21 23:49:01 +01:00
2d9e4e166a added kernel patching based on graysky2's patches 2021-11-21 23:46:21 +01:00
2f15cebd3e fixed check logic 2021-11-21 19:35:58 +01:00
2ca1b37eab use yaml bool 2021-11-21 19:35:29 +01:00
fe822b4765 ignore case in option 2021-11-21 19:31:41 +01:00
ca7cbe72ee moved check option to config 2021-11-21 19:30:48 +01:00
e2aa79e86f better dark mode 2021-11-21 18:27:03 +01:00
5cbb751ce4 removed status from config 2021-11-21 15:25:40 +01:00
8c1e8c1835 switched status page to a dark theme, added archweb links 2021-11-21 15:24:27 +01:00
76b21b7770 check if package is available before build 2021-11-20 01:02:37 +01:00
7baccce64b sped up housekeeping so no interval is needed 2021-11-20 00:02:53 +01:00
3e8f4711f0 changed repoPurge to work without srcinfo 2021-11-19 23:47:19 +01:00
908fad0923 added configurable interval 2021-11-19 23:27:51 +01:00
4c8937c707 do not quit on one failed sourceinfo 2021-11-19 23:15:02 +01:00
5d6a498503 run housekeeping concurrent per repo
update splitpackages on parse
2021-11-19 23:01:19 +01:00
f9c5292f90 enabled housekeeping; almost complete
refactoring
2021-11-19 22:32:11 +01:00
8467b17ffc switched from textfiles to db for failed package status 2021-11-18 13:22:10 +01:00
c9a8f88e25 added lastupdate for downstream mirrors to check 2021-11-13 22:29:46 +01:00
de3ca80aab added LTO blacklist 2021-11-13 20:45:49 +01:00
715063281a added -falign-functions=32 2021-11-04 13:01:18 +01:00
7eb1be8371 added LTO, fixed wrong permission on open() 2021-11-04 13:01:18 +01:00
93af6fe03d fixed nspawn failing to upgrade chroot due to mirror timeout 2021-11-04 13:01:18 +01:00
aca9487b49 try resoling multiple PKGBUILD from mirror repo 2021-11-04 13:01:18 +01:00
d8938bc225 added pgx support 2021-11-04 13:01:18 +01:00
22d265e7f1 changes to db schema; more housekeeping work 2021-11-04 13:01:18 +01:00
6e0fec9cac separate srcinfo gen into func 2021-10-24 06:10:55 +02:00
a3f8155b61 more progress on housekeeping 2021-10-24 05:51:29 +02:00
3a9652b1fc simplify SQL statement 2021-10-24 05:51:29 +02:00
8612837c43 first part of housekeeping 2021-10-24 05:51:29 +02:00
7fe1ea4353 improve nspawn error handling 2021-09-09 00:27:43 +02:00
e4c2692e73 better handling of mkchroot fail 2021-09-09 00:04:24 +02:00
eb5df207a2 try locking alpm db 2021-08-31 21:13:22 +02:00
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
10d777f3a9 only write failed list if changed 2021-08-26 13:56:02 +02:00
e835a54745 skip packages with unresolvable dependencies 2021-08-26 12:59:23 +02:00