refactor:删除deploy目录

This commit is contained in:
fumingwei
2021-09-01 16:11:50 +08:00
parent 7c103c6d47
commit 554b39ad39
4 changed files with 0 additions and 10 deletions

View File

@@ -26,6 +26,5 @@ install(FILES unittest_python/unittest/etc/tsg-diagnose.config DESTINATION ./etc
install(FILES service/tsg-diagnose.service DESTINATION /usr/lib/systemd/system)
install(FILES dnsmasq/config/dnsmasq.conf DESTINATION /opt/tsg/tsg-diagnose/etc/)
install(DIRECTORY images/ DESTINATION ./images)
install(DIRECTORY deploy/ DESTINATION ./deploy)
include(CPack)

View File

@@ -1,2 +0,0 @@
#!/bin/sh
docker run --rm -v /opt/tsg/tsg-diagnose/.badssl_cert_dict:/badssl.com/unittest_certs -v /etc/localtime:/etc/localtime:ro -it badssl-tsg-diagnose /bin/bash -c 'make certs-test >> /dev/null && cp -r certs common /badssl.com/unittest_certs'

View File

@@ -1,5 +0,0 @@
#!/bin/sh
mkdir -p /opt/tsg/tsg-diagnose/.badssl_cert_dict/CA
/bin/cp -rf /opt/tsg/tsg-diagnose/.badssl_cert_dict/certs/sets/current/gen/crt/ca-root.crt /opt/tsg/tsg-diagnose/.badssl_cert_dict/CA
/bin/cp -rf /opt/tsg/tsg-diagnose/etc/wpr_cert.pem /opt/tsg/tsg-diagnose/.badssl_cert_dict/CA
rsync --daemon --config=/opt/tsg/tsg-diagnose/deploy/rsync/rsyncd.conf

View File

@@ -1,2 +0,0 @@
[blade0toother]
path=/opt/tsg/tsg-diagnose/.badssl_cert_dict/CA