#!/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