patches: add v1.6.0 de-brand series and register it as latest #1
@@ -38,6 +38,8 @@ s3-gateway/
|
||||
│ ├── publish-release.sh # upload dist/* to a Gitea release
|
||||
│ └── run.sh # local end-to-end: clone + patch + build one tag
|
||||
├── patches/
|
||||
│ ├── v1.6.0/
|
||||
│ │ └── 0001-webui-debrand.patch
|
||||
│ └── v1.5.0/
|
||||
│ └── 0001-webui-debrand.patch
|
||||
├── .gitea/workflows/build.yml
|
||||
@@ -77,6 +79,7 @@ Currently maintained:
|
||||
|
||||
| Upstream tag | Patch set | Contents |
|
||||
|--------------|---------------|-----------------------------------|
|
||||
| `v1.6.0` | `v1.6.0/` | `0001-webui-debrand.patch` |
|
||||
| `v1.5.0` | `v1.5.0/` | `0001-webui-debrand.patch` |
|
||||
|
||||
### What the de-brand patch does
|
||||
|
||||
@@ -12,5 +12,7 @@
|
||||
# patches directory under patches/ to apply (defaults to `tag`)
|
||||
|
||||
versitygw:
|
||||
- tag: v1.6.0
|
||||
patches: v1.6.0
|
||||
- tag: v1.5.0
|
||||
patches: v1.5.0
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user