Commit Graph

35 Commits

Author SHA1 Message Date
Joshua Boniface ca86566698 Use enable instead of start 2023-02-05 00:29:59 -05:00
Joshua Boniface 2c55905265 Move why section up 2023-02-05 00:27:49 -05:00
Joshua Boniface d02aa3a2ac Reorganize help output 2023-02-05 00:26:16 -05:00
Joshua Boniface accd04bca6 Add help output 2023-02-05 00:24:29 -05:00
Joshua Boniface aaa6049030 Fix typo in readme 2023-02-05 00:19:38 -05:00
Joshua Boniface a2234a24d8 Clarify wording about SSH keys 2021-11-02 11:46:07 -04:00
Joshua Boniface 2808662faa Add more recommendations about concurrency 2021-11-02 11:43:15 -04:00
Joshua Boniface 7a2c17d034 Adjust wording of TLS warning 2021-11-02 11:40:21 -04:00
Joshua Boniface 6ccb0a3962 Mention the cleanup too 2021-11-02 11:36:28 -04:00
Joshua Boniface 041fb13b57 Fix a word 2021-10-31 03:06:41 -04:00
Joshua Boniface 8e8b766ff5 Add a "why" section to README 2021-10-31 03:04:13 -04:00
Joshua Boniface 93d4c288a1 Fix dependencies in setup.py 2021-10-31 02:54:28 -04:00
Joshua Boniface 2ff55cedff Mention the caveat of SSH keys 2021-10-31 02:51:28 -04:00
Joshua Boniface 44de552801 Add License notification 2021-10-31 02:43:56 -04:00
Joshua Boniface 1c1ede1cea Use consistent tense in log messages 2021-10-31 02:35:11 -04:00
Joshua Boniface 58710769fb Quote the log output for tasks 2021-10-31 02:28:48 -04:00
Joshua Boniface 694bec2346 Add log output for each task being run 2021-10-31 02:27:27 -04:00
Joshua Boniface 483f357f2b Improve handling of SSH host keys
1. Use StrictHostKeyChecking=accept-new to implicitly accept new SSH
host keys, preventing us from having to do this manually.

2. Use VerifyHostKeyDNS=yes to allow verification of DNSSEC-signed SSHFP
records, if available.
2021-10-31 02:24:28 -04:00
Joshua Boniface e9759a08c2 Fix illegal environment variable name 2021-10-31 02:19:33 -04:00
Joshua Boniface 7041eb7b85 Add missing argument to function call 2021-10-31 02:18:28 -04:00
Joshua Boniface d366f08a3f Add support for SSH deploy key cloning 2021-10-31 02:11:57 -04:00
Joshua Boniface 54d5837515 Add notes about the Webhook URL path 2021-10-31 01:44:15 -04:00
Joshua Boniface 8cc1067ed3 Handle missing bbuilder-tasks files better 2021-10-31 01:41:52 -04:00
Joshua Boniface 430cf8fcf9 Add warning about lack of TLS 2021-10-31 01:38:18 -04:00
Joshua Boniface 168b406cf0 Fix missing dependency and clean up README 2021-10-31 01:24:12 -04:00
Joshua Boniface d2d37faa40 Remove extra spaces around = 2021-10-31 01:12:07 -04:00
Joshua Boniface 6a1ad63fd0 Fix description of worker unit 2021-10-31 01:11:09 -04:00
Joshua Boniface 1549726c05 Fix the wording of the Systemd line 2021-10-31 00:56:35 -04:00
Joshua Boniface e8c6348a23 Mention the systemd part 2021-10-31 00:55:48 -04:00
Joshua Boniface 2277ea3ac1 Add systemd example configurations 2021-10-31 00:51:38 -04:00
Joshua Boniface 2a941e6ece Add authentication key support to API 2021-10-31 00:38:37 -04:00
Joshua Boniface 0e4bb177ef Make README example YAML compliant 2021-10-31 00:07:32 -04:00
Joshua Boniface 9a1f5c6b6d Initial commit of the bbuilder code and README 2021-10-30 23:52:31 -04:00
Joshua Boniface 0020f31441 Add .gitignore file 2021-10-30 22:56:25 -04:00
Joshua Boniface 20214e690a Initial commit of empty README 2021-10-30 16:19:50 -04:00