On 7 March 2014 20:07, jefby jef199006@gmail.com wrote:
Hello,every one!
I'm using the my shell download the arndale-octa linaro-android source ,and it occurs some error:
fatal : unable to connect to android.git.linaro.org : android.git.linaro.org[0:54.235.170.12]: errno=Connection timed out
and My shell is like that: export MANIFEST_REPO=git://android.git.linaro.org/platform/manifest.git export MANIFEST_BRANCH=linaro_android_4.4.2 repo init -u ${MANIFEST_REPO} -b ${MANIFEST_BRANCH} -m ${MANIFEST_FILENAME} -g "common,arndale_octa"
and i use it download the source code 2014/3/3,why does not it work now?? Anyone can help me?
The git server is currently taken down for maintenance. Please check this link to be sure the maintenance is over: http://android.git.linaro.org/
Thanks very much!
jefby
2014-03-07 20:00 GMT+08:00 linaro-android-request@lists.linaro.org:
Send linaro-android mailing list submissions to linaro-android@lists.linaro.org
To subscribe or unsubscribe via the World Wide Web, visit http://lists.linaro.org/mailman/listinfo/linaro-android or, via email, send a message with subject or body 'help' to linaro-android-request@lists.linaro.org
You can reach the person managing the list at linaro-android-owner@lists.linaro.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of linaro-android digest..."
Today's Topics:
- Re: Is it possible to switch branches from Linaro 14.01 release to Linaro 14.02 release (Axel Lin)
- Re: Is it possible to switch branches from Linaro 14.01 release to Linaro 14.02 release (Amit Pundir)
- Re: Is it possible to switch branches from Linaro 14.01 release to Linaro 14.02 release (Axel Lin)
- Re: Is it possible to switch branches from Linaro 14.01 release to Linaro 14.02 release (Axel Lin)
- Missing gpio-keys.kl on my pandaboard (Axel Lin)
Message: 1 Date: Fri, 7 Mar 2014 09:34:45 +0800 From: Axel Lin axel.lin@ingics.com To: Amit Pundir amit.pundir@linaro.org Cc: linaro-android linaro-android@lists.linaro.org Subject: Re: Is it possible to switch branches from Linaro 14.01 release to Linaro 14.02 release Message-ID: <CAFRkauC4z8d=BgKVpsihGFsRNdu_FeU= OJ3KYLeXkV0Drqp5-Q@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1
2014-03-04 11:42 GMT+08:00 Amit Pundir amit.pundir@linaro.org:
On 3 March 2014 18:27, Axel Lin axel.lin@ingics.com wrote:
Hi, I'm using Linaro 14.01 release and Linaro14.02 just released now. I have cloned the android source code for Linaro 14.01 release. Is it possible to switch branches to Linaro14.02 release in the same
repo
trees?
Yes, just checkout linaro-android-14.02-release branch while doing repo
init
for your target platform (in the same directory where you have your
14.01
release sources) and do a repo sync. It will start cloning the sources
on
top of your existing 14.01 release sources.
Hi Amit,
I use below command to download and build 14.01 release. $ ./linaro_android_build_cmds.sh -m pinned-manifest-ann.xml
But now I got below errors when try to switch to 14.02-release. Did I miss something?
$ ./repo init -b linaro-android-14.02-release Traceback (most recent call last): File "/home/axel/linaro/android/.repo/repo/main.py", line 408, in
<module> _Main(sys.argv[1:]) File "/home/axel/linaro/android/.repo/repo/main.py", line 384, in _Main result = repo._Run(argv) or 0 File "/home/axel/linaro/android/.repo/repo/main.py", line 143, in _Run result = cmd.Execute(copts, cargs) File "/home/axel/linaro/android/.repo/repo/subcmds/init.py", line 390, in Execute self._SyncManifest(opt) File "/home/axel/linaro/android/.repo/repo/subcmds/init.py", line 236, in _SyncManifest m.MetaBranchSwitch(opt.manifest_branch) File "/home/axel/linaro/android/.repo/repo/project.py", line 2534, in MetaBranchSwitch self.Sync_LocalHalf(syncbuf) File "/home/axel/linaro/android/.repo/repo/project.py", line 1158, in Sync_LocalHalf lost = self._revlist(not_rev(revid), HEAD) File "/home/axel/linaro/android/.repo/repo/project.py", line 2178, in _revlist return self.work_git.rev_list(*a, **kw) File "/home/axel/linaro/android/.repo/repo/project.py", line 2335, in rev_list p.stderr)) error.GitError: manifests rev-list ('^478de5b427049b3e9b4b19616f3df5bba719bf15', 'HEAD', '--'): fatal: bad revision 'HEAD'
Thanks, Axel
Regards, Amit Pundir
Thanks, Axel
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
Message: 2 Date: Fri, 7 Mar 2014 09:57:39 +0800 From: Amit Pundir amit.pundir@linaro.org To: Axel Lin axel.lin@ingics.com Cc: linaro-android linaro-android@lists.linaro.org Subject: Re: Is it possible to switch branches from Linaro 14.01 release to Linaro 14.02 release Message-ID: < CAMi1Hd1vBZDtre_fMNTd7RKM5Xxh7otVBgAnP_ckAo-YN6RKdA@mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1"
On 7 March 2014 09:34, Axel Lin axel.lin@ingics.com wrote:
2014-03-04 11:42 GMT+08:00 Amit Pundir amit.pundir@linaro.org:
On 3 March 2014 18:27, Axel Lin axel.lin@ingics.com wrote:
Hi, I'm using Linaro 14.01 release and Linaro14.02 just released now. I have cloned the android source code for Linaro 14.01 release. Is it possible to switch branches to Linaro14.02 release in the same
repo
trees?
Yes, just checkout linaro-android-14.02-release branch while doing
repo
init
for your target platform (in the same directory where you have your
14.01
release sources) and do a repo sync. It will start cloning the
sources on
top of your existing 14.01 release sources.
Hi Amit,
I use below command to download and build 14.01 release. $ ./linaro_android_build_cmds.sh -m pinned-manifest-ann.xml
But now I got below errors when try to switch to 14.02-release. Did I miss something?
$ ./repo init -b linaro-android-14.02-release
Do "./repo init -u git://android.git.linaro.org/platform/manifest.git -b linaro-android-14.02-release -m MANIFEST_FILE" where MANIFEST_FILE is the manifest file for your target board (e.g. panda-linaro.xml) and then do "./repo sync".
Regards, Amit Pundir
Traceback (most recent call last):
File "/home/axel/linaro/android/.repo/repo/main.py", line 408, in
<module> _Main(sys.argv[1:]) File "/home/axel/linaro/android/.repo/repo/main.py", line 384, in
_Main
result = repo._Run(argv) or 0
File "/home/axel/linaro/android/.repo/repo/main.py", line 143, in _Run result = cmd.Execute(copts, cargs) File "/home/axel/linaro/android/.repo/repo/subcmds/init.py", line 390, in Execute self._SyncManifest(opt) File "/home/axel/linaro/android/.repo/repo/subcmds/init.py", line 236, in _SyncManifest m.MetaBranchSwitch(opt.manifest_branch) File "/home/axel/linaro/android/.repo/repo/project.py", line 2534, in MetaBranchSwitch self.Sync_LocalHalf(syncbuf) File "/home/axel/linaro/android/.repo/repo/project.py", line 1158, in Sync_LocalHalf lost = self._revlist(not_rev(revid), HEAD) File "/home/axel/linaro/android/.repo/repo/project.py", line 2178, in _revlist return self.work_git.rev_list(*a, **kw) File "/home/axel/linaro/android/.repo/repo/project.py", line 2335, in rev_list p.stderr)) error.GitError: manifests rev-list ('^478de5b427049b3e9b4b19616f3df5bba719bf15', 'HEAD', '--'): fatal: bad revision 'HEAD'
Thanks, Axel
Regards, Amit Pundir
Thanks, Axel
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android