1
0

Compare commits

..

32 Commits

Author SHA1 Message Date
78a43350ed Cambio versione loaih.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-07 21:48:24 +01:00
8c3e649a25 Correzione file yaml per le build.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-07 21:46:40 +01:00
db01651251 Gestito errore di verifica delle build con cartella quando non trovate.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-07 02:23:34 +01:00
64effab3d7 Corrette tutte le occorrenze di variabile rinominata.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-07 02:06:05 +01:00
0a3f475fa6 script è linted. Corretto codice in check su build.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-07 02:03:31 +01:00
03620cf013 Correzione append percorsi.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-07 01:37:17 +01:00
c015aeea99 Correzione codice checksum.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-07 01:25:32 +01:00
0a18586201 Aggiunta testo per fasi. Rivista procedura.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-07 01:03:21 +01:00
5df2c5dbdb Ancora sul build. Aggiunte stringhe per debugging. 2023-01-07 00:59:38 +01:00
41dcbe1718 Aggiunto codice per debug, corretto lancio comando di checksum.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-07 00:52:21 +01:00
2405601d2d Sistemato codice per build.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-07 00:46:45 +01:00
dff74f0a35 Ripristinate istruzioni originali, con chiamata a comando locale.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-07 00:30:56 +01:00
6bfa6a3707 Ancora correzioni al processo di checksum.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-07 00:24:35 +01:00
059518ccbf Ancora qualche correzione al codice per generare checksum.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-07 00:20:56 +01:00
7013318188 Sostituito lancio programma con codice python.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-07 00:15:42 +01:00
f6bcf610ba Correzione md5.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-07 00:07:03 +01:00
3aab2626ed Correzione script.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-07 00:02:20 +01:00
df079c91b5 Correzione pubblicazione.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-06 23:55:30 +01:00
a0c4fbcad0 Correzione rsync.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-06 23:39:29 +01:00
a316b85afe Correzione comando sbagliato da console - 1.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-06 23:29:27 +01:00
60b246c548 Correzione comando sbagliato da console.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-06 23:23:30 +01:00
a0c6217d95 Sistemazione build.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-05 19:58:45 +01:00
f95c4d4b1d Sistemazione upload con rsync.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-05 18:28:11 +01:00
9d259c4aa5 Cambiata la logica di build in caso di assenza di build.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-05 01:59:55 +01:00
07a895c86c Fix checksum che torna valore non valido.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-05 01:56:33 +01:00
05533bf5e2 Fix sintassi xpath.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-05 01:36:53 +01:00
38a78860b0 Fix procedura dopo codice debug.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-05 01:33:26 +01:00
da31e1655b Aggiunta codice debug.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-05 01:30:06 +01:00
ae9668554a Cambiamenti per esecuzione corretta verifica online.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-05 01:24:37 +01:00
9cf3119489 Correzione sintassi in build.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-05 01:14:28 +01:00
cbaf6b2e3c Corretto anche il file di build per il test.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-05 01:08:35 +01:00
df5012eedd Prima implementazione controllo build remota e caricamento con rsync + ssh. 2023-01-05 01:07:12 +01:00
8 changed files with 449 additions and 243 deletions

View File

@ -1,67 +1,69 @@
--- ---
data: data:
repo: /mnt/appimage repo: https://appimages.libreitalia.org
remote_host: ciccio
remote_path: /var/lib/nethserver/vhost/appimages
download: /var/tmp/downloads download: /var/tmp/downloads
force: no force: false
sign: yes sign: true
builds: builds:
- query: daily - query: daily
language: basic language: basic
offline_help: no offline_help: false
portable: no portable: false
- query: daily - query: daily
language: basic language: basic
offline_help: yes offline_help: true
portable: no portable: false
- query: daily - query: daily
language: basic language: basic
offline_help: no offline_help: false
portable: yes portable: true
- query: daily - query: daily
language: basic language: basic
offline_help: yes offline_help: true
portable: yes portable: true
- query: daily - query: daily
language: standard language: standard
offline_help: no offline_help: false
portable: no portable: false
- query: daily - query: daily
language: standard language: standard
offline_help: yes offline_help: true
portable: no portable: false
- query: daily - query: daily
language: standard language: standard
offline_help: no offline_help: false
portable: yes portable: true
- query: daily - query: daily
language: standard language: standard
offline_help: yes offline_help: true
portable: yes portable: true
- query: daily - query: daily
language: full language: full
offline_help: no offline_help: false
portable: no portable: false
- query: daily - query: daily
language: full language: full
offline_help: yes offline_help: true
portable: no portable: false
- query: daily - query: daily
language: full language: full
offline_help: no offline_help: false
portable: yes portable: true
- query: daily - query: daily
language: full language: full
offline_help: yes offline_help: true
portable: yes portable: true

View File

@ -1,67 +1,69 @@
--- ---
data: data:
repo: /mnt/appimage repo: https://appimages.libreitalia.org
remote_host: ciccio
remote_path: /var/lib/nethserver/vhost/appimages
download: /var/tmp/downloads download: /var/tmp/downloads
force: no force: false
sign: yes sign: true
builds: builds:
- query: fresh - query: fresh
language: basic language: basic
offline_help: no offline_help: false
portable: no portable: false
- query: fresh - query: fresh
language: basic language: basic
offline_help: yes offline_help: true
portable: no portable: false
- query: fresh - query: fresh
language: basic language: basic
offline_help: no offline_help: false
portable: yes portable: true
- query: fresh - query: fresh
language: basic language: basic
offline_help: yes offline_help: true
portable: yes portable: true
- query: fresh - query: fresh
language: standard language: standard
offline_help: no offline_help: false
portable: no portable: false
- query: fresh - query: fresh
language: standard language: standard
offline_help: yes offline_help: true
portable: no portable: false
- query: fresh - query: fresh
language: standard language: standard
offline_help: no offline_help: false
portable: yes portable: true
- query: fresh - query: fresh
language: standard language: standard
offline_help: yes offline_help: true
portable: yes portable: true
- query: fresh - query: fresh
language: full language: full
offline_help: no offline_help: false
portable: no portable: false
- query: fresh - query: fresh
language: full language: full
offline_help: yes offline_help: true
portable: no portable: false
- query: fresh - query: fresh
language: full language: full
offline_help: no offline_help: false
portable: yes portable: true
- query: fresh - query: fresh
language: full language: full
offline_help: yes offline_help: true
portable: yes portable: true

View File

@ -1,21 +1,36 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# encoding: utf-8
"""Classes and functions to build an AppImage."""
import os
import glob
import subprocess
import shutil
import re
import shlex
import tempfile
import urllib.request import urllib.request
import loaih import hashlib
from lxml import etree from lxml import etree
import tempfile, os, sys, glob, subprocess, shutil, re, shlex import loaih
class Collection(list): class Collection(list):
"""Aggregates metadata on a collection of builds."""
def __init__(self, query, arch = ['x86', 'x86_64']): def __init__(self, query, arch = ['x86', 'x86_64']):
"""Build a list of version to check/build for this round.""" """Build a list of version to check/build for this round."""
super().__init__() super().__init__()
self.extend([ Build(query, arch, version) for version in loaih.Base.collectedbuilds(query) ]) self.extend([
Build(query, arch, version) for version in loaih.Base.collectedbuilds(query)
])
class Build(loaih.RemoteBuild): class Build(loaih.RemoteBuild):
LANGSTD = [ 'ar', 'de', 'en-GB', 'es', 'fr', 'it', 'ja', 'ko', 'pt', 'pt-BR', 'ru', 'zh-CN', 'zh-TW' ] """Builds a single version."""
LANGSTD = [ 'ar', 'de', 'en-GB', 'es', 'fr', 'it', 'ja', 'ko', 'pt',
'pt-BR', 'ru', 'zh-CN', 'zh-TW' ]
LANGBASIC = [ 'en-GB' ] LANGBASIC = [ 'en-GB' ]
ARCHSTD = [ u'x86', u'x86_64' ] ARCHSTD = [ 'x86', 'x86_64' ]
def __init__(self, query, arch, version = None): def __init__(self, query, arch, version = None):
super().__init__(query, version) super().__init__(query, version)
@ -32,19 +47,29 @@ class Build(loaih.RemoteBuild):
self.portable = False self.portable = False
self.updatable = True self.updatable = True
self.sign = True self.sign = True
self.remoterepo = False
self.remote_host = ''
self.remote_path = ''
self.storage_path = '/mnt/appimage' self.storage_path = '/mnt/appimage'
self.download_path = '/var/tmp/downloads' self.download_path = '/var/tmp/downloads'
self.appnamedir = ''
# Specific build version # Specific build version
self.appname = 'LibreOffice'
self.appversion = '' self.appversion = ''
self.appimagedir = ''
self.appimagefilename = {} self.appimagefilename = {}
self.zsyncfilename = {} self.zsyncfilename = {}
# Other variables by build
self.languagepart = '.' + self.language
self.helppart = ''
# Creating a tempfile # Creating a tempfile
self.builddir = tempfile.mkdtemp() self.builddir = tempfile.mkdtemp()
self.tarballs = {} self.tarballs = {}
self.built = { u'x86': False, u'x86_64': False } self.built = { 'x86': False, 'x86_64': False }
# Preparing the default for the relative path on the storage for # Preparing the default for the relative path on the storage for
# different versions. # different versions.
# The path will evaluated as part of the check() function, as it is # The path will evaluated as part of the check() function, as it is
@ -55,8 +80,12 @@ class Build(loaih.RemoteBuild):
def calculate(self): def calculate(self):
"""Calculate exclusions and other variables.""" """Calculate exclusions and other variables."""
print("--- Calculate Phase ---")
# AppName # AppName
self.appname = 'LibreOffice' if not self.query == 'daily' and not self.query == 'prerelease' else 'LibreOfficeDev' if self.query in { 'prerelease', 'daily' }:
self.appname = 'LibreOfficeDev'
# Calculating languagepart # Calculating languagepart
self.languagepart = "." self.languagepart = "."
@ -66,7 +95,8 @@ class Build(loaih.RemoteBuild):
self.languagepart += self.language self.languagepart += self.language
# Calculating help part # Calculating help part
self.helppart = '.help' if self.offline_help else '' if self.offline_help:
self.helppart = '.help'
# Building the required names # Building the required names
for arch in Build.ARCHSTD: for arch in Build.ARCHSTD:
@ -90,7 +120,7 @@ class Build(loaih.RemoteBuild):
if self.query == 'daily': if self.query == 'daily':
self.relative_path.append('daily') self.relative_path.append('daily')
elif self.query == 'prerelease': elif self.query == 'prerelease':
self.relative_path.append('prerelease') self.relative_path.append('prerelease')
# Not the same check, an additional one # Not the same check, an additional one
if self.portable: if self.portable:
@ -105,29 +135,72 @@ class Build(loaih.RemoteBuild):
def check(self): def check(self):
"""Checking if the requested AppImage has been already built.""" """Checking if the requested AppImage has been already built."""
if not len(self.appimagefilename) == 2:
print("--- Check Phase ---")
if len(self.appimagefilename) != 2:
self.calculate() self.calculate()
for arch in self.arch: for arch in self.arch:
print(f"Searching for {self.appimagefilename[arch]}")
res = subprocess.run(shlex.split(f"find {self.full_path} -name {self.appimagefilename[arch]}"), capture_output=True, env={ "LC_ALL": "C" }, text=True, encoding='utf-8')
if "No such file or directory" in res.stderr: # First, check if by metadata the repo is remote or not.
# Folder is not existent: so the version was not built if self.remoterepo or 'http' in self.storage_path:
# Build stays false, and we go to the next arch self.remoterepo = True
continue # Remote storage. I have to query a remote site to know if it
# was already built.
name = self.appimagefilename[arch]
if len(self.relative_path) == 0:
path_arr = [ self.storage_path, '' ]
elif len(self.relative_path) == 1:
path_arr = [ self.storage_path, self.relative_path[0], '' ]
else:
path_arr = self.relative_path.insert(0, self.storage_path)
if res.stdout and len(res.stdout.strip("\n")) > 0: path = str.join('/', path_arr)
# All good, the command was executed fine. print(f"DEBUG - Name: {name}, URL: {path}")
print(f"Build for {self.version} found.") matching = []
self.built[arch] = True try:
with urllib.request.urlopen(path) as url:
matching = etree.HTML(url.read()).xpath(
f"//a[contains(@href, '{name}')]/@href"
)
if len(matching) > 0:
# Already built.
self.built[arch] = True
except urllib.error.HTTPError:
# The URL specified do not exist. So it is to build.
pass
else:
# Repo is local
print(f"Searching for {self.appimagefilename[arch]}")
command = f"find {self.full_path} -name {self.appimagefilename[arch]}"
res = subprocess.run(shlex.split(command),
capture_output=True,
env={ "LC_ALL": "C" },
text=True, encoding='utf-8', check=True)
if "No such file or directory" in res.stderr:
# Folder is not existent: so the version was not built
# Build stays false, and we go to the next arch
continue
if res.stdout and len(res.stdout.strip("\n")) > 0:
# All good, the command was executed fine.
print(f"Build for {self.version} found.")
self.built[arch] = True
if self.built[arch]: if self.built[arch]:
print(f"The requested AppImage already exists on storage for {arch}. I'll skip downloading, building and moving the results.") print(f"The requested AppImage already exists on storage for {arch}. I'll skip downloading, building and moving the results.")
def download(self): def download(self):
"""Downloads the contents of the URL as it was a folder.""" """Downloads the contents of the URL as it was a folder."""
print("--- Download Phase ---")
print(f"Started downloads for {self.version}. Please wait.") print(f"Started downloads for {self.version}. Please wait.")
for arch in self.arch: for arch in self.arch:
# Checking if a valid path has been provided # Checking if a valid path has been provided
@ -142,10 +215,15 @@ class Build(loaih.RemoteBuild):
continue continue
# Identifying downloads # Identifying downloads
contents = etree.HTML(urllib.request.urlopen(self.url[arch]).read()).xpath("//td/a") contents = []
self.tarballs[arch] = [ x.text for x in contents if x.text.endswith('tar.gz') and 'deb' in x.text ] with urllib.request.urlopen(self.url[arch]) as url:
contents = etree.HTML(url.read()).xpath("//td/a")
self.tarballs[arch] = [ x.text
for x in contents
if x.text.endswith('tar.gz') and 'deb' in x.text
]
tarballs = self.tarballs[arch] tarballs = self.tarballs[arch]
maintarball = tarballs[0]
# Create and change directory to the download location # Create and change directory to the download location
os.makedirs(self.download_path, exist_ok = True) os.makedirs(self.download_path, exist_ok = True)
@ -158,14 +236,16 @@ class Build(loaih.RemoteBuild):
# Download the archive # Download the archive
try: try:
urllib.request.urlretrieve(self.url[arch] + archive, archive) urllib.request.urlretrieve(self.url[arch] + archive, archive)
except: except Exception as error:
print(f"Failed to download {archive}.") print(f"Failed to download {archive}: {error}.")
print(f"Finished downloads for {self.version}.") print(f"Finished downloads for {self.version}.")
def build(self): def build(self):
"""Building all the versions.""" """Building all the versions."""
print("--- Building Phase ---")
for arch in self.arch: for arch in self.arch:
if self.built[arch]: if self.built[arch]:
# Already built for arch or path not available. User has already been warned. # Already built for arch or path not available. User has already been warned.
@ -187,7 +267,7 @@ class Build(loaih.RemoteBuild):
def __unpackbuild__(self, arch): def __unpackbuild__(self, arch):
# We start by filtering out tarballs from the list # We start by filtering out tarballs from the list
buildtarballs = [ self.tarballs[arch][0] ] buildtarballs = [ self.tarballs[arch][0] ]
# Let's process standard languages and append results to the # Let's process standard languages and append results to the
# buildtarball # buildtarball
@ -213,50 +293,75 @@ class Build(loaih.RemoteBuild):
# Looping for each language in self.language # Looping for each language in self.language
for lang in self.language.split(","): for lang in self.language.split(","):
if self.offline_help: 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: 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 ])
os.chdir(self.appnamedir) os.chdir(self.appnamedir)
# Unpacking the tarballs # Unpacking the tarballs
for archive in buildtarballs: for archive in buildtarballs:
subprocess.run(shlex.split(f"tar xzf {self.download_path}/{archive}")) subprocess.run(shlex.split(
f"tar xzf {self.download_path}/{archive}"), check=True)
# create appimagedir # create appimagedir
self.appimagedir = os.path.join(self.builddir, self.appname, self.appname + '.AppDir') self.appimagedir = os.path.join(self.builddir, self.appname, self.appname + '.AppDir')
os.makedirs(self.appimagedir, exist_ok = True) os.makedirs(self.appimagedir, exist_ok = True)
# At this point, let's decompress the deb packages # At this point, let's decompress the deb packages
subprocess.run(shlex.split("find .. -iname '*.deb' -exec dpkg -x {} . \;"), cwd=self.appimagedir) subprocess.run(shlex.split(
r"find .. -iname '*.deb' -exec dpkg -x {} . \;"
), cwd=self.appimagedir, check=True)
if self.portable: if self.portable:
subprocess.run(shlex.split("find . -type f -iname 'bootstraprc' -exec sed -i 's|^UserInstallation=.*|UserInstallation=\$SYSUSERCONFIG/libreoffice/%s|g' {} \+" % self.short_version), cwd=self.appimagedir) subprocess.run(shlex.split(
r"find . -type f -iname 'bootstraprc' " +
r"-exec sed -i 's|^UserInstallation=.*|" +
r"UserInstallation=\$SYSUSERCONFIG/libreoffice/%s|g' {} \+" % self.short_version
), cwd=self.appimagedir, check=True)
# Changing desktop file # Changing desktop file
subprocess.run(shlex.split("find . -iname startcenter.desktop -exec cp {} . \;"), cwd=self.appimagedir) subprocess.run(shlex.split(
subprocess.run(shlex.split("sed --in-place 's:^Name=.*$:Name=%s:' startcenter.desktop > startcenter.desktop" % self.appname), cwd=self.appimagedir) r"find . -iname startcenter.desktop -exec cp {} . \;"
), cwd=self.appimagedir, check=True)
subprocess.run(shlex.split("find . -name '*startcenter.png' -path '*hicolor*48x48*' -exec cp {} . \;"), cwd=self.appimagedir) subprocess.run(shlex.split(
f"sed --in-place \'s:^Name=.*$:Name={self.appname}:\' " +
r"startcenter.desktop"
), cwd=self.appimagedir, check=False)
subprocess.run(shlex.split(
r"find . -name '*startcenter.png' -path '*hicolor*48x48*' " +
r"-exec cp {} . \;"
), cwd=self.appimagedir, check=True)
# Find the name of the binary called in the desktop file. # Find the name of the binary called in the desktop file.
binaryname = '' binaryname = ''
with open(os.path.join(self.appimagedir, 'startcenter.desktop'), 'r') as d: with open(
a = d.readlines() os.path.join(self.appimagedir, 'startcenter.desktop'),
for line in a: 'r', encoding="utf-8"
) as desktopfile:
for line in desktopfile.readlines():
if re.match(r'^Exec', line): if re.match(r'^Exec', line):
binaryname = line.split('=')[-1].split(' ')[0] binaryname = line.split('=')[-1].split(' ')[0]
# Esci al primo match # Esci al primo match
break break
#binary_exec = subprocess.run(shlex.split(r"awk 'BEGIN { FS = \"=\" } /^Exec/ { print $2; exit }' startcenter.desktop | awk '{ print $1 }'"), cwd=self.appimagedir, text=True, encoding='utf-8') #binary_exec = subprocess.run(shlex.split(r"awk 'BEGIN { FS = \"=\" } /^Exec/ { print $2; exit }' startcenter.desktop | awk '{ print $1 }'"), cwd=self.appimagedir, text=True, encoding='utf-8')
#binaryname = binary_exec.stdout.strip("\n") #binaryname = binary_exec.stdout.strip("\n")
bindir=os.path.join(self.appimagedir, 'usr', 'bin') bindir=os.path.join(self.appimagedir, 'usr', 'bin')
os.makedirs(bindir, exist_ok = True) os.makedirs(bindir, exist_ok = True)
subprocess.run(shlex.split("find ../../opt -iname soffice -path '*program*' -exec ln -sf {} ./%s \;" % binaryname), cwd=bindir) subprocess.run(shlex.split(
r"find ../../opt -iname soffice -path '*program*' " +
r"-exec ln -sf {} ./%s \;" % binaryname
), cwd=bindir, check=True)
# Download AppRun from github # Download AppRun from github
apprunurl = f"https://github.com/AppImage/AppImageKit/releases/download/continuous/AppRun-{arch}" apprunurl = r"https://github.com/AppImage/AppImageKit/releases/"
apprunurl += f"download/continuous/AppRun-{arch}"
dest = os.path.join(self.appimagedir, 'AppRun') dest = os.path.join(self.appimagedir, 'AppRun')
urllib.request.urlretrieve(apprunurl, dest) urllib.request.urlretrieve(apprunurl, dest)
os.chmod(dest, 0o755) os.chmod(dest, 0o755)
@ -272,59 +377,111 @@ class Build(loaih.RemoteBuild):
buildopts_str = str.join(' ', buildopts) buildopts_str = str.join(' ', buildopts)
# Build the number-specific build # Build the number-specific build
subprocess.run(shlex.split(f"{self.appnamedir}/appimagetool {buildopts_str} -v ./{self.appname}.AppDir/"), env={ "VERSION": self.appversion }) subprocess.run(shlex.split(
f"{self.appnamedir}/appimagetool {buildopts_str} -v " +
f"./{self.appname}.AppDir/"
), env={ "VERSION": self.appversion }, check=True)
print(f"Built AppImage version {self.appversion}") print(f"Built AppImage version {self.appversion}")
# Cleanup phase, before new run. # Cleanup phase, before new run.
for deb in glob.glob(self.appnamedir + '/*.deb'): for deb in glob.glob(self.appnamedir + '/*.deb'):
os.remove(deb) os.remove(deb)
subprocess.run(shlex.split("find . -mindepth 1 -maxdepth 1 -type d -exec rm -rf {} \+")) subprocess.run(shlex.split(
r"find . -mindepth 1 -maxdepth 1 -type d -exec rm -rf {} \+"
), check=True)
def checksums(self): def checksums(self):
"""Create checksums of the built versions.""" """Create checksums of the built versions."""
# Skip checksum if initally the build was already found in the storage directory # Skip checksum if initally the build was already found in the storage directory
if all(self.built.values()):
print("--- Checksum Phase ---")
if all(self.built[arch] for arch in self.arch):
return return
os.chdir(self.appnamedir) os.chdir(self.appnamedir)
for arch in self.arch: for arch in self.arch:
for item in [ self.appimagefilename[arch], self.zsyncfilename[arch] ]: if not self.built[arch]:
# For any built arch, find out if a file exist. # Here's the contrary. A newly built package has not yet been
self.__create_checksum__(item) # marked as built.
for item in [ self.appimagefilename[arch], self.zsyncfilename[arch] ]:
itempath = os.path.join(self.appnamedir, item)
if os.path.exists(itempath):
# For any built arch, find out if a file exist.
print(f"DEBUG: checkumming {item}.")
self.__create_checksum__(item)
def __create_checksum__(self, file): def __create_checksum__(self, file):
"""Internal function to create checksum file.""" """Internal function to create checksum file."""
checksum = subprocess.run(shlex.split(f"md5sum {file}"), capture_output=True, text=True, encoding='utf-8')
checksum = subprocess.run(f"md5sum {file}", shell=True,
capture_output=True, text=True, encoding='utf-8', check=True,
cwd=self.appnamedir)
if checksum.stdout: if checksum.stdout:
with open(f"{file}.md5", 'w') as c: with open(f"{file}.md5", 'w', encoding='utf-8') as checkfile:
c.write(checksum.stdout) print(f"DEBUG: writing checksum for {file}.")
checkfile.write(checksum.stdout)
def publish(self): def publish(self):
"""Moves built versions to definitive storage.""" """Moves built versions to definitive storage."""
if all(self.built.values()):
print("--- Publish Phase ---")
if all(self.built[arch] for arch in self.arch):
# All files are already present in the full_path # All files are already present in the full_path
return return
os.chdir(self.appnamedir) os.chdir(self.appnamedir)
# Forcing creation of subfolders, in case there is a new build # Two cases here: local and remote storage_path.
os.makedirs(self.full_path, exist_ok = True) if self.remoterepo:
for file in glob.glob("*.AppImage*"): # Remote first.
subprocess.run(shlex.split(f"cp -f {file} {self.full_path}")) # Build destination directory
if len(self.relative_path) == 0:
remotepath = str.join('/', [ self.remote_path, '' ])
elif len(self.relative_path) == 1:
remotepath = str.join('/', [ self.remote_path, self.relative_path[0], '' ])
else:
remotepath = str.join('/', self.relative_path.insert(0, self.remote_path))
try:
subprocess.run(
r"rsync -rlIvz --munge-links *.AppImage* " +
f"{self.remote_host}:{remotepath}",
cwd=self.appnamedir, shell=True, check=True
)
finally:
pass
else:
# Local
# Forcing creation of subfolders, in case there is a new build
os.makedirs(self.full_path, exist_ok = True)
for file in glob.glob("*.AppImage*"):
subprocess.run(shlex.split(
f"cp -f {file} {self.full_path}"
), check=True)
def generalize_and_link(self): def generalize_and_link(self, chdir = 'default'):
"""Creates the needed generalized files if needed.""" """Creates the needed generalized files if needed."""
print("--- Generalize and Link Phase ---")
# 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 a prerelease or a daily version, either.
if self.query == 'daily' or self.query == 'prerelease': if self.query in { 'daily', 'prerelease' }:
return return
if chdir == 'default':
chdir = self.full_path
appimagefilename = {} appimagefilename = {}
zsyncfilename = {} zsyncfilename = {}
@ -335,7 +492,7 @@ class Build(loaih.RemoteBuild):
if self.built[arch]: if self.built[arch]:
continue continue
os.chdir(self.full_path) os.chdir(chdir)
# if the appimage for the reported arch is not found, skip to next # if the appimage for the reported arch is not found, skip to next
# arch # arch
if not os.path.exists(self.appimagefilename[arch]): if not os.path.exists(self.appimagefilename[arch]):
@ -343,7 +500,9 @@ class Build(loaih.RemoteBuild):
# Doing it both for short_name and for branchname # Doing it both for short_name and for branchname
for version in versions: for version in versions:
appimagefilename[arch] = self.appname + '-' + version + self.languagepart + self.helppart + f'-{arch}.AppImage' appimagefilename[arch] = self.appname + '-' + version
appimagefilename[arch] += self.languagepart + self.helppart
appimagefilename[arch] += f'-{arch}.AppImage'
zsyncfilename[arch] = appimagefilename[arch] + '.zsync' zsyncfilename[arch] = appimagefilename[arch] + '.zsync'
# Create the symlink # Create the symlink
@ -362,7 +521,10 @@ class Build(loaih.RemoteBuild):
os.unlink(zsyncfilename[arch]) os.unlink(zsyncfilename[arch])
shutil.copyfile(self.zsyncfilename[arch], zsyncfilename[arch]) shutil.copyfile(self.zsyncfilename[arch], zsyncfilename[arch])
# Editing the zsyncfile # Editing the zsyncfile
subprocess.run(shlex.split(f"sed --in-place 's/^Filename:.*$/Filename: {appimagefilename[arch]}/' {zsyncfilename[arch]}")) subprocess.run(shlex.split(
r"sed --in-place 's/^Filename:.*$/Filename: " +
f"{appimagefilename[arch]}/' {zsyncfilename[arch]}"
), check=True)
self.__create_checksum__(zsyncfilename[arch]) self.__create_checksum__(zsyncfilename[arch])

View File

@ -1,76 +1,106 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
"""Helps with command line commands."""
import json
import click import click
import yaml import yaml
import loaih, loaih.build import loaih
import re, sys, json import loaih.build
@click.group() @click.group()
def cli(): def cli():
pass """Helps with command line commands."""
@cli.command() @cli.command()
@click.option('-j', '--json', 'jsonout', default=False, is_flag=True, help="Output format in json.") @click.option('-j', '--json', 'jsonout', default=False, is_flag=True,
help="Output format in json.")
@click.argument('query') @click.argument('query')
def getversion(query, jsonout): def getversion(query, jsonout):
b = [] """Get the numeral version from a named version."""
batch = []
queries = [] queries = []
if ',' in query: if ',' in query:
queries.extend(query.split(',')) queries.extend(query.split(','))
else: else:
queries.append(query) queries.append(query)
for q in queries: for singlequery in queries:
b.extend(loaih.Base.collectedbuilds(q)) batch.extend(loaih.Base.collectedbuilds(singlequery))
if len(b) > 0: if len(batch) > 0:
if jsonout: if jsonout:
click.echo(json.dumps([x.todict() for x in b])) click.echo(json.dumps([x.todict() for x in batch]))
else: else:
for v in b: for value in batch:
click.echo(v) click.echo(value)
@cli.command() @cli.command()
@click.option('-a', '--arch', 'arch', type=click.Choice(['x86', 'x86_64', 'all'], case_sensitive=False), default='all', help="Build the AppImage for a specific architecture. If there is no specific options, the process will build for both architectures (if available). Default: all") @click.option('-a', '--arch', 'arch', default='all',
@click.option('-c/-C', '--check/--no-check', 'check', default=True, help="Check in the final storage if the queried version is existent. Default: check") type=click.Choice(['x86', 'x86_64', 'all'], case_sensitive=False),
@click.option('-d', '--download-path', 'download_path', default = '/var/tmp/downloads', type=str, help="Path to the download folder. Default: /var/tmp/downloads") help="Build the AppImage for a specific architecture. If there is no specific options, the process will build for both architectures (if available). Default: all")
@click.option('-l', '--language', 'language', default = 'basic', type=str, help="Languages to be included. Options: basic, standard, full, a language string (e.g. 'it') or a list of languages comma separated (e.g.: 'en-US,en-GB,it'). Default: basic") @click.option('-c/-C', '--check/--no-check', 'check', default=True,
@click.option('-o/-O', '--offline-help/--no-offline-help', 'offline', default = False, help="Include or not the offline help for the chosen languages. Default: no offline help") help="Check in the final storage if the queried version is existent. Default: check")
@click.option('-p/-P', '--portable/--no-portable', 'portable', default = False, help="Create a portable version of the AppImage or not. Default: no portable") @click.option('-d', '--download-path', 'download_path',
@click.option('-r', '--repo-path', 'repo_path', default = '/mnt/appimage', type=str, help="Path to the final storage of the AppImage. Default: /mnt/appimage") default = '/var/tmp/downloads', type=str,
@click.option('-s/-S', '--sign/--no-sign', 'sign', default=True, help="Wether to sign the build. Default: sign") help="Path to the download folder. Default: /var/tmp/downloads")
@click.option('-u/-U', '--updatable/--no-updatable', 'updatable', default = True, help="Create an updatable version of the AppImage or not. Default: updatable") @click.option('-l', '--language', 'language', default = 'basic', type=str,
help="Languages to be included. Options: basic, standard, full, a language string (e.g. 'it') or a list of languages comma separated (e.g.: 'en-US,en-GB,it'). Default: basic")
@click.option('-o/-O', '--offline-help/--no-offline-help', 'offline', default = False,
help="Include or not the offline help for the chosen languages. Default: no offline help")
@click.option('-p/-P', '--portable/--no-portable', 'portable', default = False,
help="Create a portable version of the AppImage or not. Default: no portable")
@click.option('-r', '--repo-path', 'repo_path', default = '/mnt/appimage',
type=str, help="Path to the final storage of the AppImage. Default: /mnt/appimage")
@click.option('-s/-S', '--sign/--no-sign', 'sign', default=True,
help="Wether to sign the build. Default: sign")
@click.option('-u/-U', '--updatable/--no-updatable', 'updatable', default = True,
help="Create an updatable version of the AppImage or not. Default: updatable")
@click.argument('query') @click.argument('query')
def build(arch, language, offline, portable, updatable, download_path, repo_path, check, sign, query): def build(arch, language, offline, portable, updatable, download_path, repo_path, check, sign, query):
"""Builds an Appimage with the provided options."""
# Parsing options # Parsing options
arches = [] arches = []
if arch.lower() == 'all': if arch.lower() == 'all':
# We need to build it twice. # We need to build it twice.
arches = [ u'x86', u'x86_64' ] arches = [ 'x86', 'x86_64' ]
else: else:
arches = [ arch.lower() ] arches = [ arch.lower() ]
if query.endswith('.yml') or query.endswith('.yaml'): if query.endswith('.yml') or query.endswith('.yaml'):
# This is a buildfile. So we have to load the file and pass the build options ourselves. # This is a buildfile. So we have to load the file and pass the build options ourselves.
config = {} config = {}
with open(query, 'r') as file: with open(query, 'r', encoding= 'utf-8') as file:
config = yaml.safe_load(file) config = yaml.safe_load(file)
# With the config file, we ignore all the command line options and set # With the config file, we ignore all the command line options and set
# generic default. # generic default.
for build in config['builds']: for cbuild in config['builds']:
# Loop a run for each build. # Loop a run for each build.
collection = loaih.build.Collection(build['query'], arches) collection = loaih.build.Collection(cbuild['query'], arches)
for obj in collection: for obj in collection:
# Configuration phase # Configuration phase
obj.language = build['language'] obj.language = cbuild['language']
obj.offline_help = build['offline_help'] obj.offline_help = cbuild['offline_help']
obj.portable = build['portable'] obj.portable = cbuild['portable']
obj.updatable = True obj.updatable = True
obj.storage_path = config['data']['repo'] if 'repo' in config['data'] and config['data']['repo'] else '/srv/http/appimage.sys42.eu' obj.storage_path = "/srv/http/appimage.sys42.eu"
obj.download_path = config['data']['download'] if 'download' in config['data'] and config['data']['download'] else '/var/tmp/downloads' if 'repo' in config['data'] and config['data']['repo']:
obj.storage_path = config['data']['repo']
obj.download_path = "/var/tmp/downloads"
if 'download' in config['data'] and config['data']['download']:
obj.download_path = config['data']['download']
if 'http' in obj.storage_path:
obj.remoterepo = True
obj.remote_host = "ciccio.libreitalia.org"
if 'remote_host' in config['data'] and config['data']['remote_host']:
obj.remote_host = config['data']['remote_host']
obj.remote_path = "/var/lib/nethserver/vhost/appimages"
if 'remote_path' in config['data'] and config['data']['remote_path']:
obj.remote_path = config['data']['remote_path']
if 'sign' in config['data'] and config['data']['sign']: if 'sign' in config['data'] and config['data']['sign']:
obj.sign = True obj.sign = True
@ -83,8 +113,11 @@ def build(arch, language, offline, portable, updatable, download_path, repo_path
obj.download() obj.download()
obj.build() obj.build()
obj.checksums() obj.checksums()
if obj.remoterepo and obj.appnamedir:
obj.generalize_and_link(obj.appnamedir)
obj.publish() obj.publish()
obj.generalize_and_link() if not obj.remoterepo:
obj.generalize_and_link()
del obj del obj
else: else:

View File

@ -1,67 +1,69 @@
--- ---
data: data:
repo: /mnt/appimage repo: https://appimages.libreitalia.org
remote_host: ciccio
remote_path: /var/lib/nethserver/vhost/appimages
download: /var/tmp/downloads download: /var/tmp/downloads
force: no force: false
sign: yes sign: true
builds: builds:
- query: prerelease - query: prerelease
language: basic language: basic
offline_help: no offline_help: false
portable: no portable: false
- query: prerelease - query: prerelease
language: basic language: basic
offline_help: yes offline_help: true
portable: no portable: false
- query: prerelease - query: prerelease
language: basic language: basic
offline_help: no offline_help: false
portable: yes portable: true
- query: prerelease - query: prerelease
language: basic language: basic
offline_help: yes offline_help: true
portable: yes portable: true
- query: prerelease - query: prerelease
language: standard language: standard
offline_help: no offline_help: false
portable: no portable: false
- query: prerelease - query: prerelease
language: standard language: standard
offline_help: yes offline_help: true
portable: no portable: false
- query: prerelease - query: prerelease
language: standard language: standard
offline_help: no offline_help: false
portable: yes portable: true
- query: prerelease - query: prerelease
language: standard language: standard
offline_help: yes offline_help: true
portable: yes portable: true
- query: prerelease - query: prerelease
language: full language: full
offline_help: no offline_help: false
portable: no portable: false
- query: prerelease - query: prerelease
language: full language: full
offline_help: yes offline_help: true
portable: no portable: false
- query: prerelease - query: prerelease
language: full language: full
offline_help: no offline_help: false
portable: yes portable: true
- query: prerelease - query: prerelease
language: full language: full
offline_help: yes offline_help: true
portable: yes portable: true

View File

@ -1,12 +1,13 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# vim:sts=4:sw=4 # vim:sts=4:sw=4
"""Helps building and automatizing building LibreOffice AppImages."""
from setuptools import setup,find_packages from setuptools import setup,find_packages
setup( setup(
name="loaih", name="loaih",
version="1.2.0", version="1.3.0",
description="LOAIH - LibreOffice AppImage Helpers, help build a LibreOffice AppImage", description="LOAIH - LibreOffice AppImage Helpers, help build a LibreOffice AppImage",
author="Emiliano Vavassori", author="Emiliano Vavassori",
author_email="syntaxerrormmm@libreoffice.org", author_email="syntaxerrormmm@libreoffice.org",

View File

@ -1,67 +1,69 @@
--- ---
data: data:
repo: /mnt/appimage repo: https://appimages.libreitalia.org
remote_host: ciccio
remote_path: /var/lib/nethserver/vhost/appimages
download: /var/tmp/downloads download: /var/tmp/downloads
force: no force: false
sign: yes sign: true
builds: builds:
- query: still - query: still
language: basic language: basic
offline_help: no offline_help: false
portable: no portable: false
- query: still - query: still
language: basic language: basic
offline_help: yes offline_help: true
portable: no portable: false
- query: still - query: still
language: basic language: basic
offline_help: no offline_help: false
portable: yes portable: true
- query: still - query: still
language: basic language: basic
offline_help: yes offline_help: true
portable: yes portable: true
- query: still - query: still
language: standard language: standard
offline_help: no offline_help: false
portable: no portable: false
- query: still - query: still
language: standard language: standard
offline_help: yes offline_help: true
portable: no portable: false
- query: still - query: still
language: standard language: standard
offline_help: no offline_help: false
portable: yes portable: true
- query: still - query: still
language: standard language: standard
offline_help: yes offline_help: true
portable: yes portable: true
- query: still - query: still
language: full language: full
offline_help: no offline_help: false
portable: no portable: false
- query: still - query: still
language: full language: full
offline_help: yes offline_help: true
portable: no portable: false
- query: still - query: still
language: full language: full
offline_help: no offline_help: false
portable: yes portable: true
- query: still - query: still
language: full language: full
offline_help: yes offline_help: true
portable: yes portable: true

View File

@ -1,12 +1,14 @@
--- ---
data: data:
repo: /mnt/appimage repo: https://appimages.libreitalia.org
remote_host: ciccio
remote_path: /var/lib/nethserver/vhost/appimages
download: /var/tmp/downloads download: /var/tmp/downloads
force: yes force: true
sign: yes sign: true
builds: builds:
- query: fresh - query: 7.2.3
language: basic language: basic
offline_help: no offline_help: false
portable: no portable: false