NO LD_LIBRARY_PATH
PATH=.:/home/phi/util:/home/phi/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/us r/bin:/sbin:/bin:/usr/games:/sbin:/usr/sbin:/usr/local/bin:/usr/local/bin/X11:/d 1/armv64/tch/bin
Did the repo init in /tmp using ~/bin/repo (from armv8 clean install) then instead of doing
bash jenkins-setup/init-and-build.sh
I did
cd /tmp repo init --quiet -u git://git.linaro.org/openembedded/manifest.git -b \ master -m default.xml --repo-url=git://android.git.linaro.org/tools/repo
then both repo sync OR newlyinstalled /tmp/.repo/repo/repo sync give teh same error
CU82$ /tmp/.repo/repo/repo sync Traceback (most recent call last): File "/tmp/.repo/repo/main.py", line 414, in <module> _Main(sys.argv[1:]) File "/tmp/.repo/repo/main.py", line 390, in _Main result = repo._Run(argv) or 0 File "/tmp/.repo/repo/main.py", line 138, in _Run result = cmd.Execute(copts, cargs) File "/tmp/.repo/repo/subcmds/sync.py", line 567, in Execute no_tags=opt.no_tags) File "/tmp/.repo/repo/project.py", line 1015, in Sync_NetworkHalf self._InitMRef() File "/tmp/.repo/repo/project.py", line 1937, in _InitMRef self._InitAnyMRef(R_M + self.manifest.branch) File "/tmp/.repo/repo/project.py", line 1955, in _InitAnyMRef self.bare_git.symbolic_ref('-m', msg, ref, dst) File "/tmp/.repo/repo/project.py", line 2202, in runner p.stderr)) error.GitError: manifests symbolic-ref: usage: git symbolic-ref [options] name [ ref]
-q, --quiet suppress error message for non-symbolic (detached) ref s -m <reason> reason of the update