anonfunc
anonfunc pushed to master at ALHP/ALHP.GO 2021-11-16 23:42:58 +01:00
ef402523c8 fixed html getting escaped
anonfunc pushed to master at ALHP/ALHP.GO 2021-11-16 23:30:38 +01:00
c77ec6d140 added LTO status to db and status page
anonfunc commented on issue ALHP/ALHP.GO#59 2021-11-16 19:17:31 +01:00
Problem with MPV

I had similar problems with mpv before (some years ago), caused by the soundsystem (pulse or pipewire) not letting mpv stream its audio, filling the buffer until it just stops (which can happen…

anonfunc commented on issue ALHP/ALHP.GO#59 2021-11-16 18:11:28 +01:00
Problem with MPV

Did this start just recently or since you switched to ALHP?

anonfunc commented on issue ALHP/ALHP.GO#59 2021-11-16 18:06:14 +01:00
Problem with MPV

I'm using mpv daily, no problems here. I would suggest checking your audio setup and starting mpv via terminal to see whats going wrong.

anonfunc commented on issue ALHP/ALHP.GO#58 2021-11-15 17:30:54 +01:00
ALHP for arch testing repos?

There is no technical reason to not build testing, but I see no practical reason to build it. testing, as the name suggests, provides a opportunity to tests if package X works as expected and…

anonfunc commented on issue ALHP/ALHP.GO#57 2021-11-15 17:03:14 +01:00
NodeJS need rebuild without LTO

Not all packages (that need version constraints) have version constrains. You can't assume all packagers/maintainers are gonna add them, they are optional after all. Its better to make sure we have…

anonfunc commented on issue ALHP/ALHP.GO#57 2021-11-15 16:47:29 +01:00
NodeJS need rebuild without LTO

nodejs needs to be on the LTO list, indeed.

The builder does not wait for our own builds, since it always builds with vanilla packages. ALHP is truly waiting for nodejs-17.1.0-1, because it is…

anonfunc commented on issue ALHP/ALHP.GO#38 2021-11-14 23:56:02 +01:00
Mirrors

Difficult to answer, since it really depends on many factors. I have no dedicated stats for ALHP, but considering the whole server traffic usage I would imagine <500GB/month.

But, like I said, it…

anonfunc commented on issue ALHP/ALHP.GO#38 2021-11-14 22:07:19 +01:00
Mirrors

If I wanted to setup something like this (a mirror) would there be a way to limit the amount of traffic I get? (without throwing annoying errors at users)?

You can always rate-limit your…

anonfunc commented on issue ALHP/ALHP.GO#56 2021-11-14 21:32:37 +01:00
Blacklist/skip precompiled packages

Could this also be done automatically by comparing whether the package contents are the same as in upstream package?

If I remember correctly the reproducible builds check does something similar…

anonfunc commented on issue ALHP/ALHP.GO#54 2021-11-14 21:28:28 +01:00
LLVM, LLVM-Libs, Clang and lld need a rebuild

It'll be build if I requeue it or a new version appears. I may requeue it later.

anonfunc commented on issue ALHP/ALHP.GO#34 2021-11-14 15:53:21 +01:00
Sigature Error

That explains why I could not reproduce it. Good you figured it out.

anonfunc commented on issue ALHP/ALHP.GO#38 2021-11-14 13:12:15 +01:00
Mirrors

At the moment the Alhp server is the build server and repo at the same time.

My thoughts is, the current Alhp server, just become the build server, then the repos mirror would retrieve the…

anonfunc commented on issue ALHP/ALHP.GO#56 2021-11-14 13:09:13 +01:00
Blacklist/skip precompiled packages

I would suggest removing the really big ones (cuda for example). Removing all might be a very time consuming task, especially if you remember this list is subject to change based on upstream arch…

anonfunc pushed to master at ALHP/ALHP.GO 2021-11-14 12:36:22 +01:00
e6ac0a1a6e updated readme with mirrors
anonfunc commented on issue ALHP/ALHP.GO#38 2021-11-14 12:21:31 +01:00
Mirrors

If more people start mirroring this. Maybe you can setup a ahlp-mirrorlist package just like the chaoticaur unofficial repo with their chaoticaur-mirrorlist package. Just a thought 👍

anonfunc commented on issue ALHP/ALHP.GO#34 2021-11-14 12:16:45 +01:00
Sigature Error

Works fine for me. Can you retest to confirm its still there for you?

anonfunc commented on issue ALHP/ALHP.GO#17 2021-11-13 23:47:15 +01:00
Provide x86-64-v2

'Distributed' building like that brings some challenges:

  • signing
  • coordinating (if multiple 'buildserver' exist)
  • distribution (how to get build packages were they need to be)

All technical…

anonfunc commented on issue ALHP/ALHP.GO#38 2021-11-13 22:51:03 +01:00
Mirrors

Done.

Mirroring via rsync

rsync://alhp.harting.dev/alhp

I highly recommend using…