summaryrefslogtreecommitdiffstats
path: root/bin/reprepro_reset.sh
blob: da57320413dbbd39e38265758c3415f255db31b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

set -e

REPOSITORY="${REPREPRO_BASE_DIR:-/srv/$(hostname -f)/packages}"

cd "${REPOSITORY}"

if [ ! -e conf ]
then
	exit 0
fi

rm -rf db dists pool project