From f92c3fb260e083d4548a4029548cf90675c6ec29 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 19 Feb 2016 11:58:16 +0100 Subject: optionslist: Don't add a timestamp The commit description is enough and this avoids hourly updates of the timestamp by a cron job. Change-Id: I30e9fcf28caf94edbb816c22bc8fbcb7ab09ae6d Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/13744 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph Reviewed-by: Stefan Reinauer --- util/optionlist/kconfig2wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/optionlist/kconfig2wiki b/util/optionlist/kconfig2wiki index a6f78a902a..a587a9c56f 100755 --- a/util/optionlist/kconfig2wiki +++ b/util/optionlist/kconfig2wiki @@ -117,7 +117,7 @@ def main(): sys.exit(1) sys.stdout.write("This is an automatically generated list of '''coreboot compile-time options'''.\n") - sys.stdout.write("\nLast update: %s. (r%s)\n" % (time.strftime('%Y/%m/%d %H:%M:%S'),sys.argv[2])) + sys.stdout.write("\nLast update: %s\n" % sys.argv[2]) sys.stdout.write("{| border=\"0\" style=\"font-size: smaller\"\n"); sys.stdout.write("|- bgcolor=\"#6699dd\"\n") sys.stdout.write("! align=\"left\" | Option\n") -- cgit v1.2.3