| Summary: | traceback adding iso from a jenkins job with mixed iso and rpms artifacts | ||
|---|---|---|---|
| Product: | [Community] Repoman | Reporter: | Sandro Bonazzola <sbonazzo> |
| Component: | Core | Assignee: | David Caro <dcaroest> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | David Caro <dcaroest> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.2 | CC: | eedri |
| Target Milestone: | 1.3 | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 1.2.55 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-02-29 10:13:20 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Sandro Bonazzola
2016-02-11 07:54:48 UTC
Traceback also adding an iso to an empty repo: $ repoman -k /home/sbonazzo/RPM-GPG-ovirt.private /home/sbonazzo/ovirt-live add http://jenkins.ovirt.org/job/ovirt-live_3.6-create-iso/251/artifact/output/ovirt-live-el7-3.6.3_rc3.iso Traceback (most recent call last): File "/usr/bin/repoman", line 10, in <module> sys.exit(main()) File "/usr/lib/python2.7/site-packages/repoman/cmd.py", line 205, in main repo.add_source(art_src.strip()) File "/usr/lib/python2.7/site-packages/repoman/common/repo.py", line 115, in add_source store.add_artifact(artifact_path) File "/usr/lib/python2.7/site-packages/repoman/common/stores/iso.py", line 151, in add_artifact self.add_iso(iso, **args) File "/usr/lib/python2.7/site-packages/repoman/common/stores/iso.py", line 169, in add_iso temp_dir=self.config.get('temp_dir'), File "/usr/lib/python2.7/site-packages/repoman/common/stores/iso.py", line 58, in __init__ with open(path) as fdno: IOError: [Errno 2] No such file or directory: 'http://jenkins.ovirt.org/job/ovirt-live_3.6-create-iso/251/artifact/output/ovirt-live-el7-3.6.3_rc3.iso' 2016-02-17 12:52:14,394::INFO::repoman.common.repo::Cleaning up temporary dir /tmp/tmpSOPAvv $ rpm -qv repoman repoman-1.2.53-1.el7.centos.noarch I can't reporduce on fedora23 with the same version or the previous one from the repos, I'll try to check on el7 got it, working on it |