Open Development User Group: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
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 10: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/bashdiscrepancy:build-cmd.shin some 3p-* repositories contains bashisms, but is executed bysh. On distributions whereshisn'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
bashrather 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.