Kayou
a069cda08c
fix permission test
2024-07-23 12:17:16 +02:00
Alexandre Aubin
505e3db3bb
ci: fallback to bookworm branch for build such that even on PR on top of bookworm the ci should work ...
2024-07-22 04:22:54 +02:00
Alexandre Aubin
42114978af
Update regenconf.py: cleanup legacy rspamd and metronome hash entries
2024-07-18 13:40:22 +02:00
Alexandre Aubin
88b11bee09
mail: fix opendkim assuming mails arent authenticated because of missing {auth_type} from postfix
2024-07-17 18:37:15 +02:00
Alexandre Aubin
b9178e750c
Merge remote-tracking branch 'origin/dev' into bookworm
2024-07-17 17:56:44 +02:00
Alexandre Aubin
6e5c555e37
flake8 etc
2024-07-17 17:56:32 +02:00
Alexandre Aubin
609748e8c2
mail: Make sure to restart opendkim after regenconf
2024-07-17 17:45:32 +02:00
Alexandre Aubin
0ade9d0e6f
Merge remote-tracking branch 'origin/dev' into bookworm
2024-07-17 16:57:08 +02:00
Alexandre Aubin
6453d15011
bullseye->bookworm: fix the /var/log/yunohost/operations folder migration, in particular because the new folder will already exist when this code is triggered after the bullseye->bookworm (because 'yunohost tools regen-conf' will create a file in the new folder before actually ariving at this code) so we can't just rely on testing wether or not the new folder exists
2024-07-17 16:56:55 +02:00
Kayou
ebcf3c79ff
Fix "log list" : use root_dir for iglob / make sure we use absolute paths ( #1913 )
...
* use root_dir for iglob, fix parent_symlink path and check if it exists
* fix log path
* do not try to read a yaml of a symlink to /dev/null
* use hidden files, needs python 3.11 (bookworm)
* don't worry, I'm an expert!
* Update log.py: log_file -> log_md_fullpath (otherwise it feel like log_file refers to the .log)
* Update log.py: remove debug statement
* Update log.py: revert unecessary if change
---------
Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
2024-07-17 16:45:43 +02:00
Alexandre Aubin
f11f11973b
bullseye->bookworm: trigger the 'new' migration from inside the bullseye->bookworm migration
2024-07-17 16:36:46 +02:00
Alexandre Aubin
67d6baa151
bullseye->bookworm: forgot to remove the unhold for apps packages >_>
2024-07-17 16:17:46 +02:00
Alexandre Aubin
97bb6bde09
bullseye->bookworm: automatically add non-free-firmware if non-free is enabled
2024-07-17 15:31:25 +02:00
Alexandre Aubin
ca59886303
bullseye->bookworm: fix typo in message
2024-07-17 15:28:01 +02:00
Alexandre Aubin
a8fd6afeee
bullseye->bookworm: try the yunohost upgrade without unholding the app-ynh-deps virtual packages, then after unholding if it didnt work for some reason
2024-07-17 15:24:04 +02:00
Alexandre Aubin
a5868733d7
bullseye->bookworm: uncessary comments / FIXME
2024-07-17 15:18:46 +02:00
Alexandre Aubin
079cdc2624
bullseye->bookworm: explicitly remove python3.9 and python3.9-venv which seems to confuse aptitude...
2024-07-17 15:06:05 +02:00
Alexandre Aubin
4232fc7c4b
bullseye->bookworm: explicitly install yunohost-portal
2024-07-17 15:04:52 +02:00
Alexandre Aubin
845a14bfe1
Merge pull request #1912 from YunoHost/fix-venv-pre-bookworm
...
remove pkg_resources from pip freeze
2024-07-17 00:56:26 +02:00
9a0960dcf1
log.py: use os.path.join instead
2024-07-17 00:03:41 +02:00
91f747eaee
log.py: fix listing of log files
2024-07-17 00:02:58 +02:00
Kay0u
73e0d6c271
remove pkg_resources from pip freeze
2024-07-16 23:26:35 +02:00
03a5c3d144
Ensure postgresql is upgraded to 15.
...
Some apps required pg 16, so pg_upgradecluster tries to upgrade 13 to 16 and fails (cluster already exists)
2024-07-16 23:02:25 +02:00
Alexandre Aubin
443eac47ca
Merge remote-tracking branch 'origin/dev' into bookworm
2024-07-16 22:59:56 +02:00
Alexandre Aubin
14312a9ec4
Update changelog for 11.2.21.2
2024-07-15 23:07:42 +02:00
Alexandre Aubin
8a65053a59
helpers/apt: zzzz did this break everything?
2024-07-15 23:06:05 +02:00
Alexandre Aubin
946d2289d5
cleanup: we probably don't need to keep the super-legacy service entries anymore
2024-07-15 23:02:52 +02:00
Alexandre Aubin
daa4c39899
debian: remove dependency to redis-server
2024-07-15 22:30:17 +02:00
Alexandre Aubin
64c8d9e853
bullseye->bookworm migration: tweak message to reflect the fact that metronome and rspamd will be applications starting with bookworm
2024-07-15 22:29:30 +02:00
Alexandre Aubin
6638ee33b0
Remove trick to force checking for migration 0027 strings
2024-07-15 22:25:25 +02:00
Alexandre Aubin
52443174a0
Rename 0027_migrate_to_bookworm.py.disabled -> 0027_migrate_to_bookworm.py
2024-07-15 22:24:26 +02:00
Alexandre Aubin
f16011a138
Remove reference to rspamd, rspamd is to become an app
2024-07-15 22:23:59 +02:00
Alexandre Aubin
22201863a1
Update changelog for 11.2.21.1
2024-07-15 22:14:32 +02:00
Alexandre Aubin
bb20020c5a
helpers2.1: forgot to patch ynh_remove_fpm_config -> ynh_config_remove_phpfpm
2024-07-15 22:13:20 +02:00
Alexandre Aubin
262a3c5cf2
Merge remote-tracking branch 'origin/dev' into bookworm
2024-07-15 16:54:21 +02:00
Alexandre Aubin
771a4b3446
Update changelog for 11.2.21
2024-07-15 16:31:44 +02:00
Alexandre Aubin
beeddc7819
Merge pull request #1909 from yunohost-bot/weblate-yunohost-core
...
Translations update from Weblate
2024-07-15 16:16:50 +02:00
cjdw
0907411efc
Translated using Weblate (Indonesian)
...
Currently translated at 53.0% (427 of 805 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/id/
2024-07-15 16:16:26 +02:00
José M
d71d8fe7b3
Translated using Weblate (Galician)
...
Currently translated at 100.0% (805 of 805 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/gl/
2024-07-15 16:16:26 +02:00
Alexandre Aubin
9e8c7e704e
Merge pull request #1903 from YunoHost/repo_trusted
...
helpers/apt: Support apt repositories with [trusted=yes]
2024-07-15 16:16:22 +02:00
Alexandre Aubin
85c5c04b15
Merge pull request #1908 from YunoHost/actions/black
...
Format Python code with Black
2024-07-12 18:21:43 +02:00
alexAubin
a0bc7926c4
🎨 Format Python code with Black
2024-07-12 13:24:32 +00:00
Alexandre Aubin
27ccd2918e
Merge pull request #1907 from YunoHost/optimize-log-list-perf
...
log: optimize log list perf by creating a 'cache' symlink pointing to the log's parent
2024-07-12 15:24:13 +02:00
Alexandre Aubin
588742f31b
log: optimize log list perf by creating a 'cache' symlink pointing to the log's parent
2024-07-11 17:35:37 +02:00
Alexandre Aubin
4112deda0c
Merge pull request #1906 from YunoHost/ci-autofix-translated-strings-dev
...
[CI] Reformat / remove stale translated strings
2024-07-11 17:14:16 +02:00
yunohost-bot
1e70577d23
[CI] Reformat / remove stale translated strings
2024-07-11 15:13:17 +00:00
OniriCorpe
623bd151d6
Translated using Weblate (French)
...
Currently translated at 100.0% (805 of 805 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/fr/
2024-07-11 17:00:40 +02:00
Anonymous
d87fe9fb4c
Translated using Weblate (Japanese)
...
Currently translated at 65.3% (526 of 805 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/ja/
2024-07-11 17:00:40 +02:00
Anonymous
bf8271e383
Translated using Weblate (Ukrainian)
...
Currently translated at 90.1% (726 of 805 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/uk/
2024-07-11 17:00:40 +02:00
Anonymous
818fd78a3d
Translated using Weblate (Basque)
...
Currently translated at 97.1% (782 of 805 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/eu/
2024-07-11 17:00:40 +02:00