From: Simon Ruderich Date: Sat, 31 Aug 2013 14:36:41 +0000 (+0200) Subject: debian/bin/init-reprepro.sh: Use reprepro export. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=ce7cef2bd8e7dcb1e9fee5f9bff5432a81d5894e;p=config%2Fdotfiles.git debian/bin/init-reprepro.sh: Use reprepro export. This initializes an empty but working repository which can be accessed by apt-get update without errors. --- diff --git a/debian/bin/init-reprepro.sh b/debian/bin/init-reprepro.sh index f16a69b..ff14f5b 100755 --- a/debian/bin/init-reprepro.sh +++ b/debian/bin/init-reprepro.sh @@ -78,7 +78,7 @@ EOF # reprepro is not installed, it's not necessary for a correct # installation. echo 'Initializing repository, errors are ignored.' >&2 - ( cd "$repo" && reprepro check ) || true + ( cd "$repo" && reprepro export ) || true # Does nothing if the same key is imported multiple times. echo 'Adding key with apt-key.' >&2