Distribution base_url display Packages config.repo repodata, expecting list of RPMs - Printable Version +- PULP Community (https://pulp-platform.org/community) +-- Forum: PULP's Community forum (https://pulp-platform.org/community/forumdisplay.php?fid=1) +--- Forum: PULP General questions (https://pulp-platform.org/community/forumdisplay.php?fid=2) +--- Thread: Distribution base_url display Packages config.repo repodata, expecting list of RPMs (/showthread.php?tid=271) |
Distribution base_url display Packages config.repo repodata, expecting list of RPMs - janr7 - 08-13-2021 Hello We are moving to pulp3 from pulp2 without the migration path. Setting all up in a container. Using pulp/squeezer Using the base_url from the created distribution, the web page displays three lines as below. Inside Packages are directories [0-1a-z] and the packages are in there. I was expecting a list of packages. Are there a way to have the URL display the list of packages on one page? Thanks so much. base-url result: { "base_path": "SLE/SLES12/SP5/updates", "base_url": "http://ltdkserverops05vm.group.net:8080/pulp/content/SLE/SLES12/SP5/updates/", "content_guard": null, "name": "SLES12-SP5-Updates", "publication": "/pulp/api/v3/publications/rpm/rpm/f52e00bb-7344-4058-ab7e-a2893d64ce33/", "pulp_created": "2021-08-13T08:08:57.970004Z", "pulp_href": "/pulp/api/v3/distributions/rpm/rpm/72421ce2-611d-417b-bd65-49d5272f0cf7/", "pulp_labels": {}, "repository": null }, { "versions": [ { "component": "core", "version": "3.14.4" }, { "component": "rpm", "version": "3.14.0" }, { "component": "python", "version": "3.4.0" }, { "component": "maven", "version": "0.3.1" }, { "component": "file", "version": "1.8.2" }, { "component": "deb", "version": "2.14.1" }, { "component": "container", "version": "2.8.0" }, { "component": "certguard", "version": "1.5.0" }, { "component": "ansible", "version": "0.9.0" } ] |