Bug 1078908
| Summary: | Parameterize "debug" in apply-updates.bat | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | Mike Foley <mfoley> | ||||||
| Component: | Configuration | Assignee: | Simeon Pinder <spinder> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | JON 3.2.1 | CC: | ahovsepy, spinder | ||||||
| Target Milestone: | DR03 | ||||||||
| Target Release: | JON 3.2.1 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-05-08 17:43:43 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: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Mike Foley
2014-03-20 14:14:16 UTC
After discussions with GSS, it was decided to not pass these values in as parameter, but instead to have the scripts check for the presence of DEBUG environment variables for activation. This means that script is i)not made more complicated by additional params on windows and batch. TODO comment was removed. Bash/batch check for presence of variables instead now. See commit: 10831982a410 for more details. Moving to MODIFIED. Moving to ON_QA as available for test in newest cumulative patch build from here: http://jon01.mw.lab.eng.bos.redhat.com:8042/dist/release/jon/3.2.1.GA/4-01-2014/ I moved the earlier build to 3-18-2014. Created attachment 882248 [details]
debug_on
Created attachment 882365 [details]
debug_on_logs
DEBUG var with true values is detected - no debug log visible (logs in patch.log) when DEBUG DEBUG is N/A - .bat does nothing, while in .sh it sets/exports it as empty. new BZ for logging inconsistency - #1084128 JON 3.2.1 released week of 5/5/2014 |