summaryrefslogtreecommitdiffstats
path: root/ctdb/packaging/RPM/makerpms.sh
Commit message (Expand)AuthorAgeFilesLines
* packaging: Allow setting custom release number in RPM spec fileMartin Schwenke2013-08-091-3/+6
* packaging: makerpms.sh can take multiple arguments for rpmbuildMartin Schwenke2013-05-271-1/+1
* build: Rename version.h to ctdb_version.hAmitay Isaacs2013-05-231-1/+1
* packaging: Use maketarball.sh script to create tarball for RPMAmitay Isaacs2012-10-301-18/+5
* packaging: Use common code to generate VERSION stringAmitay Isaacs2012-10-221-26/+4
* packaging: Setup directories for rpmbuildAmitay Isaacs2012-03-301-0/+8
* packaging: honour rpm build target options handed in to makerpms.shMichael Adam2011-07-221-1/+12
* version: generate RPM version from gitRusty Russell2010-07-021-8/+28
* packaging: use githash in rpm release by default.Michael Adam2009-11-031-0/+11
* makerpms.sh: add GPL license headerMichael Adam2009-05-131-4/+22
* makerpms: fix detection of support for --rsyncable flag in gzip.Michael Adam2009-01-171-1/+1
* makerpms: fix creation of tarball when gzip does not know "--rsynceable"Michael Adam2009-01-161-1/+7
* makerpms: confessMichael Adam2009-01-161-0/+1
* makerpms: don't hard-code the version number but extract it from ctdb.specMichael Adam2009-01-161-2/+3
* makerpms: remove the need of calling makerpms.sh from the top level directoryMichael Adam2009-01-161-5/+5
* makerpms: don't cd to $SPECDIR but rpmbuild -ba $SPECDIR/$SPECFILE insteadMichael Adam2009-01-161-2/+1
* makerpms: catch error of git archive correctly (echo resets $?)Michael Adam2009-01-161-1/+2
* makerpms: move comment to appropriate placeMichael Adam2009-01-161-3/+1
* makerpms: use variable (SPECFILE) that is available instead of hard coded fil...Michael Adam2009-01-161-1/+1
* Revert "pull the development files out into their own package"Ronnie Sahlberg2008-07-091-10/+3
* Revert "copy ctdb-dev to the spec directory"Ronnie Sahlberg2008-07-091-1/+0
* copy ctdb-dev to the spec directoryRonnie Sahlberg2008-07-091-0/+1
* pull the development files out into their own packageRonnie Sahlberg2008-07-091-3/+10
* need to specicy tree to git archiveAndrew Tridgell2008-05-101-1/+1
* use git archive to create tarballAndrew Tridgell2008-05-101-33/+1
* don't ship the .git directory in the srpmAndrew Tridgell2008-02-081-1/+1
* fixed excludes in tar ball creation for src rpmAndrew Tridgell2008-01-051-1/+1
* ensure we always build the right versionAndrew Tridgell2008-01-051-4/+4
* use gzip --rsyncable for ctdb packagesAndrew Tridgell2007-06-111-2/+2
* fixed exit code in makerpms.shAndrew Tridgell2007-06-061-1/+1
* make the packaging much more portable - tested on SLES9 and RHEL4Andrew Tridgell2007-06-011-0/+89