|                            Viswanath Puttagunta (Linaro Developer Technical Support (LDTS))                                       Mar 19 06:22 (JST)                                                          All,         So, I tried the following to download and build the android source code.         1. Download the following files from https://releases.linaro.org/13.02/android/panda/       a. linaro_android_build_cmds.sh       b. pinned-manifest.xml         2. Downloaded "rewrite-manifest.py" from       wget http://bazaar.launchpad.net/~linaro-automation/linaro-android-build-tools/trunk/download/head:/sanitizemanifest.py-20121026100311-5cyxt3zk9wgvwohf-1/rewrite-manifest.py         3. Downloaded "build-info.tar.bz2 from http://snapshots.linaro.org/android/binaries/open/20120716/build-info.tar.bz2         4. <anrd_working_dir>#python rewrite-manifest.py ./pinned_manifest.xml > ./pinned_manifest_html.xml         5. <anrd_working_dir>./linaro_android_build_cmds.sh -m ${PWD}/pinned_manifest_html.xml -o ${PWD}/build-info.tar.bz2         When I enter above command, I get following error sometimes right in the beginning   ""fatal: read error: Connection reset by peer""         But if I keep trying a 2-3 times ("./repo sync" command), the download starts successfully and I was able to download the whole repo.         IS THIS A VIABLE WORK AROUND UNTIL WE FIX THIS IN NEXT WEEK RELEASE??         And also for every repository I download, I get warning   curl: (22) The requested URL returned error: 404   Server does not provide clone.bundle; ignoring.         This is also throwing off the end users.         Regards,   Vish         ps: I still haven't built this yet.. in the process of doing that now.                                                  |