Skip to content
This repository has been archived by the owner on Sep 30, 2018. It is now read-only.

Commit

Permalink
libcec - proper checkout and no https syncing
Browse files Browse the repository at this point in the history
  • Loading branch information
Piethein Strengholt committed Oct 12, 2011
1 parent 33d3c36 commit 4388b63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SDK/buildDEBs/build-libcec.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ THISDIR=$(pwd)


if ! ls libcec*.deb > /dev/null 2>&1 ; then if ! ls libcec*.deb > /dev/null 2>&1 ; then
echo "Making libcec..." echo "Making libcec..."
git clone https://github.com/Pulse-Eight/libcec.git git clone git://github.com/Pulse-Eight/libcec.git
cd libcec cd libcec
git checkout -b release git checkout release

This comment has been minimized.

Copy link
@theuni

theuni Oct 12, 2011

See my previous comment, but regardless of that, this has to be changed.

Checking our a live branch is not sane. A single bad commit from the libcec repo could stop live from building.

dpkg-buildpackage -rfakeroot -b -uc -us dpkg-buildpackage -rfakeroot -b -uc -us
cd $THISDIR cd $THISDIR
fi fi
Expand Down

0 comments on commit 4388b63

Please sign in to comment.