lbs-filter-gpg has been renamed to cumulus-filter-gpg.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 26 Mar 2009 21:35:27 +0000 (14:35 -0700)
committerMichael 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

index b120436..46a7b5f 100644 (file)
@@ -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", "lbs-filter-gpg --decrypt"),
+    (".gpg", "cumulus-filter-gpg --decrypt"),
     (".gz", "gzip -dc"),
     (".bz2", "bzip2 -dc"),
 ]