]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
debian/bin/init-reprepro.sh: Use reprepro export.
authorSimon Ruderich <simon@ruderich.org>
Sat, 31 Aug 2013 14:36:41 +0000 (16:36 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 31 Aug 2013 14:36:41 +0000 (16:36 +0200)
This initializes an empty but working repository which can be accessed
by apt-get update without errors.

debian/bin/init-reprepro.sh

index f16a69b979140739e6e7e4ab491c1089da05d1ab..ff14f5b215e59e73238c4fceffb7aca10411b358 100755 (executable)
@@ -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