Byzantium / ByzPi

RaspberryPi port of Byzantium Linux.
http://byzantium.github.com/ByzPi/
72 stars 19 forks source link

treat git tags as commits not branches #16

Open haxwithaxe opened 11 years ago

haxwithaxe commented 11 years ago

git checkout only works if they have the tag locally already. git clone doesn't grab tags so it craps itself when the installer tries to checkout the version tag in an existing repo. see branch install-sh-issues install.sh

virtadpt commented 10 years ago

Doing the git clone followed by a git checkout $version seems like it would be workable.

Reference commit a05758ac8ca4f3d82d031990c9b9cf93410e9369 on the install-sh-issues tag.