1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/backdrop_ynh.git synced 2024-09-03 20:36:14 +02:00
This commit is contained in:
ericgaspar 2021-07-21 21:50:52 +02:00
parent d4a7852f0b
commit 72854eb31c
No known key found for this signature in database
GPG key ID: 574F281483054D44
8 changed files with 12 additions and 12 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/backdrop/backdrop/releases/download/1.19.1/backdrop.zip
SOURCE_SUM=356ccce2e112126da4f271e236ce185582b3bb76c7cca7688c0085399baa3a94
SOURCE_URL=https://github.com/backdrop/backdrop/releases/download/1.19.2/backdrop.zip
SOURCE_SUM=ce218a82e4d311174e9b5fcf3b84ef200e251507b45709db6a29ff2457c6a064
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Easy-to-use CMS for building professional websites",
"fr": "CMS facile à utiliser pour créer des sites Web professionnels"
},
"version": "1.19.1~ynh1",
"version": "1.19.2~ynh1",
"url": "https://backdropcms.org/",
"upstream": {
"license": "GPL-2.0",

View file

@ -59,4 +59,4 @@ ynh_mysql_dump_db --database="$db_name" > db.sql
# END OF SCRIPT
#=================================================
ynh_print_info --message="Backup script completed for Backdrop. (YunoHost will then actually copy those files to the archive)."
ynh_print_info --message="Backup script completed for $app. (YunoHost will then actually copy those files to the archive)."

View file

@ -91,4 +91,4 @@ ynh_systemd_action --service_name=nginx --action=reload
# END OF SCRIPT
#=================================================
ynh_script_progression --message="Change of URL completed for Backdrop" --last
ynh_script_progression --message="Change of URL completed for $app" --last

View file

@ -99,7 +99,7 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
#=================================================
# CONFIGURE TTRSS
#=================================================
ynh_script_progression --message="Configuring Backdrop..." --weight=1
ynh_script_progression --message="Configuring $app..." --weight=1
cp ../conf/settings.example.php "$final_path/settings.php"
@ -132,4 +132,4 @@ ynh_systemd_action --service_name=nginx --action=reload
# END OF SCRIPT
#=================================================
ynh_script_progression --message="Installation of Backdrop completed" --last
ynh_script_progression --message="Installation of $app completed" --last

View file

@ -66,4 +66,4 @@ ynh_system_user_delete --username=$app
# END OF SCRIPT
#=================================================
ynh_script_progression --message="Removal of Backdrop completed" --last
ynh_script_progression --message="Removal of $app completed" --last

View file

@ -57,7 +57,7 @@ ynh_system_user_create --username=$app --home_dir="$final_path"
#=================================================
# RESTORE THE APP MAIN DIR
#=================================================
ynh_script_progression --message="Restoring Backdrop main directory..." --weight=2
ynh_script_progression --message="Restoring the app main directory..." --weight=2
ynh_restore_file --origin_path="$final_path"
@ -98,4 +98,4 @@ ynh_systemd_action --service_name=nginx --action=reload
# END OF SCRIPT
#=================================================
ynh_script_progression --message="Restoration completed for Backdrop" --last
ynh_script_progression --message="Restoration completed for $app" --last

View file

@ -83,7 +83,7 @@ ynh_system_user_create --username=$app --home_dir="$final_path"
if [ "$upgrade_type" == "UPGRADE_APP" ]
then
ynh_script_progression --message="Reconfiguring Backdrop..." --weight=2
ynh_script_progression --message="Reconfiguring $app..." --weight=2
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path" --keep="$final_path/settings.php"
@ -123,4 +123,4 @@ ynh_systemd_action --service_name=nginx --action=reload
# END OF SCRIPT
#=================================================
ynh_script_progression --message="Upgrade of Backdrop completed" --last
ynh_script_progression --message="Upgrade of $app completed" --last