witty-crayon-22786
03/02/2016, 9:36 PMwitty-crayon-22786
03/02/2016, 9:36 PMgit clean -fdx
doeswitty-crayon-22786
03/02/2016, 9:37 PMwitty-crayon-22786
03/02/2016, 9:37 PMancient-stone-50795
03/02/2016, 9:39 PMread_from: [ "%(pants_workdir)s/buildcache" ]
read: True
write_to: [ "%(pants_workdir)s/buildcache" ]
write: True
ancient-stone-50795
03/02/2016, 9:39 PMancient-stone-50795
03/02/2016, 9:40 PMwitty-crayon-22786
03/02/2016, 9:44 PMwitty-crayon-22786
03/02/2016, 9:44 PMwitty-crayon-22786
03/02/2016, 9:44 PMmany-engine-77019
03/02/2016, 9:45 PMwitty-crayon-22786
03/02/2016, 9:45 PMbored-art-40741
03/02/2016, 10:12 PMbored-art-40741
03/02/2016, 10:12 PMbored-art-40741
03/02/2016, 10:12 PMbored-art-40741
03/02/2016, 10:12 PM@memoized_property
def base_dir(self):
"""Returns the base directory for this stack distribution.
:returns: The stack distribution base directory.
:rtype: string
"""
stack_dist = self._binary_util.select_binary(self._relpath, self.version, 'stack.tar.gz')
distribution_workdir = os.path.dirname(stack_dist)
outdir = os.path.join(distribution_workdir, 'unpacked')
if not os.path.exists(outdir):
with temporary_dir(root_dir=distribution_workdir) as tmp_dist:
TGZ.extract(stack_dist, tmp_dist)
os.rename(tmp_dist, outdir)
return os.path.join(outdir, 'stack')
bored-art-40741
03/02/2016, 10:12 PMbored-art-40741
03/02/2016, 10:13 PMbored-art-40741
03/02/2016, 10:20 PMbored-art-40741
03/02/2016, 10:20 PMbored-art-40741
03/02/2016, 10:42 PMbored-art-40741
03/02/2016, 10:42 PMlimited-country-20626
03/02/2016, 11:14 PMfull-kilobyte-93429
03/02/2016, 11:25 PMspec_excludes
deprecation, but since it saysfull-kilobyte-93429
03/02/2016, 11:25 PM'Filtering broken BUILD files based on exclude_target_regexp is deprecated '
full-kilobyte-93429
03/02/2016, 11:25 PMtest_exclude_target_regexps
limited-country-20626
03/02/2016, 11:57 PMlimited-country-20626
03/02/2016, 11:59 PMancient-stone-50795
03/03/2016, 12:00 AMlimited-country-20626
03/03/2016, 12:00 AM