Commit Graph

2 Commits

Author SHA1 Message Date
Marcus Schäfer
606b131d77 Set ident export-subst git attribute on version.py 2016-04-21 16:21:00 +02:00
Marcus Schäfer
cd3ae5e3c5 Added __githash__ to version.py
Any time the version.py is changed and committed the git ident
will be reset by git. After a checkout of version.py the ident
will be updated in version.py to the git commit id of version.py
Whenever we relase a new kiwi version the process is as follows:

1. run bumpversion to set the version for the release
2. run tox to create the source tarball for the release
   We have to make sure tox calls a git checkout of
   version.py
2015-12-18 16:46:04 +01:00