mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
tests: flake8 not happy about escape sequence in comment @_@
This commit is contained in:
parent
e59a4f849a
commit
ecc4c2bd1c
1 changed files with 3 additions and 3 deletions
|
@ -294,9 +294,9 @@ class SourcesResource(AppResource):
|
||||||
armhf.sha256 = "4355a46b19d348dc2f57c046f8ef63d4538ebb936000f3c9ee954a27460dd865"
|
armhf.sha256 = "4355a46b19d348dc2f57c046f8ef63d4538ebb936000f3c9ee954a27460dd865"
|
||||||
|
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
autoupdate.asset.amd64 = ".*\.amd64.tar.gz"
|
autoupdate.asset.amd64 = ".*\\.amd64.tar.gz"
|
||||||
autoupdate.asset.i386 = ".*\.386.tar.gz"
|
autoupdate.asset.i386 = ".*\\.386.tar.gz"
|
||||||
autoupdate.asset.armhf = ".*\.arm.tar.gz"
|
autoupdate.asset.armhf = ".*\\.arm.tar.gz"
|
||||||
|
|
||||||
[resources.sources.zblerg]
|
[resources.sources.zblerg]
|
||||||
url = "https://zblerg.com/download/zblerg"
|
url = "https://zblerg.com/download/zblerg"
|
||||||
|
|
Loading…
Add table
Reference in a new issue