Commit graph

3067 commits

Author SHA1 Message Date
Alexandre Aubin
bdd16106ee Merge branch 'stretch-testing' into stretch-unstable 2019-01-17 02:17:01 +01:00
Alexandre Aubin
b475aeb4bb Merge branch 'stretch-stable' into stretch-testing 2019-01-17 02:16:16 +01:00
Alexandre Aubin
6a7f5b2bbe Update changelog for 3.3.4 2019-01-17 02:14:35 +01:00
Alexandre Aubin
9caa771428 Enforce --force-confold during apt upgrade (#614)
* Enforce --force-confold during apt upgrade
* Update src/yunohost/tools.py
Co-Authored-By: alexAubin <alex.aubin@mailoo.org>
* Not sure why but every piece of information about confold also set confdef :/
* Export DEBIAN_FRONTEND="noninteractive" during upgrade
2019-01-17 02:11:46 +01:00
Alexandre Aubin
f4d728465a
Enforce --force-confold during apt upgrade (#614)
* Enforce --force-confold during apt upgrade
* Update src/yunohost/tools.py
Co-Authored-By: alexAubin <alex.aubin@mailoo.org>
* Not sure why but every piece of information about confold also set confdef :/
* Export DEBIAN_FRONTEND="noninteractive" during upgrade
2019-01-17 02:10:51 +01:00
Alexandre Aubin
1c7f0d173a Fix UX when change_url args get asked interactively 2019-01-17 00:24:02 +00:00
Alexandre Aubin
6f89ce0714
Merge pull request #610 from YunoHost/le_crontab_no_checks
[fix] propagate --no-checks cert-install option to renew crontab
2019-01-15 03:18:23 +01:00
Alexandre Aubin
4760cc0ba6 [fix] Microdecision: typo, 'dest' did not exist 2019-01-14 18:49:30 +01:00
Maniack Crudelis
9fb302fe04
[fix] Replace manifest_path by manifest
manifest_path isn't defined
2019-01-13 14:24:17 +01:00
Bram
bafeb28a9c
Merge pull request #609 from YunoHost/fix-bootprompt
Fix several issues with bootprompt
2019-01-13 02:29:20 +01:00
Alexandre Aubin
2d08f45323
Merge pull request #612 from Jibec/patch-3
Tiny typographic changes
2019-01-10 14:59:49 +01:00
Jean-Baptiste
46f5592eb5
Tiny typographic changes 2019-01-10 07:13:43 +01:00
Pierre Bourré
3990527f96 add locales 2019-01-09 00:40:26 +01:00
Alexandre Aubin
4935aebb16 Revert "[enh] Improve upnp support (#542)"
This reverts commit 640bc494cb.
2019-01-08 16:25:43 +01:00
Josué Tille
f266cceb26
Fix typo 2019-01-07 20:23:41 +01:00
Laurent Peuch
7362502ad1 [fix] propagate --no-checks cert-install option to renew crontab 2019-01-07 19:05:55 +01:00
Laurent Peuch
2e0efb5b56 [fix] bad key for string formatting 2019-01-07 18:59:23 +01:00
Laurent Peuch
9e1cd73400 [mod] add more verbose error messages 2019-01-07 18:51:12 +01:00
Alexandre Aubin
70aeb3e468
Merge pull request #607 from YunoHost/fix_tests
Fix tests
2019-01-07 18:42:42 +01:00
Alexandre Aubin
bbfa9fc124 Fix several issues with bootprompt 2019-01-07 18:26:38 +01:00
Maniack Crudelis
0a3e5c60ea
source getopts in filesystem
Many core backup script source /usr/share/yunohost/helpers.d/filesystem only. Not sure it's a wonderful idea...
2019-01-05 15:09:17 +01:00
Pierre Bourré
d1a822211c add restart and reload functionality to yunohost service 2019-01-05 03:11:08 +01:00
Maniack Crudelis
bf443f2ec0 db_pwd shouldn't be local 2019-01-04 19:30:07 +01:00
Maniack Crudelis
540291a7e0 Ignore useless parameters in legacy mode 2019-01-04 19:26:54 +01:00
Maniack Crudelis
50f3291ea7 Fix getopts with blank argument's value
There's no reason in that loop where we're looking for values of an option to have a blank cell in the array of arguments. Unless for an option with a missing value.
In that case, it's better to ignore this condition and store a blank value in the variable.
Otherwise, in case of missing value for an option, with this condition, we enter in an infinite loop, because the shift will stay at 0.
2019-01-04 18:44:40 +01:00
Maniack Crudelis
1a4e661e4e Keep db_pwd instead of db_password 2019-01-04 18:43:56 +01:00
Maniack Crudelis
7de184a520 Use getopts helpers in mysql, again 2019-01-04 17:21:17 +01:00
Maniack Crudelis
976f160afb Fix getopts and its legacy mode 2019-01-04 17:11:49 +01:00
Alexandre Aubin
6a7990d7fb [fix] Weird duplicated code + fix missing key file triggering an error 2019-01-04 16:25:49 +01:00
Josué Tille
d656d5b4ba
Raise a error is path is not available 2018-12-30 22:33:30 +01:00
Josué Tille
412c656a9b
Fix change_url too 2018-12-30 18:59:40 +01:00
Josué Tille
616b0d020b
Fix tests 2018-12-30 18:59:33 +01:00
Josué Tille
9da00bd8b6
Fix change url function 2018-12-30 17:51:55 +01:00
Josué Tille
4282d7edca
Fix tests 2018-12-29 21:16:55 +01:00
Maniack Crudelis
4bac17a162
Merge branch 'stretch-unstable' into use_getops 2018-12-29 19:07:25 +01:00
Maniack Crudelis
e3bebf0178
Use getopts helpers in filesystem 2018-12-29 18:52:39 +01:00
Maniack Crudelis
705fe435ed
Use getopts helpers in backend 2018-12-29 18:52:23 +01:00
Maniack Crudelis
80c0b7bdf2
Use getopts helpers in utils 2018-12-29 18:52:12 +01:00
Maniack Crudelis
2c6b76e099
Use getopts helpers in nodejs 2018-12-29 18:52:03 +01:00
Maniack Crudelis
2094557e1e
Use getopts helpers in getopts itself 2018-12-29 18:51:49 +01:00
Maniack Crudelis
0aa8a2ede3
Use getopts helpers in user 2018-12-29 18:51:39 +01:00
Maniack Crudelis
68d6adf810
Use getopts helpers in package 2018-12-29 18:51:34 +01:00
Maniack Crudelis
43e4a34d21
Use getopts helpers in network 2018-12-29 18:51:21 +01:00
Maniack Crudelis
8c600e1e0b
Use getopts helpers in mysql 2018-12-29 18:51:12 +01:00
Maniack Crudelis
d3a501aa41
Use getopts helpers in string 2018-12-29 18:50:54 +01:00
Maniack Crudelis
bc08c5c872
Use getopts for ynh_setup_source helper 2018-12-29 18:17:08 +01:00
Maniack Crudelis
6425117c4d
Use getopts for user's helpers 2018-12-29 18:12:33 +01:00
Maniack Crudelis
c057d38fe1
Use getopts for string's helpers 2018-12-29 17:58:22 +01:00
Maniack Crudelis
f24b7a6fda
Use getopts for setting's helpers 2018-12-21 21:01:43 +01:00
Maniack Crudelis
fe6a414ebf
Use getopts for print's helpers 2018-12-21 20:57:15 +01:00