+gitea bare repo cloning

This commit is contained in:
2023-04-17 05:19:25 -04:00
parent 7680b34aca
commit ec313ab3c3
5 changed files with 274 additions and 141 deletions

View File

@@ -17,4 +17,13 @@ var cfg_content = `# Scaffold program configuration
# Too funny - this config file doesn't seem to be needed ;-)
# let's keep it for future use -- very silly
testkey = "test value"`
testkey = "test value"
# Turn on/off testing for the existence of the ssh executable
# it's just an extra safe guard.
# Because it's required for the remote repo and gitea setups.
# If you turn it off, you can still
# control the remote repo and gitea setups
# via the create_remote_repo and setup_gitea options in scaffold-projectType.toml
test_for_ssh = true
`