Ismail Dönmez 2017-10-09 09:19:02 +00:00 committed by Git OBS Bridge
parent bc677a1b16
commit 244839fdb3

View File

@ -22,6 +22,6 @@ Index: pgm/version_generator.py
+timestamp = time.gmtime(int(os.environ.get('SOURCE_DATE_EPOCH', time.time())))
+build_date = time.strftime ("%Y-%m-%d", timestamp)
+build_time = time.strftime ("%H:%M:%S", timestamp)
build_rev = filter (str.isdigit, "$Revision: 1487 $")
build_rev = filter (str.isdigit, "$Revision$")
print """