Bug 560997
| Summary: | rlBundleLogs should not use RHTS variables | |||
|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Petr Šplíchal <psplicha> | |
| Component: | beakerlib | Assignee: | Petr Muller <pmuller> | |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | low | |||
| Version: | 19 | CC: | ohudlick, pmuller, psplicha, qa-errata-list | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | All | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | beakerlib-1.7-1.fc19 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 893055 (view as bug list) | Environment: | ||
| Last Closed: | 2013-05-22 03:11:04 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: | 531282, 893055 | |||
I don't think this is actually a bug: It works even outside RHTS. But the filename is ugly in that case. This is a legacy from the old RHTS helpers, and I actually don't think those variables are needed. Should be fixed in http://git.fedorahosted.org/cgit/beakerlib.git/commit/?id=393283df3142727a7e57593fbe9759ba67fd9469 This bug appears to have been reported against 'rawhide' during the Fedora 19 development cycle. Changing version to '19'. (As we did not run this process for some time, it could affect also pre-Fedora 19 development cycle bugs. We are very sorry. It will help us with cleanup during Fedora 19 End Of Life. Thank you.) More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora19 beakerlib-1.7-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/beakerlib-1.7-1.fc19 Package beakerlib-1.7-1.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing beakerlib-1.7-1.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-7067/beakerlib-1.7-1.fc19 then log in and leave karma (feedback). beakerlib-1.7-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: The rlBundleLogs function uses RHTS variables for constructing archive name. This should be removed to make BeakerLib standalone. Scrap from logging.sh: rlBundleLogs(){ local PKG=$1 shift local LOGDIR="/tmp/$PKG.${JOBID}_${RECIPEID}_${TESTID}" rlLog "Bundling logs"