anonfunc
anonfunc pushed to master at ALHP/ALHP.GO 2022-03-09 19:05:33 +01:00
f7d2e8ccc7 improved logging
c2abe68483 regenerated ent with new version
Compare 2 commits »
anonfunc pushed to master at ALHP/ALHP.GO 2022-03-07 17:20:31 +01:00
ed2a42318e more follow-up fixes for new build-queue
65f3247d20 added success logging
Compare 2 commits »
anonfunc pushed to master at CSGOWTF/csgowtfd 2022-03-07 12:56:59 +01:00
9834095806 move login retry max to config
anonfunc commented on issue ALHP/ALHP.GO#104 2022-03-06 15:32:00 +01:00
Local package is newer than <repo>

gc failed to build, as you can see here.

anonfunc commented on issue ALHP/ALHP.GO#104 2022-03-06 11:45:50 +01:00
Local package is newer than <repo>

This happens if ALHP removes a package (or packages) from the repo. There are multiple reasons why this can happen:

  • failing to build
  • some dependency is not up to date (and since ALHP does not…
anonfunc commented on issue ALHP/ALHP.GO#68 2022-03-04 13:49:13 +01:00
modules linked to 'linux' fail with x86_64-v3 'linux'

I'm currently somewhat busy with work, I'm not sure when I can find the time working on this.

I'll accept PRs for this of course, but this is not exactly first-PR material.

anonfunc commented on issue ALHP/ALHP.GO#103 2022-03-03 20:15:24 +01:00
Can't use dkms with linux-zen

I tested linux-zen and linux-lts, both seem fine. Can you confirm its working on your end?

anonfunc commented on issue ALHP/ALHP.GO#103 2022-03-03 12:49:22 +01:00
Can't use dkms with linux-zen

linux-lts is already builing, so I requeued the rest and removed it for now until new builds come in.

anonfunc commented on issue ALHP/ALHP.GO#103 2022-03-03 10:14:18 +01:00
Can't use dkms with linux-zen

Hi @crab2313, on what linux-zen version are you currently? The issue you linked was for linux-lts, but you got the same problem with linux-zen, do I understand this correctly?

anonfunc renamed repository from API to CSGOWTF/csgowtf-api 2022-03-02 15:07:26 +01:00
anonfunc pushed to master at CSGOWTF/csgowtf-api 2022-03-02 14:55:37 +01:00
477c48d19d Update 'api.csgowtf.json'
anonfunc pushed to master at CSGOWTF/csgowtf-api 2022-03-02 14:38:43 +01:00
01191cd84d Update 'api.csgowtf.yaml'
anonfunc pushed to master at CSGOWTF/csgowtf-api 2022-03-02 14:11:44 +01:00
2a95762974 Update 'csgowtf_api.yaml'
anonfunc pushed to master at CSGOWTF/csgowtf-api 2022-03-02 14:11:28 +01:00
1683c9ee6b Add 'csgowtf_api.yaml'
anonfunc created repository CSGOWTF/csgowtf-api 2022-03-02 14:10:46 +01:00
anonfunc pushed to master at CSGOWTF/csgowtfd 2022-03-02 09:58:39 +01:00
95c92d44f8 improvements around connection logic
e350f940c8 improved logging
Compare 2 commits »
anonfunc pushed to master at CSGOWTF/csgowtfd 2022-03-01 21:24:50 +01:00
0d2a5ef084 fixed initial steam connection /2
anonfunc pushed to master at CSGOWTF/csgowtfd 2022-03-01 21:23:36 +01:00
126e96a4a9 fixed initial steam connection
anonfunc pushed to master at CSGOWTF/csgowtfd 2022-03-01 21:21:29 +01:00
d0679bd3b7 another try at improving connection handling
anonfunc commented on issue ALHP/ALHP.GO#87 2022-02-28 11:16:32 +01:00
Using "mold" for lto instead of gcc "gold"

Good news.

Reading

Native LTO (link-time optimization) support has been added. mold used to invoke ld.bfd or ld.lld if it encountered a GCC IR (intermediate representation) file or an LLVM IR…