efahl

Results 117 comments of efahl

> ... "supported_devices":["glinet,gl-mt2500-airoha", ... It's an upstream error for that device, see https://github.com/openwrt/openwrt/issues/20566

> gl-mt2500: gl-mt2500-airoha, That's the only problematic one of those that you show for the current state, and it is resolved by the pending PR.

This is not a bug in ASU, its root cause is the `SUPPORTED_DEVICES` for these two specific devices, which also manifests as an issue when using `sysupgrade`. Don't waste your...

> `sysupgrade` is not working? Correct. You can at present install either the mt2500 or -airoha image variant on either device. `sysupgrade` does not give the expected "Device X not...

The commit message is spot on. > the unversioned virtual packages (e.g., libfake), but not the versioned base package (libsqlite3=3.51.0-r1) (edit: at least that's how I understood this after some...

I've been using a list of cases so I can rationalize about this. See if you think this is complete. ("Normal" packages don't have any ABI concerns; "ABI" packages are...

Example use of the API: ``` $ curl -s 'https://my-asu-server.lan/api/v1/build-errors?n_entries=50' | awk 'NR>3 {print $2}' | sort | uniq -c | sort -nr 24 24.10-SNAPSHOT:ath79/generic:elecom_wrc-300ghbk2-i 19 24.10-SNAPSHOT:x86/64:generic 4 SNAPSHOT:x86/64:generic 2...

Searching around, it appears that several packages are doing this on a field-by-field basis already (I see a dozen uses in @dibdot's adblock and banip packages), so adding it in...

Not me, I'm just another person who submits PRs like you, without commit privileges.

@bam80, maybe you can get some ideas here to rewrite the commit message: My use case is to define port mappings on my generic devices (x86), so I go to...