From f2ed9ea61489c2fdb8abfbc9ade2ab2fcbd989d3 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 13 Dec 2023 18:46:23 -0800 Subject: Comment that a path should come from "functions" --- mga-createrepo | 1 + 1 file changed, 1 insertion(+) diff --git a/mga-createrepo b/mga-createrepo index 43ac911..1c4986a 100755 --- a/mga-createrepo +++ b/mga-createrepo @@ -1,4 +1,5 @@ #!/bin/bash +# TODO: use path from $distribdir in functions for d in /distrib/bootstrap/distrib/cauldron/SRPMS/*/*/ /distrib/bootstrap/distrib/cauldron/*/media/{core,nonfree,tainted}/*/ /distrib/bootstrap/distrib/cauldron/*/media/debug/{core,nonfree,tainted}/*/ do time createrepo_c --no-database --update --workers=10 $d -- cgit v1.2.1