summaryrefslogtreecommitdiff
path: root/maintainer/create-release.sh
blob: 7daec6a0336162c23c715cc8bb533270536d40eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

set -ex

# Go to the top-level
topdir=`git rev-parse --show-toplevel`
if [ -z "${topdir}" ]; then
    do_abort "Not in the Git clone"
fi
cd "${topdir}"
git clean -fxdq
./bootstrap
./configure --enable-local
make dist-create-release