Nico Huber has posted comments on this change. ( https://review.coreboot.org/21776 )
Change subject: Convert flashrom to git
......................................................................
Patch Set 2: Code-Review-2
I do mind. It violates the topic. I don't want any functional changes,
that were not tested on staging for some time, this close to the
release.
--
To view, visit https://review.coreboot.org/21776
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: stable
Gerrit-MessageType: comment
Gerrit-Change-Id: I08a324ce1fd8afcc6f516ddfb6f09e05a67cdd17
Gerrit-Change-Number: 21776
Gerrit-PatchSet: 2
Gerrit-Owner: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Stefan Tauner <stefan.tauner(a)gmx.at>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Sun, 01 Oct 2017 08:41:28 +0000
Gerrit-HasComments: No
Stefan Tauner has posted comments on this change. ( https://review.coreboot.org/21776 )
Change subject: Convert flashrom to git
......................................................................
Patch Set 2:
I think you have missed some of the improvements of your own reviews in the rebase. This seemed to be a good opportunity to merge in my changes (without the version change) to make them reviewable - hope you don't mind the hijacking.
--
To view, visit https://review.coreboot.org/21776
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: stable
Gerrit-MessageType: comment
Gerrit-Change-Id: I08a324ce1fd8afcc6f516ddfb6f09e05a67cdd17
Gerrit-Change-Number: 21776
Gerrit-PatchSet: 2
Gerrit-Owner: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Stefan Tauner <stefan.tauner(a)gmx.at>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Sun, 01 Oct 2017 00:45:43 +0000
Gerrit-HasComments: No
Stefan Tauner has uploaded this change for review. ( https://review.coreboot.org/21822
Change subject: Add modification date to manpage header instead of the section
......................................................................
Add modification date to manpage header instead of the section
"System Manager's Manual" or similar is way less interesting.
Change-Id: I45c5d6a2316c51a57a49fd010682dc3f0f915382
Signed-off-by: Stefan Tauner <stefan.tauner(a)gmx.at>
---
M Makefile
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/22/21822/1
diff --git a/Makefile b/Makefile
index 6806e14..68b9e9c 100644
--- a/Makefile
+++ b/Makefile
@@ -1384,7 +1384,7 @@
$(PROGRAM).8: $(PROGRAM).8.tmpl
@# Add the man page change date and version to the man page
- @sed -e 's#.TH FLASHROM 8 ".*".*#.TH FLASHROM 8 "$(MAN_DATE)" "$(VERSION)"#' <$< >$@
+ @sed -e 's#.TH FLASHROM 8 .*#.TH FLASHROM 8 "$(MAN_DATE)" "$(VERSION)" "$(MAN_DATE)"#' <$< >$@
install: $(PROGRAM)$(EXEC_SUFFIX) $(PROGRAM).8
mkdir -p $(DESTDIR)$(PREFIX)/sbin
--
To view, visit https://review.coreboot.org/21822
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: staging
Gerrit-MessageType: newchange
Gerrit-Change-Id: I45c5d6a2316c51a57a49fd010682dc3f0f915382
Gerrit-Change-Number: 21822
Gerrit-PatchSet: 1
Gerrit-Owner: Stefan Tauner <stefan.tauner(a)gmx.at>