Ignorate le generalizzazioni per prerelease e daily. Aggiunto buildfile per daily.
This commit is contained in:
parent
fb92183b4b
commit
eafcc9bc4a
67
daily.yml
Normal file
67
daily.yml
Normal 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
|
@ -320,6 +320,11 @@ class Build(loaih.RemoteBuild):
|
|||||||
# If called with a pointed version, no generalize and link necessary.
|
# If called with a pointed version, no generalize and link necessary.
|
||||||
if not self.branch_version:
|
if not self.branch_version:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
# If a prerelease or a daily version, either.
|
||||||
|
if self.query == 'daily' or self.query == 'prerelease'
|
||||||
|
return
|
||||||
|
|
||||||
appimagefilename = {}
|
appimagefilename = {}
|
||||||
zsyncfilename = {}
|
zsyncfilename = {}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user