1
0
Fork 0

Ignorate le generalizzazioni per prerelease e daily. Aggiunto buildfile per daily.

This commit is contained in:
Emiliano Vavassori 2022-05-01 13:29:04 +02:00
parent fb92183b4b
commit eafcc9bc4a
2 changed files with 72 additions and 0 deletions

View file

@ -320,6 +320,11 @@ class Build(loaih.RemoteBuild):
# If called with a pointed version, no generalize and link necessary.
if not self.branch_version:
return
# If a prerelease or a daily version, either.
if self.query == 'daily' or self.query == 'prerelease'
return
appimagefilename = {}
zsyncfilename = {}