[DRE-commits] [librarian-puppet] 50/97: Issue #117 Support changing tmp, cache and scratch paths
Stig Sandbeck Mathisen
ssm at debian.org
Tue Mar 11 12:12:50 UTC 2014
This is an automated email from the git hooks/post-receive script.
ssm pushed a commit to branch master
in repository librarian-puppet.
commit 80b2ea91e5d73c9ad55b7c25fcdc69cd2cba35b2
Author: Carlos Sanchez <csanchez at maestrodev.com>
Date: Fri Jan 3 11:47:16 2014 +0100
Issue #117 Support changing tmp, cache and scratch paths
Using underlying librarian support, can set LIBRARIAN_PUPPET_TMP=path/to/tmp
in .librarian/puppet/config in the project folder or /Users/csanchez
---
lib/librarian/puppet/environment.rb | 8 --------
1 file changed, 8 deletions(-)
diff --git a/lib/librarian/puppet/environment.rb b/lib/librarian/puppet/environment.rb
index d7d2525..e457033 100644
--- a/lib/librarian/puppet/environment.rb
+++ b/lib/librarian/puppet/environment.rb
@@ -28,14 +28,6 @@ module Librarian
vendor_path.join('source')
end
- def cache_path
- project_path.join(".tmp/librarian/cache")
- end
-
- def scratch_path
- project_path.join(".tmp/librarian/scratch")
- end
-
def vendor!
vendor_cache.mkpath unless vendor_cache.exist?
vendor_source.mkpath unless vendor_source.exist?
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/librarian-puppet.git
More information about the Pkg-ruby-extras-commits
mailing list