[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-703-g3570126

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Sep 21 13:07:23 PDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Tools to manage the ocfs2 filesystem.".

The branch, master has been updated
       via  3570126cad2ea92f73f9c545c79f50d117c463a6 (commit)
       via  eb799296521230064f674783282c6712981b2597 (commit)
       via  b957ccf1624dd08994216f875ba1dc2a577fee80 (commit)
       via  8fa6a22ce95ca1e503c17fa2400cbcdc85ca0d30 (commit)
       via  b8fa0bc0585daa5d072c26223d1e1224eac77ae9 (commit)
       via  b0537866d67f676bca7a45a066eb0228c975627b (commit)
      from  8faf5b8e376c52910fbf26e5179e672e6f89e614 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3570126cad2ea92f73f9c545c79f50d117c463a6
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Wed Sep 21 12:50:59 2011 -0700

    tools: Fix Postamble.make
    
    all-rules was missing SBIN_EXTRA and BIN_EXTRA.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit eb799296521230064f674783282c6712981b2597
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Wed Sep 21 12:27:10 2011 -0700

    tools: Add makefile to convert manpages to pdfs
    
    Makepdfs converts all manpages to pdfs and then merges them into one pdf.
    This functionality has not been added to the build makefiles so as to not
    increase the required dependencies to build the binary rpm.
    
    This makefile uses groff, ps2pdf and pdftk to do its task.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit b957ccf1624dd08994216f875ba1dc2a577fee80
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Wed Sep 21 12:27:09 2011 -0700

    ocfs2: Cleanup manpages
    
    The examples should be printed in fixed-width font.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 8fa6a22ce95ca1e503c17fa2400cbcdc85ca0d30
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Wed Sep 21 12:26:42 2011 -0700

    tools/trivial: Build related fixes
    
    The Makefile in o2info, o2hbmonitor and o2image needed to be fixed to
    allow debug builds.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit b8fa0bc0585daa5d072c26223d1e1224eac77ae9
Author: Alex Jia <chuanchang.jia at gmail.com>
Date:   Wed Sep 21 12:10:39 2011 -0700

    o2info: avoid missing va_end
    
    o2info/operations.c: Initializing va_list 'ap', but va_end was not called for 'ap'.
    
    Signed-off-by: Alex Jia <chuanchang.jia at gmail.com>
    Signef-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit b0537866d67f676bca7a45a066eb0228c975627b
Author: Alex Jia <chuanchang.jia at gmail.com>
Date:   Wed Sep 21 12:09:48 2011 -0700

    tools: Build related fixes
    
    fsck.ocfs2/journal.c: avoid missing 'jis' initial value.
    fsck.ocfs2/pass1b.c, libocfs2/chainalloc.c: avoid missing 'ret' initial value.
    libocfs2/dir_indexed.c: avoid missing 'blkno' initial value and memory leak.
    mounted.ocfs2/mounted.c: avoid missing 'proc' initial value.
    
    Signed-off-by: Alex Jia <chuanchang.jia at gmail.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

-----------------------------------------------------------------------

Summary of changes:
 Makefile                          |    1 +
 Makepdfs                          |  112 ++++++++++++++++
 Postamble.make                    |    2 +-
 extras/check_metaecc.c            |    2 +-
 fsck.ocfs2/journal.c              |    2 +-
 fsck.ocfs2/pass1b.c               |    2 +-
 fswreck/local_alloc.c             |    2 +-
 libo2cb/o2cb.7.in                 |   84 ++++++------
 libocfs2/chainalloc.c             |    2 +-
 libocfs2/dir_indexed.c            |    3 +-
 libocfs2/ocfs2.7.in               |  267 ++++++++++++++++++++-----------------
 mkfs.ocfs2/mkfs.ocfs2.8.in        |   23 +++-
 mount.ocfs2/mount.ocfs2.8.in      |   19 ++--
 mounted.ocfs2/mounted.c           |    2 +-
 mounted.ocfs2/mounted.ocfs2.8.in  |   28 +++-
 o2cb_ctl/o2cb.8.in                |   28 ++--
 o2cb_ctl/ocfs2.cluster.conf.5.in  |   29 +++--
 o2image/Makefile                  |    2 +-
 o2image/o2image.8.in              |   14 +-
 o2info/Makefile                   |    2 +-
 o2info/operations.c               |    2 +
 o2monitor/Makefile                |    2 +-
 tunefs.ocfs2/tunefs.ocfs2.8.in    |   11 +-
 vendor/common/o2cb.sysconfig.5.in |   13 +-
 24 files changed, 415 insertions(+), 239 deletions(-)
 create mode 100644 Makepdfs


hooks/post-receive
-- 
Tools to manage the ocfs2 filesystem.



More information about the Ocfs2-tools-commits mailing list