Remove years-old TODO
This commit is contained in:
parent
df25be78b5
commit
5f0feb7e85
@ -187,7 +187,6 @@ class CurlDownloadStrategy < AbstractDownloadStrategy
|
|||||||
with_system_path { buffered_write("bunzip2") }
|
with_system_path { buffered_write("bunzip2") }
|
||||||
when :gzip, :bzip2, :compress, :tar
|
when :gzip, :bzip2, :compress, :tar
|
||||||
# Assume these are also tarred
|
# Assume these are also tarred
|
||||||
# TODO check if it's really a tar archive
|
|
||||||
with_system_path { safe_system 'tar', 'xf', tarball_path }
|
with_system_path { safe_system 'tar', 'xf', tarball_path }
|
||||||
chdir
|
chdir
|
||||||
when :xz
|
when :xz
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user