Page 1 of 1

Automatic package creation with GitLab CI

Published: April 26, 2019 - 8:14 PM
by f4242
Hello,

I'm evaluating the possibility of automating package creation (version upgrades) using GitLab CI. Has anyone already tried this? Is it possible to build a package in a Linux environment rather than on Windows?

Re: Automatic package creation with GitLab CI

Published: April 30, 2019 - 09:12
by sfonteneau
You can take a look here:

/opt/wapt/wapt-signpackages.py

This script allows us to resign packages in bulk and also increment the version number.

You can use its content as inspiration to create your own script with the wapt "PackageEntry" class.