|
8c7a9aa205
|
fixed build errors out if builddir is not present
|
2022-08-14 14:06:48 +02:00 |
|
|
b48c75a177
|
fixed potential out of bounds
|
2022-08-13 22:03:16 +02:00 |
|
|
87cf1e5631
|
reworked queue building to use the db; multi threading for SRCINFO gen
|
2022-08-13 21:54:07 +02:00 |
|
|
0f46a95995
|
added SRCINFO caching via db
|
2022-08-13 20:48:34 +02:00 |
|
|
4ead1f74cd
|
more debug logging improvement
|
2022-08-13 11:04:43 +02:00 |
|
|
7b28db40ce
|
improved debug logging
|
2022-08-13 10:56:58 +02:00 |
|
|
1db73987fb
|
minor doc improvements
|
2022-08-13 00:01:32 +02:00 |
|
|
2791ed44fa
|
improved debug logging in mirror check
|
2022-06-22 14:11:52 +02:00 |
|
|
60f2b95bec
|
fixed typo
|
2022-06-22 13:17:03 +02:00 |
|
|
4b3339125c
|
fixed handling of new keys/ folder; added queue cleanup to housekeeping
|
2022-06-22 13:14:58 +02:00 |
|
|
08dd19c3ef
|
fixed missing space between flags
|
2022-06-19 02:58:28 +02:00 |
|
|
8d32d53e7a
|
ignore makepkg dir in repo root
|
2022-06-19 00:33:49 +02:00 |
|
|
622ba6ad1a
|
moved compiler flags out of code into flags.yaml
|
2022-06-18 23:57:53 +02:00 |
|
|
c0a4cb555b
|
fixed missing quotes
|
2022-06-16 21:53:57 +02:00 |
|
|
16cb95b5ea
|
Merge pull request 'set go optimization flag' (#121) from RubenKelevra/ALHP.GO:feat/optimize_go_builds into master
Reviewed-on: https://git.harting.dev/ALHP/ALHP.GO/pulls/121
|
2022-06-15 11:39:16 +02:00 |
|
|
5f0ba49868
|
Merge pull request 'add patching for rust flags' (#120) from RubenKelevra/ALHP.GO:feat/rust_flags into master
Reviewed-on: https://git.harting.dev/ALHP/ALHP.GO/pulls/120
|
2022-06-15 11:38:15 +02:00 |
|
RubenKelevra
|
20ea64acdc
|
remove cpu tune flag
Signed-off-by: RubenKelevra <rubenkelevra@git.harting.dev>
|
2022-06-14 10:20:51 +02:00 |
|
|
df3ae03f6d
|
fix clang builds
clang complains about an unknown flag beeing set:
clang-13: error: unknown argument: '-fdevirtualize-at-ltrans'
|
2022-05-22 14:01:33 +02:00 |
|
|
bb16bdcb61
|
fixed purging with no packages present to purge
|
2022-05-20 12:46:10 +02:00 |
|
|
3f30b9d6a1
|
detect packages with no repo-version while housekeeping
|
2022-05-20 12:20:14 +02:00 |
|
|
be46f92cbe
|
add patching for rust flags
|
2022-05-18 14:33:43 +02:00 |
|
|
97b3d4f2c8
|
set go optimization flag
|
2022-05-18 14:32:50 +02:00 |
|
|
ca85586118
|
add dbpkg to proto on queue gen
|
2022-05-18 14:03:13 +02:00 |
|
|
567f8d903f
|
fix typo
|
2022-05-11 21:05:43 +02:00 |
|
|
4153e53466
|
add -mpclmul and -devirtualize-at-ltrans
fixing #92 partly
|
2022-05-11 17:10:53 +02:00 |
|
|
ed2a42318e
|
more follow-up fixes for new build-queue
|
2022-03-07 17:20:24 +01:00 |
|
|
65f3247d20
|
added success logging
|
2022-02-19 19:44:04 +01:00 |
|
|
270889bf5c
|
followup fixes for new weighted build-queue
|
2022-02-19 19:39:48 +01:00 |
|
|
ba159e0a72
|
switched to weighted build-queue
|
2022-02-19 18:03:55 +01:00 |
|
|
e4daa72230
|
improved logging
|
2022-02-16 09:11:30 +01:00 |
|
|
47f0fb6c66
|
refactor utils.go, error handling
|
2022-02-16 08:11:34 +01:00 |
|
|
31cf59e6e9
|
fixed some problems reported by golint and ineffassign
|
2022-02-14 13:14:21 +01:00 |
|
|
5841d1c201
|
fixed small perm problem
|
2022-02-14 02:08:59 +01:00 |
|
|
c7ba7340a5
|
added debuginfod support
|
2022-02-13 22:33:57 +01:00 |
|
|
e9951f5d3b
|
fixed module path, again
|
2022-02-11 21:33:44 +01:00 |
|
|
b92b68f332
|
fixed package name
|
2022-02-10 19:18:23 +01:00 |
|
|
89d55a6bfd
|
fixed base not being compared if no srcinfo is available
|
2022-02-10 16:42:06 +01:00 |
|
|
b8967e6080
|
fixed accessing srcinfo without it being initialized
|
2022-02-10 16:31:24 +01:00 |
|
|
ea8fe72158
|
compare packagebase to sort out packages that were merged/split from splitpackages
|
2022-02-10 16:29:37 +01:00 |
|
|
7c993e1bc1
|
added error to log
|
2022-02-10 14:34:05 +01:00 |
|
|
3a6dc45089
|
improved error handling for errors fetching packages from db in HK
|
2022-02-10 14:31:45 +01:00 |
|
|
b7a49ec6c1
|
removed unneeded var
|
2022-02-07 18:38:49 +01:00 |
|
|
211981512b
|
improved logging for missing split-packages
|
2022-02-07 17:49:49 +01:00 |
|
|
b484f7d4d7
|
added split-package check to housekeeping
|
2022-02-07 17:46:16 +01:00 |
|
|
02928a4d0d
|
fixed packages being removed while db was down; better error handling
|
2022-02-07 15:55:33 +01:00 |
|
|
9d79bf0613
|
skip package if not found in db
|
2022-01-30 00:49:09 +01:00 |
|
|
761cc47c3a
|
error if svn2git version is not initialized
|
2022-01-21 12:33:45 +01:00 |
|
|
bc23d2782a
|
removed duplicate log
|
2022-01-21 02:14:02 +01:00 |
|
|
7265635609
|
only log if packages were requeued
|
2022-01-21 02:10:43 +01:00 |
|
|
e1df856398
|
don't requeue package if it has already disabled LTO
|
2022-01-21 01:53:50 +01:00 |
|