Opened 14 years ago
Closed 14 years ago
#1431 closed defect (fixed)
sugar-jhbuild silently fails if lsb_release is not found
Reported by: | Samus_ | Owned by: | sascha_silbe |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | sugar-jhbuild | Version: | Unspecified |
Severity: | Unspecified | Keywords: | |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | Unconfirmed |
Description
currently if the lsb_release tool is not present the script fails to recognize dependencies but does not let the user know that the tool is missing.
proposed patch emits a warning.
Attachments (1)
Change History (2)
Changed 14 years ago by Samus_
comment:1 Changed 14 years ago by sascha_silbe
- Resolution set to fixed
- Status changed from new to closed
Thanks for the patch! I used different wording, but the effect is the same.
Committed as b458eb1.
Note: See
TracTickets for help on using
tickets.
proposed patch