Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 5488197752586240: Issue 2440 - implement Source.get_cache_dir() to be used by custom filters/globals (Closed)

Created:
April 30, 2015, 1:26 p.m. by Sebastian Noack
Modified:
April 30, 2015, 8:56 p.m.
Reviewers:
kzar, Wladimir Palant
Visibility:
Public.

Patch Set 1 : #

Patch Set 2 : Got rid of redundant CMS_CACHE_DIR variable #

Total comments: 2

Patch Set 3 : Only consider last part of repository path #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -0 lines) Patch
M cms/sources.py View 1 2 3 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 5
Sebastian Noack
April 30, 2015, 2:37 p.m. (2015-04-30 14:37:31 UTC) #1
kzar
LGTM
April 30, 2015, 3:35 p.m. (2015-04-30 15:35:35 UTC) #2
Wladimir Palant
http://codereview.adblockplus.org/5488197752586240/diff/5649050225344512/cms/sources.py File cms/sources.py (right): http://codereview.adblockplus.org/5488197752586240/diff/5649050225344512/cms/sources.py#newcode214 cms/sources.py:214: self._origin = urlparse.urlsplit(repo).path.strip('/') |hg archive| won't work for remote ...
April 30, 2015, 3:45 p.m. (2015-04-30 15:45:08 UTC) #3
Sebastian Noack
http://codereview.adblockplus.org/5488197752586240/diff/5649050225344512/cms/sources.py File cms/sources.py (right): http://codereview.adblockplus.org/5488197752586240/diff/5649050225344512/cms/sources.py#newcode214 cms/sources.py:214: self._origin = urlparse.urlsplit(repo).path.strip('/') On 2015/04/30 15:45:09, Wladimir Palant wrote: ...
April 30, 2015, 6:09 p.m. (2015-04-30 18:09:19 UTC) #4
Wladimir Palant
April 30, 2015, 6:48 p.m. (2015-04-30 18:48:31 UTC) #5
LGTM

Powered by Google App Engine
This is Rietveld