[coreboot-gerrit] New patch to review for coreboot: optionslist: Don't add a timestamp

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Fri Feb 19 11:59:08 CET 2016


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13744

-gerrit

commit 4746ce55f0434e093ddc8f52862566ec348be08f
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Fri Feb 19 11:58:16 2016 +0100

    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 <pgeorgi at chromium.org>
---
 util/optionlist/kconfig2wiki | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/optionlist/kconfig2wiki b/util/optionlist/kconfig2wiki
index a6f78a9..a587a9c 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")



More information about the coreboot-gerrit mailing list