diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2023-12-13 18:46:23 -0800 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2024-02-03 17:55:16 -0800 |
commit | f2ed9ea61489c2fdb8abfbc9ade2ab2fcbd989d3 (patch) | |
tree | 622ab5cc74ccf66682470aa183d1afa3844395d4 | |
parent | f3cd05016b3e21c4de04bffef39dc87d568e25b9 (diff) | |
download | mgatools-f2ed9ea61489c2fdb8abfbc9ade2ab2fcbd989d3.tar mgatools-f2ed9ea61489c2fdb8abfbc9ade2ab2fcbd989d3.tar.gz mgatools-f2ed9ea61489c2fdb8abfbc9ade2ab2fcbd989d3.tar.bz2 mgatools-f2ed9ea61489c2fdb8abfbc9ade2ab2fcbd989d3.tar.xz mgatools-f2ed9ea61489c2fdb8abfbc9ade2ab2fcbd989d3.zip |
Comment that a path should come from "functions"
-rwxr-xr-x | mga-createrepo | 1 |
1 files changed, 1 insertions, 0 deletions
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 |