Skip to content

Commit

Permalink
trying to get dev releases to work
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnLangford committed Feb 5, 2012
1 parent 8d0e0d7 commit d5e456b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mkdevdist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DESTDIR=/tmp/dev_dist_vw
echo "Checking out git repo to $DESTDIR"
rm -rf $DESTDIR
git clone https://github.com/JohnLangford/vowpal_wabbit.git $DESTDIR
git clone . $DESTDIR

cd $DESTDIR
sh autogen.sh
Expand All @@ -17,6 +17,7 @@ FNAME=$(ls vowpal_wabbit-*.tar.gz)
mv $FNAME /tmp

echo "Adding all files for dev distro"
git branch releases
git checkout releases
rm -rf *
mv /tmp/$FNAME .
Expand Down

0 comments on commit d5e456b

Please sign in to comment.