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

67
daily.yml Normal file
View File

@ -0,0 +1,67 @@
---
data:
repo: /mnt/appimage
download: /var/tmp/downloads
force: no
sign: yes
builds:
- query: daily
language: basic
offline_help: no
portable: no
- query: daily
language: basic
offline_help: yes
portable: no
- query: daily
language: basic
offline_help: no
portable: yes
- query: daily
language: basic
offline_help: yes
portable: yes
- query: daily
language: standard
offline_help: no
portable: no
- query: daily
language: standard
offline_help: yes
portable: no
- query: daily
language: standard
offline_help: no
portable: yes
- query: daily
language: standard
offline_help: yes
portable: yes
- query: daily
language: full
offline_help: no
portable: no
- query: daily
language: full
offline_help: yes
portable: no
- query: daily
language: full
offline_help: no
portable: yes
- query: daily
language: full
offline_help: yes
portable: yes

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 = {}