All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] [RFC] rename files from ceph-test package
@ 2013-02-04 17:22 Danny Al-Gaaf
  2013-02-04 17:22 ` [PATCH 1/3] ceph-test: give binaries from ceph-test package useful names Danny Al-Gaaf
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Danny Al-Gaaf @ 2013-02-04 17:22 UTC (permalink / raw)
  To: ceph-devel; +Cc: Danny Al-Gaaf, Sage Weil

The ceph-test package contains files which are installed to /usr/bin,
but these files have names which don't give any hint that they are
part of ceph.

Rename the files of the ceph-test package to indicate they belong
to ceph. Prefix them with "ceph_". Update packaging files like
RPM spec and debian files. Add some files which are present in
ceph-test of the RPM spec file but not in ceph-test.install.

I hope I didn't oversee any reference/call of the changed files.
If the change gets accepted maybe some other tools outside this git
tree needs to be updated. Let me know which projects I need to update.

Update and cleanup .gitignore files.

Danny Al-Gaaf (3):
  ceph-test: give binaries from ceph-test package useful names
  .gitignore: cleanup and sort entries
  ceph-test.install: updated filelist

 .gitignore                               |  77 ++--
 ceph.spec.in                             | 122 +++----
 debian/ceph-test.install                 | 120 +++----
 doc/.gitignore                           |   3 +-
 qa/workunits/cls/test_cls_lock.sh        |   2 +-
 qa/workunits/cls/test_cls_rbd.sh         |   2 +-
 qa/workunits/cls/test_cls_refcount.sh    |   2 +-
 qa/workunits/cls/test_cls_rgw.sh         |   2 +-
 qa/workunits/libcephfs/test.sh           |   2 +-
 qa/workunits/mon/workloadgen.sh          |   4 +-
 qa/workunits/osdc/stress_objectcacher.sh |   2 +-
 qa/workunits/rados/stress_watch.sh       |   2 +-
 qa/workunits/rados/test.sh               |  24 +-
 qa/workunits/rbd/smalliobench.sh         |   2 +-
 qa/workunits/rbd/test_librbd.sh          |   2 +-
 src/.gitignore                           | 173 +++------
 src/.gitignore.orig                      | 142 ++++++++
 src/Makefile.am                          | 586 +++++++++++++++----------------
 src/client/test_ioctls.c                 |   2 +-
 src/dupstore.cc                          |   2 +-
 src/gtest/.gitignore                     |   2 +
 src/psim.cc                              |   2 +-
 src/test/filestore/TestFileStoreState.cc |   2 +-
 src/test/filestore/run_seed_to.sh        |  10 +-
 src/test/run-rbd-tests                   |   8 +-
 src/test/test_filejournal.cc             |   2 +-
 src/test/test_mutate.cc                  |   2 +-
 27 files changed, 685 insertions(+), 616 deletions(-)
 create mode 100644 src/.gitignore.orig
 create mode 100644 src/gtest/.gitignore

-- 
1.8.1.2


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-02-06 18:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-04 17:22 [PATCH 0/3] [RFC] rename files from ceph-test package Danny Al-Gaaf
2013-02-04 17:22 ` [PATCH 1/3] ceph-test: give binaries from ceph-test package useful names Danny Al-Gaaf
2013-02-06  9:05   ` Josh Durgin
2013-02-04 17:22 ` [PATCH 2/3] .gitignore: cleanup and sort entries Danny Al-Gaaf
2013-02-06  9:14   ` Josh Durgin
2013-02-06 18:31     ` Danny Al-Gaaf
2013-02-04 17:22 ` [PATCH 3/3] ceph-test.install: updated filelist Danny Al-Gaaf
2013-02-06  9:17   ` Josh Durgin
2013-02-06  8:30 ` [PATCH 0/3] [RFC] rename files from ceph-test package Danny Al-Gaaf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.