codester2 / devide

Automatically exported from code.google.com/p/devide
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

improve post 12.2.7 release versioning #215

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
At the moment, johannes injects the devide release datestring, the devide 
revision id and the johannes revision id into devide.py itself.

Implement these improvements:
* in the same dir as devide.py, johannes creates versions_release.py that can 
be imported by devide.py. This contains the devide revision id and release 
datestring. devide tries to import this at startup, if it gets an ImportError, 
uses its built-in development version.
* in the dre.cfg, the johannes install package for dre sets the dre revision id 
and the johannes revision id that built everything.

Original issue reported on code.google.com by cpbotha on 13 Feb 2012 at 8:10

GoogleCodeExporter commented 8 years ago
fixed in a whole bunch of changes on 2012-02-13.

Original comment by cpbotha on 13 Feb 2012 at 7:07