Commit Graph

195 Commits

Author SHA1 Message Date
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
a80b5d4c56 skip packages with a multiple PKGBUILD-dependency 2021-08-26 12:21:32 +02:00
c04e50208f fixed wrong version comparison logic, again 2021-07-31 01:00:47 +02:00
3405e84d82 fixed reverted version comparison 2021-07-31 00:47:30 +02:00
b1863cf33c allow package version form repo to be newer 2021-07-29 21:28:24 +02:00
959ac2d689 improved logging 2021-07-29 17:47:29 +02:00
db02be5caa moved some const to utils.go 2021-07-28 02:31:53 +02:00
ff011edd4d improved logging to return what package is missing on mirror 2021-07-27 18:51:35 +02:00
af6e8cfa74 removed alpm lock 2021-07-27 16:24:30 +02:00
e28d85b10d Added pre-build dependency version check (#32)
Fixes #15.

Uses ALPM's `satisfies` to resolve dependencies and then compares resolved dependency from local sync database with svn2git's version.

Reviewed-on: https://git.harting.dev/anonfunc/ALHP.GO/pulls/32
Co-authored-by: Giovanni Harting <539@idlegandalf.com>
Co-committed-by: Giovanni Harting <539@idlegandalf.com>
2021-07-27 02:43:30 +02:00