Age | Commit message (Collapse) | Author |
|
We have already provided DEB packages in launchpad PPA and RPM packages
in COPR. Thus, we need no more deb/rpm packages in Github releases. The
single binary build of mscp is an execptio.
Updated container image versions:
- almalinux 8.8 -> 9.3
- rocky 8.8 -> 8.9, and 9.3 is added
- alpine 3.17 -> 3.19
|
|
|
|
|
|
|
|
to prevent dh_auto_build from automatically detecting setup.py.
|
|
because libmscp is installed by data_files.
|
|
And cleanup Docker files
|
|
This change enables downloading latest packages from URL
https://github.com/upa/mscp/releases/latest/download/PACKAGE
|
|
Dockerfiles also adapt themselvs for testing python-mscp bindings.
|
|
|
|
The build recipe in docker/alpine-3.17.Dockerfile uses conan to
build mscp as a single binary (with statically linked musl).
Now the mscp binary is portable!
|