Skip to content

Commit

Permalink
- adding v0.71 tag to bbb-conf
Browse files Browse the repository at this point in the history
  • Loading branch information
ritzalam committed Nov 9, 2010
1 parent 5214e1d commit add6f38
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions bigbluebutton-config/bin/bbb-conf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ IP=$(ifconfig | grep -v '127.0.0.1' | grep -E "[0-9]*\.[0-9]*\.[0-9]*\.[0-9]*" |

GENTOO=$(uname -r | grep gentoo | cut -d- -f2);
TOMCAT=""
BBB_VERSION="0.71-beta"
BBB_VERSION="0.71"

#
# Helper functions
Expand Down Expand Up @@ -166,7 +166,7 @@ need_root() {
}

usage() {
echo "BigBlueButton Configuration Utility - Version $BBB_VERSION-dev6"
echo "BigBlueButton Configuration Utility - Version $BBB_VERSION"
echo "http://code.google.com/p/bigbluebutton/wiki/BBBConf"
echo
echo "$0 [options]"
Expand Down Expand Up @@ -613,9 +613,8 @@ if [ $CHECKOUT ]; then
echo "# "
git clone $CHECKOUT
cd ~/dev/source/bigbluebutton
echo " Checking out version $BBB_VERSION (Not implemented yet)"
#git checkout -b 0.7-release-workspace v0.7
#git checkout -b 0.7-release-workspace v0.7
echo " Checking out release version $BBB_VERSION"
git checkout -b 0.71-release v0.71
echo "# "
echo "# "
echo "# Checked out BigBlueButton. "
Expand Down

0 comments on commit add6f38

Please sign in to comment.