1
0
Fork 0

Trovato problema per build standard non corrette con le lingue. Corretto script di check_updates.

This commit is contained in:
Emiliano Vavassori 2022-03-30 01:10:36 +02:00
parent 6895ec357b
commit b21d14324a
1 changed files with 2 additions and 2 deletions

View File

@ -217,9 +217,9 @@ class Build(object):
elif self.language == 'standard':
for lang in Build.LANGSTD:
if self.offline_help:
buildtarballs.extend([ x for x in self.tarballs[arch] if ('pack' + lang) in x ])
buildtarballs.extend([ x for x in self.tarballs[arch] if ('pack_' + lang) in x ])
else:
buildtarballs.extend([ x for x in self.tarballs[arch] if ('langpack' + lang) in x ])
buildtarballs.extend([ x for x in self.tarballs[arch] if ('langpack_' + lang) in x ])
elif self.language == 'full':
if self.offline_help:
# We need also all help. Let's replace buildtarball with the