summaryrefslogtreecommitdiffstats
path: root/make-dist (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make-dist: add alpine supportJohn Coyle2016-12-211-5/+8
| | | | Signed-off-by: John Coyle <dx9err@gmail.com>
* make-dist: do not use make_version (and remove it)Sage Weil2016-10-311-1/+2
| | | | Signed-off-by: Sage Weil <sage@redhat.com>
* make-dist: do not generate ceph_ver.hSage Weil2016-10-311-3/+3
| | | | | | | cmake does this on its own, and puts it in a different location (the build dir). Signed-off-by: Sage Weil <sage@redhat.com>
* make-dist: set rpm_release correctly for release buildsDan Mick2016-10-051-2/+12
| | | | | | | | Similar to autobuild-ceph 17591db, only try to set rpm_release if there is a release part to the git describe output (i.e. if it's not at a version tag) Signed-off-by: Dan Mick <dan.mick@redhat.com>
* make-dist/ceph.spec.in: Fix srpm build breakage.Ira Cooper2016-08-231-2/+3
| | | | | | | | | This allows the make-dist script to create a .spec file that can actually use the tarball created to build srpms. Tested on Fedora 24, using mock. Signed-off-by: Ira Cooper <ira@redhat.com>
* make-dist: generate ceph.specSage Weil2016-06-281-2/+10
| | | | | Fixes: http://tracker.ceph.com/issues/16501 Signed-off-by: Sage Weil <sage@redhat.com>
* make-dist: rename from make_dist.shSage Weil2016-06-101-0/+47
Signed-off-by: Sage Weil <sage@redhat.com>