mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Further update allowed URLs.
This commit is contained in:
parent
f571aff93c
commit
5c4493ce96
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ re_app_instance_name = re.compile(
|
||||||
)
|
)
|
||||||
|
|
||||||
APP_REPO_URL = re.compile(
|
APP_REPO_URL = re.compile(
|
||||||
r"^https://[a-zA-Z0-9-_.]+/[a-zA-Z0-9-_./~]+/[a-zA-Z0-9-_.]+_ynh(/?(-/)?(tree|src/branch)/[a-zA-Z0-9-_.]+)?(\.git)?/?$"
|
r"^https://[a-zA-Z0-9-_.]+/[a-zA-Z0-9-_./~]+/[a-zA-Z0-9-_.]+_ynh(/?(-/)?(tree|src/(branch|tag|commit))/[a-zA-Z0-9-_.]+)?(\.git)?/?$"
|
||||||
)
|
)
|
||||||
|
|
||||||
APP_FILES_TO_COPY = [
|
APP_FILES_TO_COPY = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue