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 | drop python binding support | Ryo Nakamura | |
2023-12-10 | dockerfile: do ldconfig after pymscp installation | Ryo Nakamura | |
2023-12-10 | rename setup.py to pysetup.py | Ryo Nakamura | |
to prevent dh_auto_build from automatically detecting setup.py. | |||
2023-07-20 | drop centos8, add almalinux 8.8, update rocky to 8.8 | Ryo Nakamura | |
And cleanup Docker files | |||
2023-03-12 | test: add test_python.py for testing python-mscp | Ryo Nakamura | |
Dockerfiles also adapt themselvs for testing python-mscp bindings. | |||
2023-03-10 | remove numpy from test, and fix compiling single binary mscp | Ryo Nakamura | |
2022-11-20 | fix CMakeLists.txt | Ryo Nakamura | |
* install mscp from package at docker build phase. * add docker-*-all custom targets. | |||
2022-11-19 | cleanup docker-related commands in cmake | Ryo Nakamura | |
TODO: add bruild procedure for async_write | |||
2022-11-06 | cleanup docker files and build/test procedure | Ryo Nakamura | |