Re: [PATCH 1/7] Filter out 'Sending translation for' log messages in bumpver.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Looks fine.

David Cantrell wrote:
We don't want these messages in the RPM changelog entries.
---
 Makefile.am |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index c530623..dac4335 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -111,7 +111,10 @@ api:
 	doxygen docs/api.cfg
rpmlog:
-	@git log --pretty="format:- %s (%ae)" $(PACKAGE_NAME)-$(PACKAGE_VERSION)-$(PACKAGE_RELEASE).. | sed -e 's/@.*)/)/' | sed -e 's/%/%%/g'
+	@git log --pretty="format:- %s (%ae)" \
+		$(PACKAGE_NAME)-$(PACKAGE_VERSION)-$(PACKAGE_RELEASE).. | \
+		sed -e 's/@.*)/)/' | sed -e 's/%/%%/g' | \
+		grep -v "- Sending translation for "
 	@echo
bumpver:

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux