|
[root@dhcp129-52 yum.repos.d]# pulp-admin login -u admin -p admin
|
|
Successfully logged in. Session certificate will expire at Nov 3 19:31:54 2017
|
|
GMT.
|
|
|
|
[root@dhcp129-52 yum.repos.d]# pulp-admin rpm repo create --repo-id foo --feed https://repos.fedorapeople.org/pulp/pulp/fixtures/rpm-unsigned/
|
|
Successfully created repository [foo]
|
|
|
|
[root@dhcp129-52 yum.repos.d]# pulp-admin rpm repo sync run --repo-id foo
|
|
|
|
+----------------------------------------------------------------------+
|
|
Synchronizing Repository [foo]
|
|
+----------------------------------------------------------------------+
|
|
|
|
This command may be exited via ctrl+c without affecting the request.
|
|
|
|
|
|
Downloading metadata...
|
|
[/]
|
|
... completed
|
|
|
|
Downloading repository content...
|
|
[==================================================] 100%
|
|
RPMs: 32/32 items
|
|
Delta RPMs: 0/0 items
|
|
|
|
... completed
|
|
|
|
Downloading distribution files...
|
|
[==================================================] 100%
|
|
Distributions: 0/0 items
|
|
... completed
|
|
|
|
Importing errata...
|
|
[\]
|
|
... completed
|
|
|
|
Importing package groups/categories...
|
|
[-]
|
|
... completed
|
|
|
|
Cleaning duplicate packages...
|
|
[-]
|
|
... completed
|
|
|
|
|
|
Task Succeeded
|
|
|
|
|
|
|
|
Initializing repo metadata
|
|
[-]
|
|
... completed
|
|
|
|
Publishing Distribution files
|
|
[-]
|
|
... completed
|
|
|
|
Publishing RPMs
|
|
[==================================================] 100%
|
|
32 of 32 items
|
|
... completed
|
|
|
|
Publishing Delta RPMs
|
|
... skipped
|
|
|
|
Publishing Errata
|
|
[==================================================] 100%
|
|
4 of 4 items
|
|
... completed
|
|
|
|
Publishing Comps file
|
|
[==================================================] 100%
|
|
4 of 4 items
|
|
... completed
|
|
|
|
Publishing Metadata.
|
|
[-]
|
|
... completed
|
|
|
|
Closing repo metadata
|
|
[-]
|
|
... completed
|
|
|
|
Generating sqlite files
|
|
... skipped
|
|
|
|
Removing old repodata
|
|
[-]
|
|
... completed
|
|
|
|
Generating HTML files
|
|
... skipped
|
|
|
|
Publishing files to web
|
|
[-]
|
|
... completed
|
|
|
|
Writing Listings File
|
|
[-]
|
|
... completed
|
|
|
|
|
|
Task Succeeded
|
|
|
|
|
|
[root@dhcp129-52 yum.repos.d]#
|
|
[root@dhcp129-52 yum.repos.d]# find /var/lib/pulp -name repomd.xml
|
|
/var/lib/pulp/published/yum/master/yum_distributor/foo/1509132750.65/repodata/repomd.xml
|
|
[root@dhcp129-52 yum.repos.d]# ls -l /var/lib/pulp/published/yum/master/yum_distributor/foo/1509132750.65/repodata/repomd.xml
|
|
-rw-r--r--. 1 apache apache 0 Oct 27 15:32 /var/lib/pulp/published/yum/master/yum_distributor/foo/1509132750.65/repodata/repomd.xml
|
|
[root@dhcp129-52 yum.repos.d]# cat /var/lib/pulp/published/yum/master/yum_distributor/foo/1509132750.65/repodata/repomd.xml
|
|
[root@dhcp129-52 yum.repos.d]#
|
|
|
|
|
|
|