Gitea: Problems with the new release 1.11.7

Created on 18 Jun 2020  路  14Comments  路  Source: go-gitea/gitea

  • Gitea version (or commit ref): commit 7937f1463a9be43574460b14fe7a509ca62ecd6d (HEAD -> release/v1.11, tag: v1.11.7, origin/release/v1.11)
  • Git version: 1.11.7
  • Operating system: Linux pi-manager 4.19.118-v7l+ #1311 SMP Mon Apr 27 14:26:42 BST 2020 armv7l GNU/Linux
  • Database (use [x]):

    • [ ] PostgreSQL

    • [ ] MySQL

    • [ ] MSSQL

    • [x] SQLite

  • Can you reproduce the bug at https://try.gitea.io:

    • [ ] Yes (provide example URL)

    • [ ] No

    • [x] Not relevant

  • Log gist:

Description

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.

Screenshots

image

image

All 14 comments

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

image

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 just make 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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

adpande picture adpande  路  3Comments

thehowl picture thehowl  路  3Comments

jorise7 picture jorise7  路  3Comments

haytona picture haytona  路  3Comments

flozz picture flozz  路  3Comments