anonfunc
anonfunc commented on issue ALHP/ALHP.GO#93 2022-01-31 16:57:55 +01:00
makepkg.conf still with march=x86-64

While we could patch this into pacman for x86-64-v2/x86-64-v3, I see no real reason to do that. Users are encouraged to setup their makepkg.conf anyways (to enable -j$(nproc) for example), if…

anonfunc commented on issue ALHP/ALHP.GO#85 2022-01-31 16:53:19 +01:00
Debug Symbols

I'll wait until there is more information available about rust & go packages. I do not want to write this multiple times. As soon as there are solutions for all possible binary packages I'll add…

anonfunc commented on issue ALHP/ALHP.GO#94 2022-01-31 14:30:47 +01:00
qt5-base pkg apparently missing

This should be fixed now.

anonfunc pushed to master at ALHP/ALHP.GO 2022-01-30 00:49:14 +01:00
9d79bf0613 skip package if not found in db
anonfunc commented on issue ALHP/ALHP.GO#82 2022-01-30 00:42:02 +01:00
Broken signature on community-x86-64-v3 again.

Can you switch mirror and see if that solves it?

anonfunc commented on issue ALHP/ALHP.GO#82 2022-01-29 23:44:50 +01:00
Broken signature on community-x86-64-v3 again.

What mirror do you use? I can't reproduce it with alhp.harting.dev/alhp.anonfunc.dev.

anonfunc pushed to master at anonfunc/aur-packages 2022-01-24 00:15:58 +01:00
bc9d1fa5dc upgpkg: thumbor 7.0.2-2
anonfunc pushed to master at anonfunc/aur-packages 2022-01-24 00:06:08 +01:00
ccb4f10cb2 Initial upload: python-socketfromfd 0.2.0-1
anonfunc pushed to master at anonfunc/aur-packages 2022-01-24 00:04:31 +01:00
e7a166b0ff Initial upload: python-socketfromfd 0.2.0-1
anonfunc pushed to master at anonfunc/aur-packages 2022-01-23 18:58:22 +01:00
31161cab35 upgpkg: thumbor 7.0.2-1
anonfunc commented on issue ALHP/ALHP.GO#78 2022-01-21 15:29:28 +01:00
Dependency aware package build order

I forget to mention it here, but I implemented @burrhole 's suggestion in e0e76af757.

I would like a more sophisticated…

anonfunc pushed to master at ALHP/ALHP.GO 2022-01-21 13:02:27 +01:00
79f7690a68 move parseWG.done() after buildWG has been increased
anonfunc pushed to master at ALHP/ALHP.GO 2022-01-21 12:56:43 +01:00
b9dec56a31 added delay for builds to start before waiting for builds
anonfunc pushed to master at ALHP/ALHP.GO 2022-01-21 12:33:50 +01:00
761cc47c3a error if svn2git version is not initialized
anonfunc pushed to master at ALHP/ALHP.GO 2022-01-21 12:16:28 +01:00
d574252d9b remove from parse WG after build has been issued
anonfunc pushed to master at ALHP/ALHP.GO 2022-01-21 02:14:04 +01:00
bc23d2782a removed duplicate log
anonfunc pushed to master at ALHP/ALHP.GO 2022-01-21 02:10:48 +01:00
7265635609 only log if packages were requeued
anonfunc pushed to master at ALHP/ALHP.GO 2022-01-21 01:53:55 +01:00
e1df856398 don't requeue package if it has already disabled LTO
anonfunc pushed to master at ALHP/ALHP.GO 2022-01-21 01:47:20 +01:00
31af024b6a handle ld-error different to set LTO
anonfunc pushed to master at ALHP/ALHP.GO 2022-01-21 01:41:21 +01:00
da6df92ed1 move log housekeeping to separate function