From: Michael Schroeder Date: Mon, 16 Jul 2018 19:56:10 +0000 (+0200) Subject: Move old repo2solv.sh into examples X-Git-Tag: 0.6.35~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a8434ddbe29dfcee9ff06d0b8b76f015adb5184;p=thirdparty%2Flibsolv.git Move old repo2solv.sh into examples --- diff --git a/tools/repo2solv.sh b/examples/repo2solv.sh similarity index 98% rename from tools/repo2solv.sh rename to examples/repo2solv.sh index 49b623a8..450b7fac 100755 --- a/tools/repo2solv.sh +++ b/examples/repo2solv.sh @@ -1,6 +1,9 @@ #! /bin/sh # repo2solv # +# this is a shell implementation of repo2solv that makes use of +# the different parser utilities +# # give it a directory of a local mirror of a repo and this # tries to detect the repo type and generate one SOLV file on stdout