summaryrefslogtreecommitdiff
path: root/maintainer/create-release.sh
blob: ae6e8ecbd4380a7b3e5fbc439905e91ac26617c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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}"
./bootstrap
./configure --enable-local
make dist-create-release