Welcome to mirror list, hosted at ThFree Co, Russian Federation.

new_version « utl - github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7ae2bdabb8de381688f07dad3e3f26865d587aaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#set internal version number in configure.ac before tagging.
git branch $1
git checkout $1
./autogen.sh
make
cp LICENSE COPYING
git add -f ltmain.sh acinclude.d/* aclocal.m4 config.guess missing install-sh config.sub depcomp COPYING Makefile.in configure config.status libtool vowpalwabbit/config.h.in vowpalwabbit/Makefile.in cluster/Makefile.in library/Makefile.in 
rm Makefile vowpalwabbit/Makefile cluster/Makefile library/Makefile
git commit -a -m "added autogen extra files"
git tag $1
git checkout master
git branch -D $1
git push --tags