Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-04 | bump up container image versions and drop using CPack | Ryo Nakamura | |
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 | |||
2024-02-04 | build source rpm inside a container | Ryo Nakamura | |
A new build target `build-srpm` builds mscp src.rpm inside a docker container. The src.rpm can be published at COPR. |