Issues.00127 - lordmundi/wikidoctest GitHub Wiki

00127: break up cev_models.cfg

ยซ 00126 | Issues | 00128 ยป

Summary: break up cev_models.cfg

Created: 2009โ€“01โ€“21 15:21

Status: Released

Category: Request

From: frankie

Version: 2.0

Released_In: 2.1

Description:

THe config file cev_models.cfg has grown to include pieces outside of the CEV. This file should be broken up into pieces for things station, lsam, CLV, etc.


Comments

frankie May 18, 2009, at 04:00 PM: Broke up cev_models.cfg into the following files:

  • configs/first_stage.cfg
  • configs/second_stage.cfg
  • configs/service_module.cfg
  • configs/command_module.cfg
  • configs/las.cfg
  • configs/lsam.cfg
  • configs/calv.cfg
  • configs/iss.cfg
  • configs/misc.cfg

Made links for the following to maintain backward compatible with older config files:

  • configs/lod.cfg โ†’ iss.cfg
  • configs/cev_models.cfg โ†’ cev_models_compat.cfg

ยซ 00126 | Issues | 00128 ยป

Associated Commits

| commit | 40f425260d9f772d5b79194a83a59d35798f3b40 link5 | || | Author: | Frank Graffagnino | | Date: | Mon May 18 16:55:28 2009 -0500 | | Message: | [@Issue 00127: changed default config to use new layout Changed .doug_cshrc and cev.cfg to use the new split files from cev_models.cfg instead of the one large jumbo file. @] |

Affected Files:

.doug_cshrc | 14 ++++++++++++±
 cev.cfg     | 12 +++++++++±-
 2 files changed, 23 insertions(+), 3 deletions(-)

| commit | 84e62bc43c130047ad5073da3b8776e175e83db6 link6 | || | Author: | Frank Graffagnino | | Date: | Mon May 18 15:55:49 2009 -0500 | | Message: | [@Issue 00127: Broke up cev_models.cfg into files for each element Broke up cev_models.cfg into the following files:

* configs/first_stage.cfg
   * configs/second_stage.cfg
   * configs/service_module.cfg
   * configs/command_module.cfg
   * configs/las.cfg
   * configs/lsam.cfg
   * configs/calv.cfg
   * configs/iss.cfg
   * configs/misc.cfg

Made links for the following to maintain backward compatible with older config files:

* configs/lod.cfg โ†’ iss.cfg
   * configs/cev_models.cfg โ†’ cev_models_compat.cfg

FG @] |

Affected Files:

configs/calv.cfg              |  50 ++++
 configs/cev_models.cfg        | 546 ±----------------------------------------
 configs/cev_models_compat.cfg |  20 ++
 configs/command_module.cfg    | 214 +++++++++++++++++
 configs/first_stage.cfg       |  56 +++++
 configs/iss.cfg               | 277 +++++++++++++++++++++
 configs/las.cfg               |  69 ++++++
 configs/lod.cfg               | 271 ±-------------------
 configs/lsam.cfg              |  52 ++++
 configs/misc.cfg              |  61 +++++
 configs/second_stage.cfg      |  56 +++++
 configs/service_module.cfg    | 228 ++++++++++++++++++
 12 files changed, 1085 insertions(+), 815 deletions(-)