1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flohmarkt_ynh.git synced 2024-09-03 18:36:30 +02:00

back to working version for main

I'll continue on branch testing...
This commit is contained in:
Chris Vogel 2024-04-19 17:06:25 +02:00
parent 4776c06208
commit 408f7de403
2 changed files with 9 additions and 13 deletions

View file

@ -157,12 +157,11 @@ ram.runtime = "100M"
[resources.apt]
# python dependencies shall be installed in a venv using pip.
packages = "python3-pip python3-full curl apt-transport-https gnupg"
# repo for couchdb
extras.couchdb.repo = "deb https://apache.jfrog.io/artifactory/couchdb-deb/ __YNH_DEBIAN_VERSION__ main"
# extras.couchdb.repo = "deb https://apache.jfrog.io/artifactory/couchdb-deb/ bullseye main"
extras.couchdb.key = "https://couchdb.apache.org/repo/keys.asc"
extras.couchdb.packages = ["couchdb"]
extras.couchdb.name = "couchdb"
# repo for couchdb - doesn't work, yet
# extras.couchdb.repo = "deb https://apache.jfrog.io/artifactory/couchdb-deb/ __YNH_DEBIAN_VERSION__ main"
# extras.couchdb.key = "https://couchdb.apache.org/repo/keys.asc"
# extras.couchdb.packages = ["couchdb"]
# extras.couchdb.name = "couchdb"
[antifeatures]

View file

@ -41,13 +41,10 @@ couchdb couchdb/adminpass_again password $password_couchdb_admin
couchdb couchdb/adminpass_again seen true" | debconf-set-selections
DEBIAN_FRONTEND=noninteractive # apt-get install -y --force-yes couchdb
# ynh_install_extra_app_dependencies \
# --repo="deb https://apache.jfrog.io/artifactory/couchdb-deb/ $(lsb_release -c -s) main" \
# --key="https://couchdb.apache.org/repo/keys.asc" \
# --package="couchdb"
#
# replaced by:
ynh_package_install couchdb
ynh_install_extra_app_dependencies \
--repo="deb https://apache.jfrog.io/artifactory/couchdb-deb/ $(lsb_release -c -s) main" \
--key="https://couchdb.apache.org/repo/keys.asc" \
--package="couchdb"
# add couchdb configuration
ynh_script_progression --message="Adding a configuration file..." --weight=2