projects
/
cumulus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63e9f9a
)
lbs-filter-gpg has been renamed to cumulus-filter-gpg.
author
Michael Vrable
<mvrable@cs.ucsd.edu>
Thu, 26 Mar 2009 21:35:27 +0000
(14:35 -0700)
committer
Michael Vrable
<mvrable@turin.ucsd.edu>
Thu, 26 Mar 2009 21:35:27 +0000
(14:35 -0700)
An instance of this was missed in the code. Caught by Achim J. Latz
<achim.latz@qustodium.net>.
python/cumulus/__init__.py
patch
|
blob
|
history
diff --git
a/python/cumulus/__init__.py
b/python/cumulus/__init__.py
index
b120436
..
46a7b5f
100644
(file)
--- a/
python/cumulus/__init__.py
+++ b/
python/cumulus/__init__.py
@@
-27,7
+27,7
@@
accessed_segments = set()
# filename extensions. These are listed in priority order (methods earlier in
# the list are tried first).
SEGMENT_FILTERS = [
- (".gpg", "
lb
s-filter-gpg --decrypt"),
+ (".gpg", "
cumulu
s-filter-gpg --decrypt"),
(".gz", "gzip -dc"),
(".bz2", "bzip2 -dc"),
]