mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
Move to 0.91~ynh2
Update check Process for more tests Update install and upgrade script
This commit is contained in:
parent
be72d43a14
commit
0d962490c5
5 changed files with 8 additions and 8 deletions
|
@ -52,7 +52,7 @@ chmod o+rw path/to/library
|
||||||
Developers info
|
Developers info
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
Please do your pull request to the [testing branch](https://github.com/Krakinou/calibreweb_ynh/tree/Testing).
|
Please do your pull request to the [testing branch](https://github.com/Yunohost-Apps/calibreweb_ynh/tree/Testing).
|
||||||
|
|
||||||
To try the testing branch, please proceed like that.
|
To try the testing branch, please proceed like that.
|
||||||
```
|
```
|
||||||
|
@ -65,8 +65,8 @@ sudo yunohost app upgrade calibreweb -u https://github.com/Yunohost-Apps/calibre
|
||||||
## Todo
|
## Todo
|
||||||
- [ ] Multiinstance
|
- [ ] Multiinstance
|
||||||
- [ ] Better Multimedia integration : Integrate in Yunohost.multimedia
|
- [ ] Better Multimedia integration : Integrate in Yunohost.multimedia
|
||||||
- [ ] Package_check integration
|
- [X] Package_check integration
|
||||||
- [ ] On backup/remove/upgrade : check for database location to update settings
|
- [X] On backup/remove/upgrade : check for database location to update settings
|
||||||
|
|
||||||
|
|
||||||
## LICENSE
|
## LICENSE
|
||||||
|
|
|
@ -56,7 +56,7 @@ Email=
|
||||||
Notification=none
|
Notification=none
|
||||||
;;; Upgrade options
|
;;; Upgrade options
|
||||||
; commit=3b9c5041e4fa73cb965368379f2b83d076c65341
|
; commit=3b9c5041e4fa73cb965368379f2b83d076c65341
|
||||||
name=Name of this previous version
|
name=First in progress release of the app 0.9~ynh2
|
||||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&password=pass&is_public=0&
|
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Calibre-web for Yunohost",
|
"en": "Calibre-web for Yunohost",
|
||||||
"fr": "Calibre-web pour Yunohost"
|
"fr": "Calibre-web pour Yunohost"
|
||||||
},
|
},
|
||||||
"version": "0.9~ynh1",
|
"version": "0.91~ynh2",
|
||||||
"url": "https://github.com/janeczku/calibre-web",
|
"url": "https://github.com/janeczku/calibre-web",
|
||||||
"license": "free",
|
"license": "free",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
|
@ -76,7 +76,7 @@ ynh_app_setting_set $app port $port
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
ynh_app_setting_set $app final_path $final_path
|
ynh_app_setting_set $app final_path $final_path
|
||||||
ynh_print_info "Copying data to $final_path"
|
ynh_print_info "Downloading sources to $final_path"
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
ynh_setup_source "$final_path"
|
ynh_setup_source "$final_path"
|
||||||
|
|
||||||
|
|
|
@ -127,7 +127,7 @@ fi
|
||||||
#=================================================
|
#=================================================
|
||||||
#This line of code is just used to caused an error in upgrade to be tested by package_check
|
#This line of code is just used to caused an error in upgrade to be tested by package_check
|
||||||
if [ -e /tmp/upgrade_error ]; then
|
if [ -e /tmp/upgrade_error ]; then
|
||||||
exit 1
|
ynh_die
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue