Hi folks, The xfsprogs for-next branch in repository at: git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git has just been updated. Patches often get missed, so if your outstanding patches are properly reviewed on the list and not included in this update, please let me know. The for-next branch has also been updated to match the state of master. The new head of the for-next branch is commit: 2d5e0a41c199272ada5d54d51a2a8cbb76da6eee New commits: Darrick J. Wong (5): [355eb80b188f] xfs_protofile: rename source code to .py.in [7a071c8c41a5] xfs_scrub_all: rename source code to .py.in [c5913c6f9f0e] Makefile: inject package name/version/bugreport into pot file [8a96f3d73d06] xfs_protofile: add messages to localization catalog [2d5e0a41c199] xfs_scrub_all: localize the strings in the program Code Diffstat: configure.ac | 3 +- include/builddefs.in | 1 + include/buildrules | 9 +++- libfrog/Makefile | 18 ++++++- libfrog/gettext.py.in | 12 +++++ mkfs/Makefile | 11 +++-- mkfs/{xfs_protofile.in => xfs_protofile.py.in} | 21 +++++---- scrub/Makefile | 11 +++-- scrub/{xfs_scrub_all.in => xfs_scrub_all.py.in} | 62 +++++++++++++++---------- 9 files changed, 103 insertions(+), 45 deletions(-) create mode 100644 libfrog/gettext.py.in rename mkfs/{xfs_protofile.in => xfs_protofile.py.in} (85%) rename scrub/{xfs_scrub_all.in => xfs_scrub_all.py.in} (89%) -- - Andrey