summaryrefslogtreecommitdiff
path: root/lib/talloc/script/release-script.sh
AgeCommit message (Collapse)AuthorFilesLines
2012-05-30build: Remove unused release scripts for tallocAndrew Bartlett1-68/+0
These now use waf dist, and the script/librelease.sh script as a wrapper. The mksyms.sh call in the source3/Makefile uses the copy in source3/script Andrew Bartlett
2010-02-08release-scripts: parametrize scriptsSimo Sorce1-14/+17
This should make it easier to keep all release scripts alined as it will reduce the difference between them to ideally a few variables Also moves the tdb script in the scripts directory.
2010-02-08talloc: Fix abi checks in release scriptSimo Sorce1-17/+24
We must perform abi checks against the version we are going to release. Not against the current tree we are in.
2009-12-15Fix release script to work with recent git versionsSimo Sorce1-1/+1
2009-10-14talloc: Make abi checks in release scriptSimo Sorce1-0/+10
Make always sure the exports and signature files are up to date before shipping a release.
2009-10-14talloc: Move release script under /script tooSimo Sorce1-0/+48