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@chromium.org> Reviewed-on: https://review.coreboot.org/13744 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
2d5d552fa5
commit
f92c3fb260
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue