[x]
):I updated my local git clone and compiled the new release. like I do it every time. No compile errors. But the look&feel looks strange. Same problems in Chrome and FF. Actual versions. HTTP shows some 404 errors.
I switched back to 1.11.6. which works fine.
Did you build also styles?
and sometimes you have to clear the browser cache ...
and sometimes you have to clear the browser cache ...
Yes. I cleared the browser cache.
We've just released 1.12.0 please update to that version.
Did you build also styles?
I do this:
TAGS="bindata sqlite sqlite_unlock_notify" make generate build
after every release
We've just released 1.12.0 please update to that version.
O.k. I can try this. Its possible to go back to 1.11.6 when I have some problems?
I'm usind Nginx as proxy for my local gitea instance
We've just released 1.12.0 please update to that version.
I can't build 1.12.0 on my Raspi. Cause I nee the newest go version. I try to build 1.11.7 again.
build flag -mod=vendor only valid when using modules
CC= GOOS= GOARCH= go generate -mod=vendor -tags 'bindata sqlite sqlite_unlock_notify'
Gitea requires Go 1.12 or greater to build. You can get it at https://golang.org/dl/
make: *** [Makefile:177: go-check] Fehler 1
I downloaded now the official release
gitea-1.12.0-linux-arm-6
cause I can't compile it on my system.
We've just released 1.12.0 please update to that version.
With gitea-1.12.0-linux-arm-6 I see in the gitea.log
ORM engine initialization attempt #1/10...
if this reach #10/10 than the process is finished?
Changing make generate build
to just make build
should fix this.
Changing
make generate build
to justmake build
should fix this.
Thx for the info. But now I switched to the official gitea-1.12.0-linux-arm-6. And as I can see in the gitea.log the DB will be migrated. I think, I can't switch back to 1.11.
No problem, you might want to close this then. Issue is the extra generate
causes bindata to build too early and without webpack files resulting in a broken binary. Just remove it and it will build in the right order.
I will close my problem now, cause I switched to the official
gitea-1.12.0-linux-arm-6
release. Thx for the feedback & help!