summaryrefslogtreecommitdiff
path: root/Development.md
blob: 99511b4384b02954e073feea954e35b48626629c (plain)
1
2
3
4
5
6
7
8
9
10
11
## @Ta180m workflow

The [repository](https://gitea.com/Ta180m/gitea) has several branches:

* [feature-activitypub](https://gitea.com/Ta180m/gitea/src/branch/feature-activitypub) corresponds to [PR #19133](https://github.com/go-gitea/gitea/pull/19133).
* [feature-go-ap-inbox-outbox](https://gitea.com/Ta180m/gitea/src/branch/feature-activitypub) corresponds to (insert future Gitea PR).
* [main](https://gitea.com/Ta180m/gitea/src/branch/main) is deployed to https://git.exozy.me/ when I'm not testing any of the other branches. Development action happens on the other branches and then the commits are merged to this branch.

All the other branches mostly contain some experimental or old code and aren't important.

For testing, I run `TAGS="bindata" make && sudo systemctl stop gitea && sudo cp gitea /usr/bin/gitea && sudo systemctl start gitea` on the `dev` branch to deploy to https://git.exozy.me/ It's not the cleanest or fastest solution but it works.