From eafcc9bc4ab7b74b77a4ff1ff66a92c802ed3355 Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Sun, 1 May 2022 13:29:04 +0200 Subject: [PATCH] Ignorate le generalizzazioni per prerelease e daily. Aggiunto buildfile per daily. --- daily.yml | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++ loaih/build.py | 5 ++++ 2 files changed, 72 insertions(+) create mode 100644 daily.yml diff --git a/daily.yml b/daily.yml new file mode 100644 index 0000000..2f2f521 --- /dev/null +++ b/daily.yml @@ -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 diff --git a/loaih/build.py b/loaih/build.py index fec92d3..7f1513a 100644 --- a/loaih/build.py +++ b/loaih/build.py @@ -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 = {}