Linux: Create local repository with package locate in seperate sub-folder.
When you use reposync to download all package from epel repository. When finish, all package locate in multi sub-folder. Like
./Parent/a
./Parent/b
./Parent/c
You can using createrepo command to create all metadata of package by command:
createrepo ./Parent.
./Parent/a
./Parent/b
./Parent/c
You can using createrepo command to create all metadata of package by command:
createrepo ./Parent.