sogimu / buildInfoCreator

Python-script which collect information about build and save it in file in form of C++11 struct

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build info creator

Python-script which collect information about build and save it in file in form of C++11 struct. It collects information as:

  • git commit
  • git branch
  • git tag
  • build id (if providen by user)
  • date and time
  • list of changed files in git repository
  • list of untracked files in git repository

About

Python-script which collect information about build and save it in file in form of C++11 struct

License:GNU General Public License v3.0


Languages

Language:Python 78.4%Language:C++ 21.6%