mirror of
https://github.com/servo/servo.git
synced 2025-06-30 03:53:37 +01:00
remove bhtml
This commit is contained in:
parent
2f4362e0c1
commit
019fdaa1bd
10 changed files with 4 additions and 64 deletions
|
@ -65,13 +65,6 @@ def find_dep_path_newest(package, bin_path):
|
|||
return None
|
||||
|
||||
|
||||
def get_browserhtml_path(binary_path):
|
||||
browserhtml_path = find_dep_path_newest('browserhtml', binary_path)
|
||||
if browserhtml_path:
|
||||
return path.join(browserhtml_path, "out")
|
||||
sys.exit("Could not find browserhtml package; perhaps you haven't built Servo.")
|
||||
|
||||
|
||||
def archive_deterministically(dir_to_archive, dest_archive, prepend_path=None):
|
||||
"""Create a .tar.gz archive in a deterministic (reproducible) manner.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue