982
edits
m (→Special Handling for fgdata: table fixes) |
m (→Current Status of development on the team clone: fg-download-and-compile-fgmeta.git: added cleanup task for next version) |
||
| Line 13: | Line 13: | ||
*** cleanup task: lowercase all variables that are not used as environment variables. This is the current accepted practice for bash scripts. | *** cleanup task: lowercase all variables that are not used as environment variables. This is the current accepted practice for bash scripts. | ||
*** cleanup task: use a "Here Document" for help | *** cleanup task: use a "Here Document" for help | ||
*** cleanup task: get rid of all that my_slash stuff in the fgx section | |||
** feature_symlinks | ** feature_symlinks | ||
*** A robust implementation of directory management allowing a single downloaded set of sources and fgdata to support multiple builds | *** A robust implementation of directory management allowing a single downloaded set of sources and fgdata to support multiple builds | ||
*** Introduction of bash associative arrays for storing attributes related to specific components. | *** Introduction of bash associative arrays for storing attributes related to specific components. | ||
*** cleanup task: in the component build sections use cd to move between directories using full path names where needed. remove relative cd commands. remove necessity to return to current build directory at the end of each component. | *** cleanup task: in the component build sections use cd to move between directories using full path names where needed. remove relative cd commands. remove necessity to return to current | ||
build directory at the end of each component. | |||
*** maintenance task: Default versions of OSG for each version of flightgear | |||
** feature_fgmeta_cmake | ** feature_fgmeta_cmake | ||
edits