]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
README.md: replace package build instructions with tarball instructions 10829/head
authorSage Weil <sage@redhat.com>
Tue, 23 Aug 2016 18:22:21 +0000 (14:22 -0400)
committerSage Weil <sage@redhat.com>
Tue, 23 Aug 2016 18:22:21 +0000 (14:22 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
README.md

index 270d5eece470f86469f0289e34fddd769782e73a..377cb2611549c10242e360d4517397f154af3599 100644 (file)
--- a/README.md
+++ b/README.md
@@ -111,19 +111,17 @@ Other available values for 'DIAGNOSTICS_COLOR' are 'auto' (default) and
 'never'.
 
 
-Building packages
------------------
+Building a source tarball
+=========================
 
-You can build packages for Debian or Debian-derived (e.g., Ubuntu)
-systems with
+To build a complete source tarball with everything needed to build from
+source and/or build a (deb or rpm) package, run
 
-       sudo apt-get install dpkg-dev
-       dpkg-checkbuilddeps        # make sure we have all dependencies
-       dpkg-buildpackage
+       ./make-dist
 
-For RPM-based systems (Red Hat, SUSE, etc.),
-
-       rpmbuild
+This will create a tarball like ceph-$version.tar.bz2 from git.
+(Ensure that any changes you want to include in your working directory
+are committed to git.)
 
 
 Running a test cluster