anonfunc
anonfunc pushed to master at ALHP/alhp-keyring 2022-05-22 18:10:49 +02:00
72f7756ab5 Update keyring
anonfunc commented on issue ALHP/ALHP.GO#119 2022-05-22 17:11:44 +02:00
[build failure] package dmraid

Some projects force a certain level of optimization, which we should not touch.

I feel like that might just be historic, like forcing a higher optimizasion but GCC instroduced a more…

anonfunc pushed to master at ALHP/ALHP.GO 2022-05-22 16:51:19 +02:00
d56a25e397 Merge pull request 'fix clang builds' (#123) from RubenKelevra/ALHP.GO:fix/clang_builds into master
df3ae03f6d fix clang builds
Compare 2 commits »
anonfunc merged pull request ALHP/ALHP.GO#123 2022-05-22 16:51:18 +02:00
fix clang builds
anonfunc pushed to master at ALHP/ALHP.GO 2022-05-21 20:30:39 +02:00
47552c88d8 do not purge packages that are just skipped
anonfunc commented on pull request ALHP/ALHP.GO#117 2022-05-21 20:25:57 +02:00
feat/additional_optimizations

That may be a good idea, since we can talk about specific options in detail instead of creating a huge messy thread here.

anonfunc commented on issue ALHP/ALHP.GO#122 2022-05-21 20:24:19 +02:00
Disappearing/missing packages

Seems like some of them are stuck in a build loop. They get build, housekeeping then resets them since their repo-version is not set for some reason. I'll have another look, something is still not…

anonfunc commented on issue ALHP/ALHP.GO#122 2022-05-20 17:33:10 +02:00
Disappearing/missing packages

I think I found the problem. Should be fixed with the last few commits. I'll keep monitoring for a while, wen can leave this open until we are sure it does not repeat.

anonfunc commented on issue ALHP/ALHP.GO#119 2022-05-20 17:22:59 +02:00
[build failure] package dmraid

Some project force a certain level of optimization, which we should not touch. About -Werror=format-security: That should be handled by upstream Arch. If we begin to modify PKGBUILDS for…

anonfunc commented on issue ALHP/ALHP.GO#114 2022-05-20 17:17:29 +02:00
Use fat-lto-objects to avoid rebuild on LTO failure

This would increase overall build time, not sure that tradeoff is worth, especially since detecting LTO build failures is a one-off thing.

anonfunc pushed to master at ALHP/ALHP.GO 2022-05-20 12:46:14 +02:00
bb16bdcb61 fixed purging with no packages present to purge
anonfunc pushed to master at ALHP/ALHP.GO 2022-05-20 12:31:22 +02:00
bcea0e99cb do not clear hash and status to avoid loops on skipped packages
anonfunc commented on issue ALHP/ALHP.GO#122 2022-05-20 12:24:34 +02:00
Disappearing/missing packages

Hi @sirlucjan,

yes, they should have never left the repo. There seems to be a bug somewhere in the package-pruge logic. I'll have a look.

anonfunc pushed to master at ALHP/ALHP.GO 2022-05-20 12:22:56 +02:00
f051709c4f fixed purge does not trigger a rechecking of purged package
anonfunc pushed to master at ALHP/ALHP.GO 2022-05-20 12:20:19 +02:00
3f30b9d6a1 detect packages with no repo-version while housekeeping
anonfunc pushed to master at ALHP/ALHP.GO 2022-05-18 14:27:58 +02:00
65d6e7e135 make findpkgfiles fallback to srcinfo
anonfunc pushed to master at ALHP/ALHP.GO 2022-05-18 14:09:54 +02:00
dd118c5f97 error handling if findPkgFiles is called without a valid dbpkg
anonfunc pushed to master at ALHP/ALHP.GO 2022-05-18 14:03:17 +02:00
ca85586118 add dbpkg to proto on queue gen
anonfunc pushed to master at ALHP/ALHP.GO 2022-05-18 13:49:48 +02:00
78666f9899 remove packages skipped or of undefined status
anonfunc pushed to master at CSGOWTF/csgowtfd 2022-05-17 23:47:31 +02:00
b8b9f82067 use fallback if not x-forwarded-for is present