[gimp-web] pelicanconf_common.py: add comment, date and revision handling for macOS packages
- From: Michael Schumacher <schumaml src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web] pelicanconf_common.py: add comment, date and revision handling for macOS packages
- Date: Mon, 13 Apr 2020 21:17:38 +0000 (UTC)
commit d5dfd54a2fbfee78b6c685989adb8f96b8c630fb
Author: Michael Schumacher <schumaml gmx de>
Date: Mon Apr 13 23:16:16 2020 +0200
pelicanconf_common.py: add comment, date and revision handling for macOS packages
pelicanconf_common.py | 6 ++++++
1 file changed, 6 insertions(+)
---
diff --git a/pelicanconf_common.py b/pelicanconf_common.py
index cfc780df..39e554ec 100644
--- a/pelicanconf_common.py
+++ b/pelicanconf_common.py
@@ -236,6 +236,12 @@ if 'STABLE' in GIMP:
MACOS_HASH = info['macos'][0][MACOS_HASH_FUN]
if 'min-support' in info['macos'][0]:
MACOS_MIN_SUPPORT = info['macos'][0]["min-support"]
+ if 'comment' in info['macos'][0]:
+ MACOS_COMMENT = info['macos'][0]["comment"]
+ if 'date' in info['macos'][0]:
+ MACOS_DATE = info['macos'][0]["date"]
+ if 'revision' in info['macos'][0]:
+ MACOS_REVISION = info['macos'][0]["revision"]
else:
print 'STABLE not defined'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]