[b2g] Error when doing repo sync.

2014-07-19 Thread A. Crespo
Hi, I'm having an error when doing repo sync: error: Cannot remove project "device/qcom/msm7627a": uncommitted changes are present How to fix it? Regards. ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Error when doing repo sync.

2014-07-19 Thread Alexandre Lissy
Le 19/07/2014 19:22, A. Crespo a écrit : > Hi, > > I'm having an error when doing repo sync: > > error: Cannot remove project "device/qcom/msm7627a": uncommitted changes There are changes to your device/qcom/msm7627a, did you make changes ? You may go to this repository and git stash or reset d

Re: [b2g] Error when doing repo sync.

2014-07-25 Thread Andreas Pehrson
Most likely a previous build put stuff in device/qcom/msm7627a and now that folder isn't needed anymore (did you change device?). It is erroring here in case you put it there yourself and forgot to save your work. If you haven't touched it you can safely delete that folder, rm -rf device/qcom/msm76

Re: [b2g] Error when doing repo sync.

2015-08-09 Thread A. Crespo
Hi, I have the same problem. I went to the folder "device/qcom/msm7627a" and I did a reset --hard, and the HEAD was changed. But when I try to do ./config flame-kk, I get the same problem. Best regards. > > There are changes to your device/qcom/msm7627a, did you make changes ? > > You may go