]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - debian/bin/init-reprepro.sh
debian/bin/init-reprepro.sh: Use reprepro export.
[config/dotfiles.git] / 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