cmogstored.git  about / heads / tags
alternative mogstored implementation for MogileFS
blob cc6f45763865751a0e7a8df6bddad63927698e1b 149 bytes (raw)
$ git show v0.0.0:release.mk	# shows this blob on the CLI

1
2
3
4
5
6
7
 
release-check:
	git clean -f -d -x
	./autogen.sh
	./configure -C
	$(MAKE)
	$(MAKE) distcheck
	$(RAKE) distcheck_git TGZ=$(PACKAGE)-$(VERSION).tar.gz

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