[gimp-web/testing] Add schumaml GIMP_VERSION date to local conf



commit 0b1ac7a3ac946e56b9f31e650813d95611f0cf54
Author: Pat David <patdavid gmail com>
Date:   Sat May 13 09:23:08 2017 -0500

    Add schumaml GIMP_VERSION date to local conf

 pelicanconf.local.py |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/pelicanconf.local.py b/pelicanconf.local.py
index e280323..5c42c35 100644
--- a/pelicanconf.local.py
+++ b/pelicanconf.local.py
@@ -152,6 +152,11 @@ if 'STABLE' in GIMP:
     # hence, .keys()[0]
     GIMP_VERSION = GIMP['STABLE'].keys()[0]
     for version, info in GIMP['STABLE'].iteritems() :
+        if 'date' in info:
+            try:
+                RELEASE_DATE
+            except NameError:
+                RELEASE_DATE = info['date']
         if 'windows' in info: 
             try:
                 WINDOWS_FILE


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]