cmogstored.git  about / heads / tags
alternative mogstored implementation for MogileFS
blob 4db469db77776b7d66c232b928887c9a7133b772 179 bytes (raw)
$ git show v1.3.0rc2:autogen.sh	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
#!/bin/sh
>> test/slow.mk
glver="$(gnulib-tool --version | head -n1)"
if gnulib-tool --update && autoreconf -i
then
	echo "$glver" > .gnulib-version
	exit 0
fi
cat HACKING
exit 1

git clone https://yhbt.net/cmogstored.git