Ubuntu Pastebin

Paste from rbasak at Fri, 16 Jun 2017 16:54:28 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
robie@mal:/tmp/review$ gu clone python-boto
06/16/2017 17:54:04 - INFO:Using git repository at /tmp/review/python-boto
06/16/2017 17:54:05 - WARNING:A .gitignore file exists in the source package. This will affect the behavior of git. Consider backing up the gitignore while working on this package to ensure all changes are tracked or passing appropriate flags to git commands (e.g., git status --ignored).
robie@mal:/tmp/review$ cd python-boto
robie@mal:/tmp/review/python-boto$ gu remote add davidpbritton
06/16/2017 17:54:12 - INFO:Using git repository at /tmp/review/python-boto
06/16/2017 17:54:12 - ERROR:Cannot get changelog source package name
Traceback (most recent call last):
  File "/home/robie/Code/Canonical/usd-importer/gitubuntu/git_repository.py", line 625, in get_changelog_srcpkg_from_treeish
    srcpkg = self.parse_changelog_field_in_treeish(
AttributeError: 'GitUbuntuRepository' object has no attribute 'parse_changelog_field_in_treeish'
06/16/2017 17:54:12 - ERROR:Unable to determine source package name. Does debian/changelog exist in the current branch?
Traceback (most recent call last):
  File "/home/robie/Code/Canonical/usd-importer/bin/git-ubuntu", line 18, in <module>
    main()
  File "/home/robie/Code/Canonical/usd-importer/gitubuntu/__main__.py", line 203, in main
    args.func(args)
  File "/home/robie/Code/Canonical/usd-importer/gitubuntu/remote.py", line 113, in main
    self.do_add()
  File "/home/robie/Code/Canonical/usd-importer/gitubuntu/remote.py", line 63, in do_add
    self.package, repo_owner=self.user,
AttributeError: 'GitUbuntuRemote' object has no attribute 'package'
Download as text