Advertisement
Guest User

backport_patch

a guest
Sep 7th, 2017
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. ./gentree.py --integrate --clean --git-revision v4.2-rc7 /home/walid/backports/linux-4.2-rc7 /home/walid/backports/kernel_msm8226
  2. Get original source files from git ...
  3. Traceback (most recent call last):
  4. File "./gentree.py", line 1099, in <module>
  5. ret = _main()
  6. File "./gentree.py", line 724, in _main
  7. logwrite=logwrite)
  8. File "./gentree.py", line 851, in process
  9. copy_git_files(args.kerneldir, copy_list, args.git_revision, bpid.target_dir)
  10. File "./gentree.py", line 217, in copy_git_files
  11. for m, t, h, f in git.ls_tree(rev=rev, files=(srcitem,), tree=srcpath):
  12. File "/home/walid/backports/backports-ubuntu/lib/bpgit.py", line 165, in ls_tree
  13. _check(process)
  14. File "/home/walid/backports/backports-ubuntu/lib/bpgit.py", line 13, in _check
  15. raise ExecutionError(process.returncode)
  16. lib.bpgit.ExecutionError
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement