commit:     6698f841f9f77bad00a963ae61bf0625d5ce35c3
Author:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  6 19:31:35 2015 +0000
Commit:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
CommitDate: Tue Oct  6 19:31:35 2015 +0000
URL:        
https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=6698f841

add more repoman fixes

 pym/tbc/package.py  | 2 +-
 pym/tbc/qachecks.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pym/tbc/package.py b/pym/tbc/package.py
index ef9b453..091f75f 100644
--- a/pym/tbc/package.py
+++ b/pym/tbc/package.py
@@ -109,7 +109,7 @@ class tbc_package(object):
                        add_logs(self._session, log_msg, "info", 
self._config_id)
                        git_commit = '0'
                else:
-                       git_commit = self.get_git_log_ebuild(repodir, 
ebuild_file):
+                       git_commit = self.get_git_log_ebuild(repodir, 
ebuild_file)
 
                # Get the ebuild metadata
                ebuild_version_metadata_tree = self.get_ebuild_metadata(cpv, 
repo)

diff --git a/pym/tbc/qachecks.py b/pym/tbc/qachecks.py
index 67b1448..451f315 100644
--- a/pym/tbc/qachecks.py
+++ b/pym/tbc/qachecks.py
@@ -14,7 +14,7 @@ from portage import os, _encodings, _unicode_decode, 
_unicode_encode
 from portage.exception import DigestException, FileNotFound, ParseError, 
PermissionDenied
 from _emerge.Package import Package
 from _emerge.RootConfig import RootConfig
-from tbc.repoman.checks.ebuilds.checks import run_checks
+from repoman.checks.ebuilds.checks import run_checks
 from tbc.repoman.main import repoman_main
 from tbc.sqlquerys import get_configmetadata_info, get_config_info, 
get_setup_info
 import portage

Reply via email to