1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/castopod_ynh.git synced 2024-09-03 18:16:14 +02:00

Merge pull request #42 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2021-09-04 17:20:06 +02:00 committed by GitHub
commit 3149554394
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 7 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Hosting platform made for podcasters
**Shipped version:** 1.0.0-69~ynh1
**Shipped version:** 1.0.0-70~ynh1
**Demo:** https://podcast.podlibre.org/@podlibre_fr

View file

@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Plateforme d'hébergement conçue pour les podcasteurs
**Version incluse :** 1.0.0-69~ynh1
**Version incluse :** 1.0.0-70~ynh1
**Démo :** https://podcast.podlibre.org/@podlibre_fr

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://code.podlibre.org/podlibre/castopod-host/uploads/4d098a6893346d36a554f491c6c1a21a/castopod-host-1.0.0-alpha.69.zip
SOURCE_SUM=d74977e36f549911408deda331d3984d8159e8991def055f4a97d79e7457b079
SOURCE_URL=https://code.podlibre.org/podlibre/castopod-host/uploads/d979ccf46d8426ccdbb838d460698f7d/castopod-host-1.0.0-alpha.70.zip
SOURCE_SUM=5628536dd692893a33ac09a1e46b90f59a9303f31bf0d2b42b15102ee2f51ef5
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Hosting platform made for podcasters",
"fr": "Plateforme d'hébergement conçue pour les podcasteurs"
},
"version": "1.0.0-69~ynh1",
"version": "1.0.0-70~ynh1",
"url": "https://podlibre.org/",
"upstream": {
"license": "GPL-3.0-only",

View file

@ -39,8 +39,6 @@ phpversion=$YNH_PHP_VERSION
#=================================================
ynh_script_progression --message="Validating restoration parameters..." --weight=1
ynh_webpath_available --domain=$domain --path_url=$path_url \
|| ynh_die --message="Path not available: ${domain}${path_url}"
test ! -d $final_path \
|| ynh_die --message="There is already a directory: $final_path "