-
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/openpgm?expand=0&rev=7
This commit is contained in:
parent
bc677a1b16
commit
244839fdb3
@ -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 """
|
||||
|
Loading…
x
Reference in New Issue
Block a user