Commit Graph

112 Commits

Author SHA1 Message Date
be276f9ead increase our own build-version if rebuild 2021-11-27 01:28:42 +01:00
1645c64314 do not include skipped packages in LTO stats 2021-11-25 13:51:59 +01:00
bad3bc36a6 added LTO stats to footer 2021-11-25 02:10:39 +01:00
743b08bba1 added automatic LTO fail detection for some cases based on build output 2021-11-25 01:50:49 +01:00
67e9d30f6e added queued packages to footer 2021-11-24 13:24:41 +01:00
cd4cdadb66 added package(-base) stats to footer 2021-11-23 22:04:50 +01:00
de6bf0ea01 added log info for config reload 2021-11-23 01:13:50 +01:00
592034c314 added config reload 2021-11-22 16:50:12 +01:00
2d9e4e166a added kernel patching based on graysky2's patches 2021-11-21 23:46:21 +01:00
e2aa79e86f better dark mode 2021-11-21 18:27:03 +01:00
8c1e8c1835 switched status page to a dark theme, added archweb links 2021-11-21 15:24:27 +01:00
7d3da02bf2 do not panic if git pull fails 2021-11-20 16:15:00 +01:00
16d45fe662 fixed wg not being released 2021-11-20 15:24:07 +01:00
23b8c8a597 do not show lto status on failed packages 2021-11-20 01:25:32 +01:00
76b21b7770 check if package is available before build 2021-11-20 01:02:37 +01:00
66a21cba22 ignore dbpackage not existing in repoPurge 2021-11-20 00:06:44 +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
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
e38a1db340 also set starttime on successful build 2021-11-18 13:47:47 +01:00
c3b12f10f9 fixed negative buildtime on currently building packages 2021-11-18 13:46:56 +01:00
8467b17ffc switched from textfiles to db for failed package status 2021-11-18 13:22:10 +01:00
ef402523c8 fixed html getting escaped 2021-11-16 23:42:54 +01:00
c77ec6d140 added LTO status to db and status page 2021-11-16 23:30:31 +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
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
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
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
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
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
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
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