bpd1069 / naclports

Automatically exported from code.google.com/p/naclports
0 stars 0 forks source link

initialization of git repo can sometimes fail with: error: branch 'placeholder' not found. #205

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From the mailing list:

https://groups.google.com/forum/#!searchin/native-client-discuss/git$20command$2
0failed/native-client-discuss/-g5y_2nPa98/SmNQd-DMjIoJ

Building 'zlib' [x86_64/newlib/release] 
verified: out/cache/zlib-1.2.8.tar.gz
Already up-to-date: out/build/zlib/zlib-1.2.8
Patching
Init git repo: /home/vlada/naclports/out/build/zlib/zlib-1.2.8
git checkout -b placeholder
git branch -D upstream
git branch -D master
git checkout -b upstream
git checkout -b master
git branch -D placeholder
error: branch 'placeholder' not found.

Original issue reported on code.google.com by sbc@google.com on 17 Mar 2015 at 6:32

GoogleCodeExporter commented 9 years ago
Fix at https://codereview.chromium.org/1017783002/

Original comment by sbc@google.com on 18 Mar 2015 at 12:18