|
c63fec1ce5
|
return ENE if dependencies are not resolvable
|
2023-05-29 17:35:04 +02:00 |
|
|
3bd5164682
|
added detection for error 404 dependency not found on mirror
|
2023-05-28 13:08:01 +02:00 |
|
|
43db75f1f9
|
added multilib support
|
2023-05-26 12:59:59 +02:00 |
|
|
7b0cf88367
|
skip known tagrevs
this should speed up the queue generation
|
2023-05-25 21:19:46 +02:00 |
|
|
cb93fda659
|
set queued status after elig check
|
2023-05-25 20:55:30 +02:00 |
|
|
6b95ba42e1
|
updated deps; return NEError for haskell packages
|
2023-05-24 01:27:54 +02:00 |
|
|
36757dc711
|
retry regardless of error, add retry limit
|
2023-05-23 21:51:37 +02:00 |
|
|
025ab9a75a
|
remove redundant availability check
|
2023-05-23 20:29:01 +02:00 |
|
|
e8e6b44ad1
|
try loading package from database first
|
2023-05-23 20:23:02 +02:00 |
|
|
be85bc0f5a
|
fixed isAvailable segfaulting if no dbpkg is available
|
2023-05-23 20:17:41 +02:00 |
|
|
d1725d7bcd
|
added availability check before package is created in database
|
2023-05-23 18:36:04 +02:00 |
|
|
9e29310af6
|
fixed using srcinfo in isEligible
|
2023-05-23 18:27:44 +02:00 |
|
|
3b8fe6ee0d
|
added database update for haskell skip
|
2023-05-23 18:04:11 +02:00 |
|
|
7668239152
|
do not build haskell packages; minor code cleanup
|
2023-05-23 17:53:48 +02:00 |
|
|
9c61ac10af
|
code cleanup
|
2023-05-22 14:28:37 +02:00 |
|
|
0001c2093d
|
do more checks pre-build to avoid cloning the package repo
|
2023-05-22 13:39:21 +02:00 |
|
|
6e8e7ca90e
|
removed duplicate error handling of ErrorNotEligible
|
2023-05-21 21:51:02 +02:00 |
|
|
32a4b9dc9e
|
increase base wait time of clone retry
|
2023-05-21 21:44:15 +02:00 |
|
|
eb3c35dc86
|
set queue status when package gets queued
|
2023-05-21 21:34:47 +02:00 |
|
|
f8a0bbd80c
|
handle build error
|
2023-05-21 21:29:38 +02:00 |
|
|
3acaaa816c
|
do not throw fatal error if clone fails
|
2023-05-21 21:20:05 +02:00 |
|
|
c59a6ed2be
|
added git clone retry
|
2023-05-21 21:19:24 +02:00 |
|
|
55aa18f218
|
mark packages not found with pacsift as unavailable
|
2023-05-21 21:02:12 +02:00 |
|
|
fc70d9e625
|
log git output if package clone fails
|
2023-05-21 21:00:07 +02:00 |
|
|
9aa7f6fb64
|
added replacement logic for gitlab path on special characters
|
2023-05-21 20:44:55 +02:00 |
|
|
47a384fa9c
|
removed community entries from README.md
|
2023-05-21 20:30:26 +02:00 |
|
|
fa902fa68c
|
Git-based package source layout (#193)
Co-authored-by: Giovanni Harting <539@idlegandalf.com>
Reviewed-on: ALHP/ALHP.GO#193
|
2023-05-21 20:28:23 +02:00 |
|
|
786b70b842
|
generate srcinfo before building to make sure we have the latest version parsed
|
2023-05-17 16:23:44 +02:00 |
|
|
6556d8ae16
|
added ALHP matrix room
|
2023-05-16 15:50:27 +02:00 |
|
|
9f54cc70ba
|
added some spacing for the TOC
|
2023-05-16 12:56:51 +02:00 |
|
|
7bf9242d13
|
fixed TOC
|
2023-05-16 12:55:32 +02:00 |
|
|
52ff3fd9f6
|
update README for new kernel build method, add TOC
|
2023-05-16 12:53:59 +02:00 |
|
|
0f75b262ce
|
quote env if it contains whitespace
|
2023-05-16 03:12:34 +02:00 |
|
|
57acc40a56
|
switched to KCFLAGS/KCPPFLAGS to build kernels instead of patching
|
2023-05-16 02:53:04 +02:00 |
|
|
e0a4e0031b
|
merge lto & non-lto codepaths to reduce redundant code
|
2023-05-15 16:03:49 +02:00 |
|
|
fdf34d6157
|
change logging style in housekeeping to match with the rest of the logging
|
2023-05-15 15:56:34 +02:00 |
|
|
067e2773ec
|
improve logging
|
2023-05-13 18:22:26 +02:00 |
|
|
2937d7eb93
|
save old version for logging
|
2023-05-13 18:20:29 +02:00 |
|
|
76f1ed3a3c
|
refresh local datastructure when updating lastVersionBuild
|
2023-05-13 18:17:46 +02:00 |
|
|
ac909f4e36
|
added housekeeping job to detect malformed lastVersion strings
|
2023-05-13 18:16:17 +02:00 |
|
|
943b37bee2
|
increase unknown build limit to 2
|
2023-05-07 15:13:02 +02:00 |
|
|
302180011e
|
updated deps; regen ent
|
2023-05-07 15:13:02 +02:00 |
|
Fijxu
|
04f4efcfae
|
Fix broken links from the old domain (#172)
Useless but now the links don't need to be manually modified.
Co-authored-by: Fijxu <fijxu@zzls.xyz>
Reviewed-on: ALHP/ALHP.GO#172
Co-authored-by: Fijxu <fijxu@somegit.dev>
Co-committed-by: Fijxu <fijxu@somegit.dev>
|
2023-03-20 10:37:01 +01:00 |
|
|
735b13ef54
|
fixed build memory peak rendering as hardly readable kb size
|
2023-03-15 15:22:36 +01:00 |
|
|
afdb796b7c
|
fixed excess space in tooltip
|
2023-03-15 15:17:39 +01:00 |
|
|
01be6d5fa2
|
increased grafana stats height
|
2023-03-15 15:16:24 +01:00 |
|
|
1910cc7b2d
|
prevent buildqueue from looping unnecessary if no build can be started
|
2023-03-15 08:20:22 +01:00 |
|
|
992f5d2ed7
|
harmonize log messages
|
2023-03-15 03:03:07 +01:00 |
|
|
14941136c4
|
added peak memory to package status page
|
2023-03-14 21:05:43 +01:00 |
|
|
cf4f91295f
|
only record rusage if build was successful
|
2023-03-14 01:36:11 +01:00 |
|