summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2024-04-14add -J proxyjump option (#15)Ryo Nakamura
2024-04-11test: get fingerprint for port 8022 before testRyo Nakamura
2024-04-11drop -H disable host key checking optionRyo Nakamura
It can be done by ssh_config instead.
2024-03-12test: insert `Port` to /etc/ssh/sshd_configRyo Nakamura
not to /etc/ssh/sshd_config.d/*.conf because openssh in Rocky Linux in 8 does not support the config.dy directory.
2024-03-12fix port tests and v6only test.Ryo Nakamura
port test: sshd listens on 8022 and run mscp with -P 8022 v6only test: change remote name from localhost to ip6-localhost
2024-02-20add test cases for resume with checkpointRyo Nakamura
Now mscp supports resume (#5) and (#10)
2024-02-11install-build-deps.sh has --dont-install and --platform options.Ryo Nakamura
All docker files do not call isntall-build-deps.sh. Instead, cmake passes REQUIREDPKGS to Dockerfiles, which is derived from the output of ./scripts/install-build-deps.sh --dont-install --platform PLATFORM. This change enables caching package installaion during docker build.
2024-02-07add -4 and -6 options to use either IPv4 or IPv6Ryo Nakamura
2024-02-04bump up container image versions and drop using CPackRyo 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-04build deb sources inside a containerRyo Nakamura
A new build target `build-deb` builds mscp deb inside a docker container. All debuild -us -uc outputs are copied to build/debbuild directory.
2024-01-20fix install-build-deps.sh to run on FreeBSDRyo Nakamura
2023-07-20drop centos8, add almalinux 8.8, update rocky to 8.8Ryo Nakamura
And cleanup Docker files
2023-03-22test: add sleep -1 before ssh-keyscanRyo Nakamura
2023-03-12test: add test_python.py for testing python-mscpRyo Nakamura
Dockerfiles also adapt themselvs for testing python-mscp bindings.
2022-11-24update github workflows to fit patched libsshRyo Nakamura
2022-11-20remove `sudo`Ryo Nakamura
2022-11-20fix CPACK build dependencyRyo Nakamura
2022-11-20fix CMakeLists.txtRyo Nakamura
* install mscp from package at docker build phase. * add docker-*-all custom targets.
2022-11-13add rocky 8.6 supportRyo Nakamura
2022-11-06cleanup docker files and build/test procedureRyo Nakamura