build_step

build_step is shell tool for analyzing build products.

Developed in bash code: 100%.

GitHub shell checker

The README is used to introduce the tool and provide instructions on how to install the tool, any machine dependencies it may have and any other information that should be provided before the tool is installed.

GitHub issues Documentation Status GitHub contributors

Installation

Debian Linux OS

Navigate to release page download and extract release archive.

To install build_step type the following

tar xvzf build_step-x.y.tar.gz
cd build_step-x.y
cp -R ~/sh_tool/bin/   /root/scripts/build_step/ver.x.y/
cp -R ~/sh_tool/conf/  /root/scripts/build_step/ver.x.y/
cp -R ~/sh_tool/log/   /root/scripts/build_step/ver.x.y/

Or You can use Docker to create image/container.

Dependencies

build_step requires next modules and libraries

Shell tool structure

build_step is based on MOP.

Shell tool structure

sh_tool/
├── bin/
│   ├── build_step.sh
│   ├── center.sh
│   └── display_logo.sh
├── conf/
│   ├── build_step.cfg
│   ├── build_step.logo
│   └── build_step_util.cfg
└── log/
    └── build_step.log

Indices and tables