1. Linux

1.1. Build

Build of Delta Linux Tools package.

  • Install Git.

  • Log in as delta on the tbhf-anc-mrm server.

  • Enter the following commands at a Command Line.

    mkdir -p ~/github/git/delta-software-labs
    cd ~/github/git/delta-software-labs
    git clone https://delta-software-labs@github.com/delta-software-labs/Linux-Tools.git
    cd ~/github/git/delta-software-labs/Linux-Tools
    git status -s
    git-diff <file>
    git add <file>
    git commit
    git push
    git tag -l
    git tag -a v1.0 -m ""
    git tag -l
    git push --tags
    make clean
    make
    
    git describe --always --dirty --long --tags
    git show-ref --abbrev --dereference --hash --tags | grep refs