diff options
author | Anthony Wang | 2022-06-14 06:51:00 +0800 |
---|---|---|
committer | Anthony Wang | 2022-06-14 06:51:00 +0800 |
commit | 188b6ab13227868ed637da09901c868069cd3675 (patch) | |
tree | 0fe2d834122d60aed3263aeeac26d729065a7843 | |
parent | 5fd5f7b3a7b8dbfcb57d2c4439d0ef62f45c03ab (diff) |
Update 'Development'
-rw-r--r-- | Development.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Development.md b/Development.md index bb90592..647c2b0 100644 --- a/Development.md +++ b/Development.md @@ -2,10 +2,10 @@ The [repository](https://gitea.com/Ta180m/gitea) has several branches:
-* [main](https://gitea.com/Ta180m/gitea/src/branch/dev) is where development happens and is deployed for testing at https://git.exozy.me/. Commits to this branch are usually cherry-picked to the feature branches as needed.
* [feature-activitypub](https://gitea.com/Ta180m/gitea/src/branch/feature-activitypub) corresponds to [PR #19133](https://github.com/go-gitea/gitea/pull/19133).
-* [feature-manual-inbox-outbox](https://gitea.com/Ta180m/gitea/src/branch/feature-manual-inbox-outbox) contains an experimental inbox/outbox implementation. I will make a new branch with cleaner code for my upcoming inbox/outbox Gitea PR.
+* [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.
-All the other branches mostly contain some experimental code and aren't important.
+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.
|