YouTubeDownloader v1.1.2
YouTube content downloader
Loading...
Searching...
No Matches
generate_git_version.py File Reference

Utility script to generate a python file containing the git short SHA as a variable for the executable. More...

Go to the source code of this file.

Namespaces

namespace  Executable
 
namespace  Executable.generate_git_version
 

Functions

None generate_git_version_file (str s_workpath)
 Generate git version file.
 

Variables

str FILE_HEADER
 
str GIT_VERSION_FILE_NAME = "git_version.py"
 
 log = logging.getLogger("GenerateGitVersion")
 
 workpath = sys.argv[1]
 

Detailed Description

Utility script to generate a python file containing the git short SHA as a variable for the executable.

Called within the build process (generate_executable.py).


Definition in file generate_git_version.py.