Branch: refs/heads/main
Home:
https://github.com/lxc/lxc
Commit: 4e48c0d096d820b8e1af8de32228e4ff2e4ddd5f
https://github.com/lxc/lxc/commit/4e48c0d096d820b8e1af8de32228e4ff2e4ddd5f
Author: Serge Hallyn <
se...@hallyn.com>
Date: 2025-10-26 (Sun, 26 Oct 2025)
Changed paths:
M .github/workflows/builds.yml
Log Message:
-----------
builds workflow: make .orig.tar.gz unique per build
This way we can actually post the result to ppa for
various releases.
The package version previously was something like
6.0.0-0+daily~noble~202510260402
and now becomes
6.0.0~daily~noble~202510260402
So we s/-0+/~/ . This way, we can use an orig tarball
named lxc_6.0.0~daily~jammy~202510260402.orig.tar.gz.
With the -0 after the version, debuild would only look
for lxc_6.0.0.orig.tar.gz. 6.0.0~daily will still be older
than any 6.0.0-0 or 6.0.0-1 that might legitimately get
pushed into the release.
Signed-off-by: Serge Hallyn <
se...@hallyn.com>
To unsubscribe from these emails, change your notification settings at
https://github.com/lxc/lxc/settings/notifications