GBS Logo HELP HOME Generic Build Support (GBS) - User Manual
The system.gbs file Bottom Doc. Button
Release RMC-06.02
(2024-04-29)


- Home
Getting Started
- Quick Start
- Release Notes
- Install Notes
- Create a GBS-WA/System
- FAQ
- Terms and Conditions (The Fine Print)
Basics
- Definitions & Acronyms
- Introduction
- Top Level Directory Structure
- Full Directory Structure
- Handling SubSystems & Steps
- Procedures
- Software Configuration Management Support

Manual Pages
- The Command-Line Interface
- All Commands
- The gbssys... Commands
- Generating Code (Building)
- Libraries & Executables and Testing
- Exporting Deliverables
- Auditing
- Customisations (Session)
- Customisations (User)
- Customisations (Admin)
- Integration with other Tools
- Plugins (Admin)
- Environment Variables (EnvVars)
User Files
- The GLKBT (glk/glb/glt) Files
Internal (.gbs) Files
- GBS Files - General
- audit.gbs
- broadcast.gbs
- build.gbs
- export.gbs
- flags_*.gbs
- subsys.gbs (.bat/.sh)
- incs_*.gbs
- owners.gbs
- sca_*.gbs
- scope.gbs
- site.gbs (.bat/.sh)
- steps.gbs
- switch.gbs (.bat/.sh)
- system.gbs
- tool.gbs
Various
- Development
- About
- Metrics Help

Full Documentation
- All Docs - Printable


Contents Bottom Doc. Button Top Document Button Down Section Button Blank

Description
Example of a system.gbs

Description Bottom Doc. Button Top Document Button Down Section Button Up Section Button

Purpose Bottom Doc. Button Top Document Button Down Section Button Up Section Button Down Chapter Button Blank

The system.gbs file is located in the GBS_SYSTEM_PATH directory is used to define primary settings for a System.

It is a very delicate file and any manual modifications should be left to a GBS specialist.

Notes: Bottom Doc. Button Top Document Button Down Section Button Up Section Button Blank Up Chapter Button

Example of a system.gbs: Bottom Doc. Button Top Document Button Blank Up Section Button

    
    #
    #   SYSTEM.GBS
    #
    id=system
    system_name=SuperGlo
    root_version=2.04
    build_start=202061212
    build_end=
    scms-MSWin32=SubVersioN
    scms-linux=No_SCMS
    scms_data=trunk
    scms_repository-linux=
    scms_repository-MSWin32=svn://vhvfsnt10/SuperGlo
    builds-MSWin32=dos
    builds-MSWin32=dosd
    builds-MSWin32=mingw
    builds-MSWin32=mingwd
    builds-MSWin32=mvs
    builds-MSWin32=mvsd
    builds-linux=lgcc
    ###EOF###
    
    

system.html