mirror of
https://github.com/YunoHost-Apps/libreto_ynh.git
synced 2024-09-03 19:36:14 +02:00
fix
This commit is contained in:
parent
04252add5b
commit
460df64d3e
3 changed files with 2 additions and 5 deletions
|
@ -14,11 +14,9 @@ license = "GPL-3.0-or-later"
|
|||
website = "https://libreto.net"
|
||||
demo = "https://libreto.net"
|
||||
code = "https://github.com/Ventricule/libreto"
|
||||
cpe = "???" # FIXME: optional but recommended if relevant, this is meant to contain the Common Platform Enumeration, which is sort of a standard id for applications defined by the NIST. In particular, Yunohost may use this is in the future to easily track CVE (=security reports) related to apps. The CPE may be obtained by searching here: https://nvd.nist.gov/products/cpe/search. For example, for Nextcloud, the CPE is 'cpe:2.3:a:nextcloud:nextcloud' (no need to include the version number)
|
||||
fund = "???" # FIXME: optional but recommended (or remove if irrelevant / not applicable). This is meant to be an URL where people can financially support this app, especially when its development is based on volunteers and/or financed by its community. YunoHost may later advertise it in the webadmin.
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.15"
|
||||
yunohost = ">= 11.1.19"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
ldap = false
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
#REMOVEME? YNH_PHP_VERSION="7.3"
|
||||
|
||||
COMMIT="76408f5e98a68156afa47996e670d110a1c6106d"
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -32,6 +32,7 @@ then
|
|||
git checkout master
|
||||
git pull --quiet
|
||||
git checkout $COMMIT --quiet
|
||||
git config --global --add safe.directory $install_dir/libreto/vendor/Markdownify
|
||||
git submodule update --init --recursive --quiet
|
||||
popd
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue