mirror of
https://github.com/YunoHost-Apps/petrolette_ynh.git
synced 2024-09-03 19:56:26 +02:00
Testing (#19)
* update to version 1.5.3 * Auto-update README Co-authored-by: Tobias Ollive <tobias.ollive@utc.fr> Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
parent
b95b13fa7f
commit
0a1c3f314a
6 changed files with 7 additions and 7 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
The news reader that doesn't know you
|
||||
|
||||
**Shipped version:** 1.4.9~ynh1
|
||||
**Shipped version:** 1.5.3~ynh1
|
||||
|
||||
**Demo:** https://petrolette.space
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
La page d'actu qui ne sait rien de toi
|
||||
|
||||
**Version incluse :** 1.4.9~ynh1
|
||||
**Version incluse :** 1.5.3~ynh1
|
||||
|
||||
**Démo :** https://petrolette.space
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://framagit.org/yphil/petrolette/-/archive/v1.4.9/petrolette-v1.4.9.tar.gz
|
||||
SOURCE_SUM=d738bdbd50748c4658cfb1a1fe36c12b58c75d96b2d29accc386a49b44f7178c
|
||||
SOURCE_URL=https://framagit.org/yphil/petrolette/-/archive/v1.5.6/petrolette-v1.5.6.tar.gz
|
||||
SOURCE_SUM=f615a84aa5026ca18b79d3d14b2eaebd6e76dd047a325465d3d8957bc7bf5967
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "The news reader that doesn't know you",
|
||||
"fr": "La page d'actu qui ne sait rien de toi"
|
||||
},
|
||||
"version": "1.4.9~ynh1",
|
||||
"version": "1.5.3~ynh1",
|
||||
"url": "https://framagit.org/yphil/petrolette",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-only",
|
||||
|
|
|
@ -140,7 +140,7 @@ yunohost service add $app --description="The news reader that doesn't know you"
|
|||
ynh_script_progression --message="Starting a systemd service..."
|
||||
|
||||
# Start a systemd service
|
||||
ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Directory created"
|
||||
ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="(v1.5.6)"
|
||||
|
||||
#=================================================
|
||||
# SETUP SSOWAT
|
||||
|
|
|
@ -133,7 +133,7 @@ yunohost service add $app --description="The news reader that doesn't know you"
|
|||
#=================================================
|
||||
ynh_script_progression --message="Starting a systemd service..." --weight=3
|
||||
|
||||
ynh_systemd_action --service_name=$app --action="start" --log_path=systemd --line_match="Directory created"
|
||||
ynh_systemd_action --service_name=$app --action="start" --log_path=systemd --line_match="(v1.5.6)"
|
||||
|
||||
#=================================================
|
||||
# RELOAD NGINX
|
||||
|
|
Loading…
Add table
Reference in a new issue