Closed
Description
Description
Steps to reproduce:
docker run --name gitea -p 3000:3000 -e GITEA__security__INSTALL_LOCK=true -d gitea/gitea:1.16.8-rootless
docker exec gitea gitea admin user create --admin --username root --password admin1234 --email [email protected]
docker exec gitea mkdir /var/lib/gitea/data/log
- go to the web interface to create a test repository, with an initial README.md file
docker exec gitea mv /var/lib/gitea/git/repositories/root/test.git /var/lib/gitea/git/repositories/root/other.git
docker exec gitea gitea doctor --run hooks
What is expected?
$ docker exec gitea gitea doctor --run hooks
[1] Check if hook files are up-to-date and executable
- [W] old hook file /var/lib/gitea/git/repositories/root/test.git/hooks/pre-receive does not exist
- [W] hooks directory /var/lib/gitea/git/repositories/root/test.git/hooks/pre-receive.d does not exist
- [W] new hook file /var/lib/gitea/git/repositories/root/test.git/hooks/pre-receive.d/gitea does not exist
- [W] old hook file /var/lib/gitea/git/repositories/root/test.git/hooks/update does not exist
- [W] hooks directory /var/lib/gitea/git/repositories/root/test.git/hooks/update.d does not exist
- [W] new hook file /var/lib/gitea/git/repositories/root/test.git/hooks/update.d/gitea does not exist
- [W] old hook file /var/lib/gitea/git/repositories/root/test.git/hooks/post-receive does not exist
- [W] hooks directory /var/lib/gitea/git/repositories/root/test.git/hooks/post-receive.d does not exist
- [W] new hook file /var/lib/gitea/git/repositories/root/test.git/hooks/post-receive.d/gitea does not exist
OK
What actually happens?
The output is truncated, the line with OK is never shown and other lines are truncated randomly:
$ docker exec gitea gitea doctor --run hooks
[1] Check if hook files are up-to-date and executable
- [W] old hook file /var/lib/gitea/git/repositories/root/test.git/hooks/pre-receive does not exist
Gitea Version
1.16.8
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
Operating System
How are you running Gitea?
Database
SQLite