lib/build-tool/vcs/archive.rb in build-tool-0.5.7 vs lib/build-tool/vcs/archive.rb in build-tool-0.6.0.rc1

- old
+ new

@@ -1,5 +1,7 @@ +# -*- coding: UTF-8 -*- + require 'open-uri' require 'build-tool/vcs/base' require 'fileutils' @@ -157,10 +159,10 @@ raise NotImplementedError, "No idea how to unpack the archive '#{archive_name}'." end return topdir end - def rebase + def rebase( verbose = false ) # Check if the archive is already downloaded if !File.exist? archive_local_path logger.debug "Archive not fetched. Skipping." return 0