subsurface/packaging
Dirk Hohndel 21095b18fc enable creating current releases for Ubuntu and Fedora
While for the other platforms we can simply copy our binaries (maybe
after signing them), for Fedora and Ubuntu we have to trigger fresh
builds.

The most logical way that I could think of to do this was to push the
same commit corresponding with the intended current release into a
branch named 'current' and have that trigger Copr and Launchpad builds
that post into our release repos.

So 'master' keeps moving forward, keeps creating new build numbers.
At some point we pick a build number that we want to be the next
'current' release. We then update the current branch to the commit that
corresponds to that build number and push the current branch which
triggers new builds in the correct repos on Copr and Launchpad.

This commit removes the silly 'push' argument from the make-package
scripts (after all, they are used to push those packages to the
respective build services) and instead use the branch name as argument
to those scripts - allowing us to pick which repo to push into.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2024-01-27 19:36:47 -08:00
..
android CICD: Improve Location of Scripts for the Android Build Environment. 2024-01-08 23:05:44 +13:00
copr enable creating current releases for Ubuntu and Fedora 2024-01-27 19:36:47 -08:00
headless Downloader: Install perl modules and set up environment 2024-01-27 15:38:41 -08:00
ios iOS: use M.m.p short version and M.m.p.b full version 2024-01-07 17:46:26 -08:00
macosx Complete redesign of Subsurface version numbers 2024-01-06 10:55:24 -08:00
OBS Change AppStream metainfo file extension and path 2024-01-14 15:59:29 -08:00
ubuntu enable creating current releases for Ubuntu and Fedora 2024-01-27 19:36:47 -08:00
windows CICD: Move Windows Build to New Container. 2024-01-24 00:05:26 +13:00