GBS Logo HELP HOME Generic Build Support (GBS) - User Manual
The broadcast.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 broadcast.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

Show a (GBS related) text when an interactive GBS session is started.

It is located in GBS_SCRIPTS_ROOT directory
Lines starting with '#' will be skipped.

To edit the file:
gbsedit broadcast.gbs or
gbssudo edit broadcast.gbs

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

Useful with multi-user install of GBS

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

    
    #=================================================
    #   File: broadcast.gbs
    #   Path: D:/Work/Development/GBS/WA
    #=================================================
    #
    #   Place your broadcast here
    #   Lines starting with '#' will not be broadcast
    #
    #Release date set to2020-12-01
    
    Release date delayed till 2021-02-14
    
    #
    ###EOF###
    
    

broadcast.html