You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* upstream/main:
Clarify the logger's MODE config option (go-gitea#26267)
speed up TestEventSourceManagerRun (go-gitea#26262)
Merge `templates/projects/list.tmpl` and `templates/repo/projects/list.tmpl` together (go-gitea#26265)
Allow editing push mirrors after creation (go-gitea#26151)
Update Arch linux URL from community to extra (go-gitea#26273)
Fix due date rendering the wrong date in issue (go-gitea#26268)
Some fixes of the prompt of new branches (go-gitea#26257)
Copy file name to clipboardExpand all lines: docs/content/installation/from-package.en-us.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ apk add gitea
40
40
41
41
## Arch Linux
42
42
43
-
The rolling release distribution has [Gitea](https://www.archlinux.org/packages/community/x86_64/gitea/) in their official community repository and package updates are provided with new Gitea releases.
43
+
The rolling release distribution has [Gitea](https://www.archlinux.org/packages/extra/x86_64/gitea/) in their official extra repository and package updates are provided with new Gitea releases.
return"", "", writerMode, fmt.Errorf("invalid log writer type (mode): %s", writerType)
168
+
return"", "", writerMode, fmt.Errorf("invalid log writer type (mode): %s, maybe it needs something like 'MODE=file' in [log.%s] section", writerType, modeName)
0 commit comments