Advertisement
Guest User

Untitled

a guest
Jan 15th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. ~/lorries/open-source-lorries # cat libpopt.lorry
  2. {
  3. "libpopt": {
  4. "type": "cvs",
  5. "url": ":pserver:anonymous@rpm5.org:/cvs",
  6. "module": "popt"
  7. }
  8. }
  9.  
  10. ~/lorries/open-source-lorries # lorry --verbose --pull-only libpopt.lorry
  11. Processing spec file libpopt.lorry
  12. Getting: libpopt
  13. Getting libpopt
  14. .. backing up libpopt git repository to /root/lorries/open-source-lorries/workd/libpopt/git-pre-update
  15.  
  16.  
  17.  
  18. .. backing up libpopt git repository to /root/lorries/open-source-lorries/workd/libpopt/git-post-fail
  19. .. restoring libpopt good git repository
  20. Mirror of libpopt failed, state before mirror is saved at /root/lorries/open-source-lorries/workd/libpopt/git-pre-update and state after mirror is saved at /root/lorries/open-source-lorries/workd/libpopt/git-post-fail
  21. Error mirroring:
  22. Traceback (most recent call last):
  23. File "/usr/bin/lorry", line 110, in process_args
  24. self.gitify(name, specs[name])
  25. File "/usr/bin/lorry", line 222, in gitify
  26. table[vcstype](name, dirname, gitdir, spec)
  27. File "/usr/bin/lorry", line 448, in gitify_cvs
  28. env=env)
  29. File "/usr/bin/lorry", line 516, in run_program
  30. (' '.join(argv), exit, self.indent(err or '')))
  31. Exception: git cvsimport -a -d :pserver:anonymous@rpm5.org:/cvs -C /root/lorries/open-source-lorries/workd/libpopt/git popt failed (exit code 128):
  32. perl: warning: Setting locale failed.
  33. perl: warning: Please check that your locale settings:
  34. LANGUAGE = (unset),
  35. LC_ALL = (unset),
  36. LANG = "en_GB.UTF-8"
  37. are supported and installed on your system.
  38. perl: warning: Falling back to the standard locale ("C").
  39. fatal: Needed a single revision
  40. fatal: Needed a single revision
  41. fatal: Can merge only exactly one commit into empty head
  42. Could not merge origin into the current branch.
  43.  
  44. Done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement