Skip to content

Commit

Permalink
remove ceph-kdump-copy
Browse files Browse the repository at this point in the history
Moved to its own repo.

Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
Sage Weil committed Jun 12, 2012
1 parent d64600d commit c31b4e3
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 309 deletions.
1 change: 0 additions & 1 deletion ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ fi
%{_bindir}/boto_tool
%{_bindir}/ceph-coverage
%{_bindir}/obsync
%{_bindir}/ceph-kdump-copy
%{_initrddir}/ceph
%dir %{_libdir}/rados-classes
/sbin/mkcephfs
Expand Down
33 changes: 0 additions & 33 deletions debian/ceph-kdump-copy.default

This file was deleted.

69 changes: 0 additions & 69 deletions debian/ceph-kdump-copy.init

This file was deleted.

1 change: 0 additions & 1 deletion debian/ceph-kdump-copy.install

This file was deleted.

13 changes: 0 additions & 13 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -280,16 +280,3 @@ Description: Python libraries for the Ceph distributed filesystem
This package contains Python libraries for interacting with Ceph's
RADOS object storage, and RBD (RADOS block device).

Package: ceph-kdump-copy
Architecture: amd64 armel armhf i386 ia64 mipsel
Section: devel
Priority: extra
Depends: ${misc:Depends}, linux-crashdump
Description: Shell script to repackage linux crashdump files generated by
Ubuntu apport, then copy them to a remote system to facilitate
offline analysis. Also includes an init script and associated
configuration file to allow this to happen automatically at boot
time.
.
This package contains an init script and supporting shell script to
copy crashdump files to a remote server.
1 change: 0 additions & 1 deletion src/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ acconfig.h
/ceph-coverage
/dumpjournal
/init-ceph
/ceph-kdump-copy
/librados-config
/rbd
/psim
Expand Down
4 changes: 1 addition & 3 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ editpaths = sed \
-e 's|@prefix[@]|$(prefix)|g' \
-e 's|@@GCOV_PREFIX_STRIP[@][@]|$(GCOV_PREFIX_STRIP)|g'

shell_scripts = init-ceph mkcephfs ceph-debugpack ceph-coverage ceph-kdump-copy
shell_scripts = init-ceph mkcephfs ceph-debugpack ceph-coverage

$(shell_scripts): Makefile

Expand All @@ -851,8 +851,6 @@ bin_SCRIPTS += obsync/obsync
bin_SCRIPTS += obsync/boto_tool
bin_SCRIPTS += ceph-coverage

bin_SCRIPTS += ceph-kdump-copy

CLEANFILES += $(shell_scripts)

CLEANFILES += ceph_ver.h sample.fetch_config
Expand Down
188 changes: 0 additions & 188 deletions src/ceph-kdump-copy.in

This file was deleted.

0 comments on commit c31b4e3

Please sign in to comment.