From ce7cef2bd8e7dcb1e9fee5f9bff5432a81d5894e Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 31 Aug 2013 16:36:41 +0200 Subject: [PATCH] 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. --- debian/bin/init-reprepro.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.1