[Pkg-ceph-commits] [ceph] branch experimental updated (866ee83 -> 65e0fde)

James Downing Page jamespage at moszumanska.debian.org
Tue Jun 16 10:32:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

jamespage pushed a change to branch experimental
in repository ceph.

      from  866ee83   Resync with Ubuntu, introducing Ceph Hammer stable release.
       new  b5c18f6   Imported Upstream version 0.94.2
       new  cf82eab   Merge tag 'upstream/0.94.2' into experimental
       new  94cb222   New upstream point release:
       new  47365fd   Include changelog entries from Ubuntu uploads
       new  ed8779d   wrap-and-sort inline with master branch
       new  616b6da   Drop virtualenv BD, disable unit tests.
       new  9426a63   Realign rules file with master branch changes
       new  da9bce3   Update changelog to include unstable entries, tidy patches
       new  a4d7762   Update modules patch to include neon so
       new  65e0fde   releasing package ceph version 0.94.2-1

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 AUTHORS                                         |    5 +-
 ChangeLog                                       |   84 +-
 Makefile.in                                     |  339 +-
 aclocal.m4                                      |  747 ++--
 ar-lib                                          |   15 +-
 ceph.spec                                       |    5 +-
 ceph.spec.in                                    |    3 +-
 compile                                         |   99 +-
 config.guess                                    |  184 +-
 config.sub                                      |  106 +-
 configure                                       | 1035 +++--
 configure.ac                                    |    2 +-
 debian/ceph.NEWS                                |   56 +
 debian/ceph.dirs                                |   10 +-
 debian/changelog                                |   63 +-
 debian/control                                  |  167 +-
 debian/patches/fix-argparse-defaults.patch      |    4 +-
 debian/patches/fix-cycles-arch.patch            |   19 -
 debian/patches/modules.patch                    |   20 +
 debian/patches/series                           |    7 +-
 debian/patches/sleep-recover.patch              |    2 +-
 debian/patches/use_system_jerasure.patch        |   64 +
 debian/patches/virtualenv-never-download.patch  |    4 +-
 debian/patches/vivid-does-systemd.patch         |    2 +-
 debian/radosgw.dirs                             |    2 +-
 debian/rules                                    |   10 +-
 depcomp                                         |  487 ++-
 install-sh                                      |   14 +-
 ltmain.sh                                       |    4 +-
 m4/libtool.m4                                   |   52 +-
 man/Makefile.in                                 |  131 +-
 missing                                         |  414 +-
 py-compile                                      |   23 +-
 src/.git_version                                |    4 +-
 src/Makefile.in                                 | 5070 +++++++++++++----------
 src/acconfig.h.in                               |    3 -
 src/ceph-disk                                   |   48 +-
 src/civetweb/src/civetweb.c                     |    2 +-
 src/client/Client.cc                            |  105 +
 src/client/Client.h                             |    4 +
 src/cls/rgw/cls_rgw.cc                          |    3 +-
 src/cls/rgw/cls_rgw_types.h                     |    2 +-
 src/common/Cycles.h                             |    9 +-
 src/common/ceph_json.h                          |   29 +
 src/common/config_opts.h                        |    7 +
 src/gmock/Makefile.in                           |  973 +++--
 src/gmock/aclocal.m4                            |  775 ++--
 compile => src/gmock/build-aux/compile          |   99 +-
 src/gmock/build-aux/config.guess                |  184 +-
 src/gmock/build-aux/config.sub                  |  106 +-
 src/gmock/build-aux/depcomp                     |  487 ++-
 src/gmock/build-aux/install-sh                  |   14 +-
 src/gmock/build-aux/ltmain.sh                   |    4 +-
 src/gmock/build-aux/missing                     |  414 +-
 src/gmock/build-aux/test-driver                 |  139 +
 src/gmock/configure                             |  640 +--
 src/gmock/gtest/Makefile.in                     |  897 ++--
 src/gmock/gtest/aclocal.m4                      |  723 ++--
 compile => src/gmock/gtest/build-aux/compile    |   99 +-
 src/gmock/gtest/build-aux/config.guess          |  184 +-
 src/gmock/gtest/build-aux/config.sub            |  106 +-
 src/gmock/gtest/build-aux/depcomp               |  487 ++-
 src/gmock/gtest/build-aux/install-sh            |   14 +-
 src/gmock/gtest/build-aux/ltmain.sh             |    4 +-
 src/gmock/gtest/build-aux/missing               |  414 +-
 src/gmock/gtest/build-aux/test-driver           |  139 +
 src/gmock/gtest/configure                       |  638 +--
 src/gmock/gtest/m4/libtool.m4                   |   52 +-
 src/init-radosgw                                |    2 +-
 src/init-radosgw.sysv                           |    2 +-
 src/java/Makefile.in                            |  101 +-
 src/librbd/AsyncRequest.h                       |    6 +-
 src/librbd/ImageCtx.cc                          |    8 +-
 src/librbd/ImageWatcher.cc                      |   55 +-
 src/librbd/ImageWatcher.h                       |    5 +-
 src/librbd/ObjectMap.h                          |    6 +-
 src/librbd/internal.cc                          |  304 +-
 src/librbd/internal.h                           |    5 +-
 src/librbd/librbd.cc                            |    6 +-
 src/libs3/debian/changelog                      |    5 -
 src/libs3/debian/changelog.Debian               |    6 -
 src/libs3/debian/control                        |   12 -
 src/libs3/debian/control.dev                    |   26 -
 src/libs3/debian/postinst                       |    3 -
 src/mds/Capability.h                            |    7 +-
 src/mds/Makefile-client.am                      |    4 +
 src/mds/{Makefile.am => Makefile-server.am}     |   35 +-
 src/mds/Makefile.am                             |   75 +-
 src/mon/OSDMonitor.cc                           |    2 +-
 src/msg/simple/Pipe.cc                          |   10 +-
 src/ocf/Makefile.in                             |  103 +-
 src/osd/OSD.cc                                  |   23 +-
 src/osd/ReplicatedPG.cc                         |   13 +-
 src/osdc/Objecter.cc                            |   18 +-
 src/osdc/Objecter.h                             |   12 +-
 src/perfglue/Makefile.am                        |    5 +
 src/rgw/Makefile.am                             |   17 +-
 src/rgw/rgw_admin.cc                            |  125 +-
 src/rgw/rgw_common.h                            |   10 +
 src/rgw/rgw_main.cc                             |   34 +-
 src/rgw/rgw_op.cc                               |   68 +-
 src/rgw/rgw_op.h                                |   10 +-
 src/rgw/rgw_rados.cc                            |  241 +-
 src/rgw/rgw_rados.h                             |   34 +-
 src/rgw/rgw_rest.cc                             |    8 +-
 src/rgw/rgw_rest.h                              |    8 +-
 src/rgw/rgw_rest_s3.cc                          |    8 +-
 src/rgw/rgw_rest_swift.cc                       |  131 +-
 src/rgw/rgw_rest_swift.h                        |    3 +
 src/rgw/rgw_swift.cc                            |    2 +
 src/rocksdb/m4/libtool.m4                       |   52 +-
 src/test/Makefile-client.am                     |   24 +
 src/test/Makefile-server.am                     |   24 -
 src/test/centos-6/ceph.spec.in                  |    3 +-
 src/test/centos-7/ceph.spec.in                  |    3 +-
 src/test/librados_test_stub/TestIoCtxImpl.cc    |   29 +-
 src/test/librados_test_stub/TestMemIoCtxImpl.cc |   22 +-
 src/test/librados_test_stub/TestMemIoCtxImpl.h  |    1 +
 src/test/librados_test_stub/TestRadosClient.cc  |   25 +-
 src/test/librados_test_stub/TestRadosClient.h   |    3 +-
 src/test/librbd/test_ImageWatcher.cc            |    2 +-
 src/test/librbd/test_internal.cc                |   13 +-
 src/test/msgr/test_async_driver.cc              |    2 +-
 src/test/os/TestLFNIndex.cc                     |   54 +-
 src/tracing/Makefile.in                         |  204 +-
 test-driver                                     |  139 +
 126 files changed, 11629 insertions(+), 7586 deletions(-)
 create mode 100644 debian/ceph.NEWS
 copy compile => src/gmock/build-aux/compile (83%)
 create mode 100755 src/gmock/build-aux/test-driver
 copy compile => src/gmock/gtest/build-aux/compile (83%)
 create mode 100755 src/gmock/gtest/build-aux/test-driver
 delete mode 100644 src/libs3/debian/changelog
 delete mode 100644 src/libs3/debian/changelog.Debian
 delete mode 100644 src/libs3/debian/control
 delete mode 100644 src/libs3/debian/control.dev
 delete mode 100755 src/libs3/debian/postinst
 create mode 100644 src/mds/Makefile-client.am
 copy src/mds/{Makefile.am => Makefile-server.am} (66%)
 create mode 100755 test-driver

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ceph/ceph.git



More information about the Pkg-ceph-commits mailing list