mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Remove trick to force checking for migration 0027 strings
This commit is contained in:
parent
52443174a0
commit
6638ee33b0
1 changed files with 0 additions and 3 deletions
|
@ -76,9 +76,6 @@ def find_expected_string_keys():
|
||||||
continue
|
continue
|
||||||
yield "migration_description_" + os.path.basename(path)[:-3]
|
yield "migration_description_" + os.path.basename(path)[:-3]
|
||||||
|
|
||||||
# FIXME: to be removed in bookworm branch
|
|
||||||
yield "migration_description_0027_migrate_to_bookworm"
|
|
||||||
|
|
||||||
# For each default service, expect to find "service_description_<name>"
|
# For each default service, expect to find "service_description_<name>"
|
||||||
for service, info in yaml.safe_load(
|
for service, info in yaml.safe_load(
|
||||||
open(ROOT + "conf/yunohost/services.yml")
|
open(ROOT + "conf/yunohost/services.yml")
|
||||||
|
|
Loading…
Add table
Reference in a new issue