[vlc-devel] git usage in Android port compile script

ScottLin scottlin at condel-tech.com
Fri Apr 20 11:34:43 CEST 2012


Hi Anastasia,

2012/4/20 Anastasia Semenova <semenova at ivideon.ru>

> Hello,
>
> There are some suspicious lines in Android port compile.sh script:
>
> 1. git checkout -B android ${TESTED_HASH}
> 2. git branch --list
>
> git 1.7.1 does not have option -B for git checkout and option --list for
> git branch.
>
> Is some specific git version required or...?
>
> Try:
1. git checkout -b android ${TESTED_HASH}
2. git branch -l

Best regards,
Scott


> --
> Anastasia Semenova
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20120420/f5156176/attachment.html>


More information about the vlc-devel mailing list