Changeset - e2ac4623c1c4
[Not reviewed]
default
0 1 0
Travis Burtrum - 11 years ago 2014-07-14 19:12:23
android@moparisthebest.com
hooks: RC_SCM_DATA was renamed to KALLITHEA_EXTRAS ... but set it anyway to be backwards compatible
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general) First comment
kallithea/lib/utils2.py
Show inline comments
 
@@ -634,7 +634,8 @@ def _extract_extras(env=None):
 

	
 

	
 
def _set_extras(extras):
 
    os.environ['KALLITHEA_EXTRAS'] = json.dumps(extras)
 
    # RC_SCM_DATA can probably be removed in the future, but for compatibilty now...
 
    os.environ['KALLITHEA_EXTRAS'] = os.environ['RC_SCM_DATA'] = json.dumps(extras)
 

	
 

	
 
def unique_id(hexlen=32):
0 comments (0 inline, 0 general) First comment
You need to be logged in to comment. Login now