-
-
Notifications
You must be signed in to change notification settings - Fork 503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DietPi-Software | Gogs: Install latest version from GitHub #2999
Comments
@LazyLama At least for RPi2+ and x86_64 we could use the pre-compiled binaries. For RPi1/Zero those do not seem to work (gogs/gogs#3415), thus someone needs to compile it. I lack an ARMv6 RPi, so am not able to do so, without some nasty cross-compiling. |
PR up: #3006 |
@LazyLama
Shall we include the Gogs reinstall (update) in |
Hi MichaIng, Device model : RPi 3 Model B (armv7l) DietPi-Pre-patch ./pre-patch_file: line 141: ((: < 26 : syntax error: operand expected (error token is "< 26 ") DietPi-Update [ INFO ] DietPi-Update | Current version : v6.25.3 (branch: MichaIng/master)
|
@LazyLama The second is strange indeed, since even my RPi2 without actual Bluetooth, is able to load this overlay. It is to disable onboard Bluetooth, which we did by blacklisting the related modules only, previously, but now additionally add the (relatively new) dtoverlay to do that, which should further reduce hardware load and releases the serial device (ttyAMA0). First of all the overlays exist on your RPi, right? |
@LazyLama Okay that is a general minor issue when we load overlays during updates as the loaded kernel might not match the installed one. However this is not a real issue since those are loaded on next boot then via added config.txt entry. |
I'd say you can close this one out. Gogs is working as it should. Thanks again. |
@LazyLama Ah I know now why the overlay does not load. It just got renamed fron rpi3-disable-bt to disable-bt since it applies to RPi4 now as well. But that name change was part of firmware with kernel 4.19.58 which is available on Buster only currently. So it will not work on Stretch images until the next firmware release. However we will leave it inside for now as it doesn't hurt until then. |
Hi All,
I was wondering if you all could update the version of Gogs. Currently you have v0.9.141 which is pretty old as it was released back on Feb 11, 2017 [https://github.com/gogs/gogs/releases/tag/v0.9.141].
The text was updated successfully, but these errors were encountered: