vault backup: 2024-12-19 14:14:17
This commit is contained in:
parent
17490a30c5
commit
41adce38b9
|
|
@ -29,8 +29,15 @@ Makefile
|
||||||
|
|
||||||
Inject via commandline instead of use via Git tag:
|
Inject via commandline instead of use via Git tag:
|
||||||
```
|
```
|
||||||
|
$ rm gitea
|
||||||
jerry@mango:~/src/github.com/xor-gate/gitea $ GITEA_VERSION="v1.21.11-adi1" TAGS="sqlite sqlite_unlock_notify" make backend
|
jerry@mango:~/src/github.com/xor-gate/gitea $ GITEA_VERSION="v1.21.11-adi1" TAGS="sqlite sqlite_unlock_notify" make backend
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Crosscompile to linux-amd64
|
||||||
|
|
||||||
|
```
|
||||||
|
GOOS="linux" GOARCH="amd64" TAGS="bindata sqlite sqlite_unlock_notify" make backend
|
||||||
|
```
|
||||||
## When Administrator is logged in it should be visual different from normal user #32894
|
## When Administrator is logged in it should be visual different from normal user #32894
|
||||||
|
|
||||||
* gitea/web_src/css/modules/navbar.css
|
* gitea/web_src/css/modules/navbar.css
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue