Import some fixes from resolver branch.

This commit is contained in:
Jelmer Vernooij 2021-02-22 17:17:12 +00:00
parent a411b4dc38
commit 95f5bc2a4c
No known key found for this signature in database
GPG key ID: 579C160D4C9E23E8
8 changed files with 93 additions and 21 deletions

View file

@ -28,12 +28,13 @@ from debian.deb822 import Deb822
from breezy.tree import Tree
from breezy.workingtree import WorkingTree
from . import DetailedFailure
from .buildsystem import detect_buildsystems, NoBuildToolsFound
from buildlog_consultant.common import (
NoSpaceOnDevice,
)
from . import DetailedFailure
from .buildsystem import detect_buildsystems, NoBuildToolsFound
from .session.schroot import SchrootSession
from .vcs import dupe_vcs_tree, export_vcs_tree
@ -47,7 +48,7 @@ SUPPORTED_DIST_EXTENSIONS = [
".tbz2",
".tar",
".zip",
]
]
def is_dist_file(fn):