Bug ID | 899157 |
---|---|
Summary | osc service disabled run has exit code 0 on failure |
Classification | Internal Novell Products |
Product | openSUSE Build Service |
Version | master |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | source services |
Assignee | adrian@suse.com |
Reporter | aspiers@suse.com |
QA Contact | adrian@suse.com |
Found By | Development |
Blocker | --- |
~/IBS/Devel/Cloud/4/crowbar-barclamp-nova_dashboard $ osc service dr Cloning into '/tmp/tmpQIkaRt/tmpUyd3Ua/barclamp-nova_dashboard.git'... HEAD is now at ea30f00 Merge pull request #186 from dirkmueller/release/stoney/master _servicedata: Failed to parse ([Errno 2] No such file or directory: '/tmp/tmpQIkaRt/_servicedata') Cleaning: /tmp/tmpQIkaRt/tmpUyd3Ua Aborting: service call failed: /usr/lib/obs/service/tar_scm --url 'git://github.com/crowbar/barclamp-nova_dashboard.git' --scm 'git' --exclude '.git' --exclude '.gitreview' --filename 'crowbar-barclamp-nova_dashboard' --versionformat '1.8+git.%ct.%h' --revision 'release/stoney/master' --changesgenerate 'enable' --outdir /tmp/tmpQIkaRt ~/IBS/Devel/Cloud/4/crowbar-barclamp-nova_dashboard $ echo $? 0 This breaks any scripts which wrap around it. This is similar to bug 747942, where 'osc build' has the same issue. Fix proposed in https://github.com/openSUSE/osc/pull/115