anonfunc
anonfunc pushed to main at ALHP/ALHP.GO 2024-06-22 20:03:44 +02:00
e3ce572dfa fix typo in error message
anonfunc pushed to main at ALHP/ALHP.GO 2024-06-22 20:02:31 +02:00
38a7b6562c add glob matching for no-build list
b510954115 update deps
Compare 2 commits »
anonfunc commented on issue ALHP/alhp-mirrorlist#22 2024-06-17 11:37:53 +02:00
Cloudflare issues with main meta-mirror

Looks good, closing this then.

anonfunc closed issue ALHP/alhp-mirrorlist#22 2024-06-17 11:37:53 +02:00
Cloudflare issues with main meta-mirror
anonfunc commented on pull request TAIGA/TAIGA#2 2024-06-16 13:10:49 +02:00
Fixed Heroic, obsidiorite

Closing this as stable.

anonfunc closed pull request TAIGA/TAIGA#2 2024-06-16 13:10:49 +02:00
Fixed Heroic, obsidiorite
anonfunc commented on issue ALHP/alhp-keyring#3 2024-06-15 22:16:41 +02:00
Invaild Keyring

Good. I'm still tweaking the new CDN, I just added a cache bypass for the db's, can you test it again, maybe with pacman -Suyy if necessary?

anonfunc commented on issue ALHP/alhp-keyring#3 2024-06-15 21:04:14 +02:00
Invaild Keyring

What mirror do you use?

anonfunc commented on issue ALHP/alhp-mirrorlist#22 2024-06-15 18:01:44 +02:00
Cloudflare issues with main meta-mirror

@Forge I added a ALHP provided CDN mirror, you can test that one if you want :)

anonfunc pushed to master at anonfunc/aur-packages 2024-06-15 17:59:52 +02:00
4b3426e96f upgpkg: alhp-mirrorlist 20240615-1
anonfunc pushed to master at anonfunc/aur-packages 2024-06-15 17:56:27 +02:00
9b1bb89016 upgpkg: adguardhome 1:0.107.51-1
anonfunc pushed tag 20240615 to ALHP/alhp-mirrorlist 2024-06-15 17:53:44 +02:00
anonfunc deleted tag 20240615 from ALHP/alhp-mirrorlist 2024-06-15 17:52:59 +02:00
anonfunc commented on pull request ALHP/alhp-mirrorlist#21 2024-06-15 17:52:02 +02:00
Add mirrors.dotsrc.org mirror (Denmark)

Merged in ebe823cb93.

anonfunc closed pull request ALHP/alhp-mirrorlist#21 2024-06-15 17:52:02 +02:00
Add mirrors.dotsrc.org mirror (Denmark)
anonfunc pushed to master at ALHP/alhp-mirrorlist 2024-06-15 17:44:51 +02:00
ebe823cb93 Squashed commit of the following:
anonfunc commented on pull request ALHP/alhp-mirrorlist#21 2024-06-15 17:42:51 +02:00
Add mirrors.dotsrc.org mirror (Denmark)

I'm so sorry, I seem to forgot about this PR. Adding it now.

anonfunc pushed tag 20240615 to ALHP/alhp-mirrorlist 2024-06-15 17:40:31 +02:00
anonfunc pushed to master at ALHP/alhp-mirrorlist 2024-06-15 17:37:32 +02:00
2280e7c503 add new alhp-operated mirror
anonfunc commented on issue ALHP/ALHP.GO#249 2024-06-15 14:48:54 +02:00
Package extra/john illegal hardware instruction with -O3

It doesn't need to include these flags, they are enabled by march (and further optimization based on these flags by -O3, thats why you only had the SIGILL on -O3) . What Arch is doing in…