
Add Sample configuration file to IBM-license-blacklist as it does not need to have a license header and remove whitespaces from sample/po/update-po Signed-off-by: Aline Manera <alinefm@linux.vnet.ibm.com> --- IBM-license-blacklist | 1 + src/wok/plugins/sample/po/update-po | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/IBM-license-blacklist b/IBM-license-blacklist index 01a6514..b2f8f66 100644 --- a/IBM-license-blacklist +++ b/IBM-license-blacklist @@ -31,6 +31,7 @@ src/firewalld.xml src/wok.logrotate src/wok.conf.in src/wok/API.json +src/wok/plugins/sample/sample.conf src/wok/plugins/sample/API.json src/wok/plugins/sample/po/LINGUAS src/wok/plugins/sample/po/POTFILES.in diff --git a/src/wok/plugins/sample/po/update-po b/src/wok/plugins/sample/po/update-po index b9c464f..fb4403b 100755 --- a/src/wok/plugins/sample/po/update-po +++ b/src/wok/plugins/sample/po/update-po @@ -28,7 +28,7 @@ for src in `cat POTFILES.in`; do done | xgettext --no-location -o sample.pot -L Python - for lingua in `cat LINGUAS`; do - msgmerge --update --no-fuzzy-matching --backup=off $lingua.po sample.pot + msgmerge --update --no-fuzzy-matching --backup=off $lingua.po sample.pot msgfmt -c --statistics --verbose -o $lingua.gmo $lingua.po done -- 2.7.4