Bug 700916
Summary: | repo sync on el5 returns syntax error | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | dgao |
Component: | z_other | Assignee: | Pradeep Kilambi <pkilambi> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | dgao |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | CC: | pthomas, skarmark |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | Sprint 25 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-08-16 12:07:27 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 647488 |
Description
dgao
2011-04-29 19:29:58 UTC
The issue is with modifyrepo and how it stacks .gz when we run it. We now use a newer version of createrepo in pulp repo for el5..pulp now requires this version of createrepo. with newer createrepo # rpm -q createrepo createrepo-0.9.8-3 # pulp-admin repo sync -F --id=foobar Sync for repository foobar started Sync: Finished 0/7 new items downloaded 7/7 existing items processed Item Details: Rpms: 7/7 build: 0.192 [root@pulp-qe-rhel5 ~]# pulp-admin repo create --id=foo --feed=http://10.16.76.78/pub/updates/ Successfully created repository [ foo ] [root@pulp-qe-rhel5 ~]# pulp-admin repo sync --id=foo -F Sync for repository foo started You can safely CTRL+C this current command and it will continue Waiting / Step: Downloading Metadata Waiting - Step: Downloading Items or Verifying [ ] 0% Rpms: 0/7 Total: 0/7 items Step: Downloading Items or Verifying [======== ] 33% Rpms: 4/7 Total: 4/7 items Step: Running Createrepo Waiting \ Step: Running Createrepo Waiting | Step: Running Createrepo Waiting / Step: Importing data into pulp Waiting - Step: Importing data into pulp Waiting \ Step: Importing data into pulp Waiting | Step: Importing data into pulp Waiting / Sync: Finished 0/7 new items downloaded 7/7 existing items processed Item Details: Rpms: 7/7 [root@pulp-qe-rhel5 ~]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 5.6 (Tikanga) Closing with Community Release 15 pulp-0.0.223-4. Closing with Community Release 15 pulp-0.0.223-4. |