Skip to content

Commit

Permalink
build/ops: drop sample.fetch_config
Browse files Browse the repository at this point in the history
smithfarm: @liewegas Is src/fetch_config still needed?
liewegas: i don't think so

Signed-off-by: Nathan Cutler <[email protected]>
  • Loading branch information
smithfarm committed Jun 15, 2017
1 parent 3ddbfcd commit c43bbd8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 29 deletions.
2 changes: 0 additions & 2 deletions alpine/APKBUILD.in
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ package() {
|| return 1

chmod 0644 $pkgdir$_docdir/ceph/sample.ceph.conf || return 1
chmod 0644 $pkgdir$_docdir/ceph/sample.fetch_config || return 1

# udev rules
install -m 0644 -D udev/50-rbd.rules $pkgdir$_udevrulesdir/50-rbd.rules || return 1
Expand All @@ -192,7 +191,6 @@ base() {
xfsprogs
"

_pkg $_docdir/ceph sample.ceph.conf sample.fetch_config
_pkg $_bindir crushtool monmaptool osdmaptool ceph-run ceph-detect-init
_pkg $_sbindir ceph-create-keys mount.ceph
_pkg $_libexecdir/ceph ceph_common.sh
Expand Down
2 changes: 0 additions & 2 deletions ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,6 @@ install -m 0644 -D systemd/50-ceph.preset %{buildroot}%{_libexecdir}/systemd/sys
mkdir -p %{buildroot}%{_sbindir}
install -m 0644 -D src/logrotate.conf %{buildroot}%{_sysconfdir}/logrotate.d/ceph
chmod 0644 %{buildroot}%{_docdir}/ceph/sample.ceph.conf
chmod 0644 %{buildroot}%{_docdir}/ceph/sample.fetch_config

# firewall templates and /sbin/mount.ceph symlink
%if 0%{?suse_version}
Expand Down Expand Up @@ -930,7 +929,6 @@ rm -rf %{buildroot}
%docdir %{_docdir}
%dir %{_docdir}/ceph
%{_docdir}/ceph/sample.ceph.conf
%{_docdir}/ceph/sample.fetch_config
%{_bindir}/crushtool
%{_bindir}/monmaptool
%{_bindir}/osdmaptool
Expand Down
1 change: 0 additions & 1 deletion debian/ceph-base.install
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ usr/lib/ceph/ceph_common.sh
usr/lib/ceph/erasure-code/*
usr/lib/rados-classes/*
usr/share/doc/ceph/sample.ceph.conf
usr/share/doc/ceph/sample.fetch_config
usr/share/man/man8/ceph-debugpack.8
usr/share/man/man8/ceph-deploy.8
usr/share/man/man8/ceph-run.8
Expand Down
4 changes: 0 additions & 4 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1066,10 +1066,6 @@ endif(WITH_RADOSGW)
install(FILES
sample.ceph.conf
DESTINATION ${CMAKE_INSTALL_DOCDIR})
install(FILES
fetch_config
DESTINATION ${CMAKE_INSTALL_DOCDIR}
RENAME sample.fetch_config)

# Now create a useable config.h
configure_file(
Expand Down
20 changes: 0 additions & 20 deletions src/fetch_config

This file was deleted.

0 comments on commit c43bbd8

Please sign in to comment.