mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #1791 from YunoHost/ci-format-debian/11.2.10.2
This commit is contained in:
commit
261e225e4f
1 changed files with 1 additions and 0 deletions
|
@ -351,6 +351,7 @@ class SourcesResource(AppResource):
|
||||||
It is also possible to define `autoupdate.upstream` to use a different Git repository instead of the code repository from the upstream section of the manifest. This can be useful when, for example, the app uses other assets such as plugin from a different repository.
|
It is also possible to define `autoupdate.upstream` to use a different Git repository instead of the code repository from the upstream section of the manifest. This can be useful when, for example, the app uses other assets such as plugin from a different repository.
|
||||||
|
|
||||||
If the upstream project provides non-standard tag or release names, you can fix this, with a regex with a matching group.
|
If the upstream project provides non-standard tag or release names, you can fix this, with a regex with a matching group.
|
||||||
|
|
||||||
For example, if tags look like `release-v4.1`, put:
|
For example, if tags look like `release-v4.1`, put:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
|
|
Loading…
Add table
Reference in a new issue