Skip to content

Commit

Permalink
oebb: move to release tag
Browse files Browse the repository at this point in the history
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
  • Loading branch information
koenkooi committed Mar 2, 2011
1 parent 278d8fc commit 1f3cc14
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion oebb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
# http://gitorious.org/angstrom/angstrom-setup-scripts/commits
# to see the latest revision history

# Use this till we get a maintenance branch based of the release tag

OE_COMMIT_ID="release-2011.03"

###############################################################################
# User specific vars like proxy servers
###############################################################################
Expand Down Expand Up @@ -251,7 +255,7 @@ function update_oe()
git checkout -b install ${OE_COMMIT_ID}
else
echo "Checking out OE, depending on your git version you might get a harmless, what git alarmingly calls 'fatal' error. It just means the branch already exists."
git checkout -b org.openembedded.dev origin/org.openembedded.dev || true
git checkout -b angstrom origin/org.openembedded.dev || true
fi
else
echo Updating OpenEmbedded
Expand Down

0 comments on commit 1f3cc14

Please sign in to comment.