Difference between revisions of "Open Development User Group"
Jump to navigation
Jump to search
(bashisms in 3p-* build scripts) |
|||
Line 20: | Line 20: | ||
--> | --> | ||
# [https://bitbucket.org/lindenlab/llconvexdecompositionstub/overview llconvexdecompositionstub] discus how best to get this actually working. ([[User:WolfPup Lowenhar|WolfPup Lowenhar]] 05:55, 8 June 2011 (PDT)) | # [https://bitbucket.org/lindenlab/llconvexdecompositionstub/overview llconvexdecompositionstub] discus how best to get this actually working. ([[User:WolfPup Lowenhar|WolfPup Lowenhar]] 05:55, 8 June 2011 (PDT)) | ||
# <code>sh</code>/<code>bash</code> discrepancy: <code>build-cmd.sh</code> in some 3p-* repositories contains bashisms, but is executed by <code>sh</code>. On distributions where <code>sh</code> isn't an alias of <code>bash</code> (e.g. [https://wiki.ubuntu.com/DashAsBinSh Ubuntu >= 6.10]) this will fail. How should this be solved? | |||
#* replace bashisms to make scripts (POSIX-)<code>sh</code>-compliant | |||
#* have them executed by <code>bash</code> rather than <code>sh</code> | |||
# [https://jira.secondlife.com/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+%22Open+Development%22+AND+assignee+is+EMPTY+AND+status+%3D+%22Awaiting+Review%22++ORDER+BY+createdDate%2C+priority+DESC OPEN Issue Triage] ([[User:Oz Linden|Oz Linden]]) | # [https://jira.secondlife.com/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+%22Open+Development%22+AND+assignee+is+EMPTY+AND+status+%3D+%22Awaiting+Review%22++ORDER+BY+createdDate%2C+priority+DESC OPEN Issue Triage] ([[User:Oz Linden|Oz Linden]]) | ||
Revision as of 09:03, 8 June 2011
Open Source Policies, Resources for Open Contributions, and progressing contributions through the Snowstorm process.
Chaired by Oz Linden of the Snowstorm Team.
Agenda
The agenda for the next meeting is:
- llconvexdecompositionstub discus how best to get this actually working. (WolfPup Lowenhar 05:55, 8 June 2011 (PDT))
sh
/bash
discrepancy:build-cmd.sh
in some 3p-* repositories contains bashisms, but is executed bysh
. On distributions wheresh
isn't an alias ofbash
(e.g. Ubuntu >= 6.10) this will fail. How should this be solved?- replace bashisms to make scripts (POSIX-)
sh
-compliant - have them executed by
bash
rather thansh
- replace bashisms to make scripts (POSIX-)
- OPEN Issue Triage (Oz Linden)
Archive
Records of past meetings: Open Development User Group/Archive
- See the list of other user groups.