[fedora-release-notes/f19] using long args for publican, because it complained in mock

Pete Travis immanetize at fedoraproject.org
Tue Mar 12 20:14:01 UTC 2013


commit c024c4bc0684d5a2f8d4872d389b1f7aa52aff95
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Tue Mar 12 14:13:09 2013 -0600

    using long args for publican, because it complained in mock

 fedora-release-notes.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fedora-release-notes.spec b/fedora-release-notes.spec
index 4e7fe3e..36ed8bd 100644
--- a/fedora-release-notes.spec
+++ b/fedora-release-notes.spec
@@ -28,7 +28,7 @@ desktop-file-edit --set-icon="%{name}" build/%{name}.desktop
 LOCALES=\"en-US\"
 for LANGDIR in * ; do
     if locale -a|sed -e's/_/-/'|grep -qx ${LANGDIR}
-       then publican build -l ${LANGDIR} -f html
+       then publican build --lang=${LANGDIR} --formats=html
        REALLANG=$(echo "${LANGDIR}"|sed -e 's/-/_/')
        mv tmp/${LANGDIR}/html/* tmp/${LANGDIR}/
        rm -rf tmp/${LANGDIR}/{html,xml*}


More information about the scm-commits mailing list