I have tried this a few times now and based on the Readme file example below I assume the gisobuild script would support folders.
$ tree /path/to/repo/
/path/to/repo/
├── bugfixes
│ ├── 8000-x64-24.3.1-CSCab12345.tar.gz
│ ├── 8000-x64-24.3.1-CSCzy54321.tar.gz
│ ...
└── optional-rpms
├── cdp
│ ├── xr-cdp-0deb3755978fea2a-24.3.1v1.0.0-1.x86_64.rpm*
│ ├── xr-cdp-1b7551b6d2623937-24.3.1v1.0.0-1.x86_64.rpm*
│ ├── xr-cdp-24.3.1v1.0.0-1.x86_64.rpm*
│ ...
├── telnet
│ ├── xr-telnet-0deb3755978fea2a-24.3.1.22Iv1.0.0-1.x86_64.rpm
│ ├── xr-telnet-24.3.1.22Iv1.0.0-1.x86_64.rpm
│ ...
...
It doesn't work for me though unless all the tar files and the RPMs are in the root of the repo. I have recreated the repo many times with different folder structures and the packages are added to the repo each time I create it. When I create the GISO image though the only one that includes the tar and rpms is the one where they are all in the root of the repo. Is this expected behavior?
I have tried this a few times now and based on the Readme file example below I assume the gisobuild script would support folders.
It doesn't work for me though unless all the tar files and the RPMs are in the root of the repo. I have recreated the repo many times with different folder structures and the packages are added to the repo each time I create it. When I create the GISO image though the only one that includes the tar and rpms is the one where they are all in the root of the repo. Is this expected behavior?