Ugly hack to install new deps in debian/control

This commit is contained in:
Alexandre Aubin 2020-05-07 18:08:12 +02:00
parent 5d811e2b39
commit 0b24aa68d5

View file

@ -11,6 +11,7 @@ postinstall:
image: before-postinstall image: before-postinstall
stage: postinstall stage: postinstall
script: script:
- apt install --no-install-recommends -y $(cat debian/control | grep "^Depends" -A50 | grep "Recommends:" -B50 | grep "^ *," | grep -o -P "[\w\-]{3,}")
- yunohost tools postinstall -d domain.tld -p the_password --ignore-dyndns - yunohost tools postinstall -d domain.tld -p the_password --ignore-dyndns
######################################## ########################################
@ -129,4 +130,4 @@ lint:
#format-check: #format-check:
# extends: .lint-stage # extends: .lint-stage
# script: # script:
# - black --check --diff # - black --check --diff