anonfunc
anonfunc pushed to master at ALHP/ALHP.GO 2022-08-14 17:34:44 +02:00
8d37c7b72a fixed missing nil check and execution of db update
anonfunc pushed to master at ALHP/ALHP.GO 2022-08-14 17:20:37 +02:00
5ea43c896f added pkgbuild path to db
anonfunc pushed to master at ALHP/ALHP.GO 2022-08-14 16:09:24 +02:00
05f36bef88 added check for srcinfo in importKeys
119aaa8110 minor fixes
Compare 2 commits »
anonfunc pushed to master at ALHP/ALHP.GO 2022-08-14 15:58:14 +02:00
f30442d100 added separate hash for srcinfo cache
041e7762f7 added delayed status to better differentiate between queued (skipped) and queued
Compare 2 commits »
anonfunc pushed to master at ALHP/ALHP.GO 2022-08-14 14:12:25 +02:00
76152a3410 preventing waiting packages to enter buildqueue
anonfunc pushed to master at ALHP/ALHP.GO 2022-08-14 14:07:27 +02:00
5ed591981b dropped double-checking of packages for the buildQueue
8c7a9aa205 fixed build errors out if builddir is not present
Compare 2 commits »
anonfunc pushed to master at ALHP/ALHP.GO 2022-08-13 22:51:46 +02:00
ef61ad7dcf added removing overdue packages
anonfunc pushed to master at ALHP/ALHP.GO 2022-08-13 22:27:58 +02:00
c8b31b3275 added more db-based lookups
anonfunc commented on issue ALHP/ALHP.GO#135 2022-08-13 22:14:16 +02:00
Some ocaml problems again.

Seems like the build-queue rework I have done a while ago was simply overwhelmed due to its "single-threaded" nature. I fixed that, so ALHP should start building again soon. Don't except the first…

anonfunc pushed to master at ALHP/ALHP.GO 2022-08-13 22:03:19 +02:00
b48c75a177 fixed potential out of bounds
anonfunc pushed to master at ALHP/ALHP.GO 2022-08-13 21:55:19 +02:00
8ff928d7fa added waitgroup
anonfunc pushed to master at ALHP/ALHP.GO 2022-08-13 21:54:12 +02:00
87cf1e5631 reworked queue building to use the db; multi threading for SRCINFO gen
anonfunc pushed to master at ALHP/ALHP.GO 2022-08-13 21:11:22 +02:00
7ee63e0655 fixed not checking for empty version
anonfunc pushed to master at ALHP/ALHP.GO 2022-08-13 21:01:23 +02:00
1250cc2db8 speed up mirror check
anonfunc pushed to master at ALHP/ALHP.GO 2022-08-13 20:48:38 +02:00
0f46a95995 added SRCINFO caching via db
anonfunc pushed to master at ALHP/ALHP.GO 2022-08-13 11:04:46 +02:00
4ead1f74cd more debug logging improvement
anonfunc pushed to master at ALHP/ALHP.GO 2022-08-13 10:57:01 +02:00
7b28db40ce improved debug logging
anonfunc commented on issue ALHP/ALHP.GO#135 2022-08-13 03:14:48 +02:00
Some ocaml problems again.

ALHP is still not building any of the ~190 queued packages. The mirror desync must have surfaced another problem, I'll look into it tomorrow, sadly haven't found enough time today.

anonfunc pushed to master at ALHP/ALHP.GO 2022-08-13 00:01:35 +02:00
1db73987fb minor doc improvements
5ea156b48a added TODO hint for reverted commit e911be6
Compare 2 commits »
anonfunc pushed to master at ALHP/ALHP.GO 2022-08-12 23:19:37 +02:00
9b28ceebb8 Revert "Added purge for 'ancient' out-of-date packages"