119 Commits

Author SHA1 Message Date
de3ca80aab added LTO blacklist 2021-11-13 20:45:49 +01:00
9586bf80f6 added donation information 2021-11-13 20:25:58 +01:00
8eb4d915f7 Revert "fixed negative buildtime"
This reverts commit 6a4a162324.
2021-11-13 15:36:28 +01:00
6a4a162324 fixed negative buildtime 2021-11-13 15:32:39 +01:00
208cb0e0e7 update README.md -> LTO 2021-11-04 13:16:22 +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
97efc03abb changed datetime formats 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
5eb003daab fixed failed packages not marked as such 2021-11-04 13:01:18 +01:00
be8b349907 adjusted log level for pkgbuild search 2021-11-04 13:01:18 +01:00
e2125ab411 dropped sqlite support 2021-11-04 13:01:18 +01:00
d8938bc225 added pgx support 2021-11-04 13:01:18 +01:00
a453831939 rename config to dist 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
6b73f7b9b4 updated dep. and regen ent 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
15278e08cf added lazy-search 2021-09-20 23:55:35 +02:00
c8d5b072a7 some style adjustments 2021-09-20 23:18:43 +02:00
cnachtigall
c47d6f3cd2 search-update (#44)
- Added SearchBar to NAV
- Added Search-Feature to filter the tables

Co-authored-by: cnachtigall1991 <40701475+cnachtigall1991@users.noreply.github.com>
Reviewed-on: https://git.harting.dev/anonfunc/ALHP.GO/pulls/44
Co-authored-by: cnachtigall <cnachtigall@git.harting.dev>
Co-committed-by: cnachtigall <cnachtigall@git.harting.dev>
2021-09-20 22:09:20 +02:00
ce9686a495 purge delayed packages as a way to prevent non-buildable packages staying in repo in an outdated state 2021-09-12 17:40:47 +02:00
1cf45cedb0 added cli option for check interval 2021-09-12 17:35:45 +02:00
7bfa9abeb7 added --journal to log to journal instead do stdout 2021-09-12 17:25:33 +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
f6a2561c95 added purging of failed packages again 2021-09-07 12:49:01 +02:00
eb5df207a2 try locking alpm db 2021-08-31 21:13:22 +02:00
6f8d0cd68e set hash on build failed 2021-08-31 05:08:50 +02:00
f6d8db73f6 fixed wrong repo getting passed to where clause, resulting in no hashes being found and used 2021-08-30 17:26:34 +02:00
449b772442 re-enable journalhook
need a cmdline switch for this, it's on the TODO :)
2021-08-30 11:05:11 +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
1977181409 added overflow for mobile/small screens 2021-08-27 03:45:04 +02:00
f37d9f978c added link to source 2021-08-26 14:36:26 +02:00
8a3a68ebc8 update bootstrap; adjusted table col header 2021-08-26 14:13:48 +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
5c754f8867 set buildtime when start building 2021-08-26 12:21:32 +02:00
7e4ed2d6c1 Added first faq 2021-08-12 14:28:13 +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
31022f2384 avoid nil reference 2021-07-29 20:45:45 +02:00
959ac2d689 improved logging 2021-07-29 17:47:29 +02:00
816ce81207 release alpm handle 2021-07-29 00:45:45 +02:00
156ac4c2cb reinit alpm after pacman sync 2021-07-29 00:43:22 +02:00