This repository has been archived on 2020-01-17. You can view files and clone it, but cannot push or open issues or pull requests.
dev-tools/data/config.template

21 lines
420 B
Plaintext
Raw Normal View History

2017-05-03 11:47:34 +00:00
#!/bin/bash
# The respository hostname to access via SSH
sshHost=localhost
# The SSH user to access to the repository
sshUser=$USER
# Location of the SSH private key used for authentication
sshKeyFile=$HOME/.ssh/id_rsa
# The directory where repository is allocated on the remote host
repoDir=/var/cache/reprepro
# The default codename if none is specified
codename=stable
# Whether to keep generated files
keep=0