blob: 29bcffd34390d1d5f9b99ec07bb3c913502af2a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
## @Ta180m workflow
The [repository](https://gitea.com/Ta180m/gitea) has several branches:
* [main](https://gitea.com/Ta180m/gitea/src/branch/main) corresponds to (insert future Gitea PR). Development mainly happens on this branch.
* [feature-activitypub](https://gitea.com/Ta180m/gitea/src/branch/feature-activitypub) corresponds to [PR #19133](https://github.com/go-gitea/gitea/pull/19133) which has been merged.
All the other branches mostly contain some experimental or old code and aren't important.
For testing, I run `TAGS="bindata sqlite sqlite_unlock_notify" make && sudo systemctl stop gitea && sudo cp gitea /usr/bin/gitea && sudo systemctl start gitea` to deploy to https://git.exozy.me/ It's not the cleanest or fastest solution but it works.
I also have a testing instance at https://test.exozy.me.
|