summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/scripts/release.sh
blob: 2c510c504bb24c58cadb05b4f9c3d630f7034763 (plain)
1
2
3
4
5
6
7
#!/bin/bash
set -xe

./autogen.sh;
./configure --enable-fusermount --enable-gnfs
make dist
sha512sum glusterfs-$RELEASE_VERSION.tar.gz > glusterfs-$RELEASE_VERSION.sha512sum