From 4a8434ddbe29dfcee9ff06d0b8b76f015adb5184 Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Mon, 16 Jul 2018 21:56:10 +0200 Subject: [PATCH] Move old repo2solv.sh into examples --- {tools => examples}/repo2solv.sh | 3 +++ 1 file changed, 3 insertions(+) rename {tools => examples}/repo2solv.sh (98%) 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 -- 2.47.2