- Feb 10, 2012
-
-
Nat Goodspeed authored
viewer_manifest.py's Linux_i686Manifest class has contained directives to copy library files with names like (e.g.) "libapr-1.so.0.4.2", which means that every update to any such library requires messing with viewer_manifest.py. But LLManifest.path() claims to support wildcards, and it's more robust to specify "libapr-1.so*" instead. Unfortunately LLManifest.path()'s wildcard support only used to work for files in the source tree (vs. the artwork tree or the build tree). The logic in path() tries each tree in turn, relying on an exception to make it try the next tree. This exception was raised for a nonexistent specific filename -- but it never used to raise that exception for a wildcard matching 0 files. Instead it would simply report "0 files" and proceed, producing an invalid viewer install. Raise that exception for a wildcard matching nothing. This forces path() to consider the artwork tree and the build tree, permitting us to use wildcards in library names. Define an exception specific to LLManifest: ManifestException rather than the generic Python RuntimeException. Make it a subclass of RuntimeException so any existing callers expecting to catch RuntimeException will continue to work.
-
- Oct 11, 2011
-
-
Brad Payne (Vir Linden) authored
-
- Oct 10, 2011
-
-
Brad Payne (Vir Linden) authored
-
Brad Payne (Vir Linden) authored
-
Brad Payne (Vir Linden) authored
-
Brad Payne (Vir Linden) authored
-
- Oct 08, 2011
-
-
Brad Payne (Vir Linden) authored
-
Brad Payne (Vir Linden) authored
-
- Oct 06, 2011
-
-
Brad Payne (Vir Linden) authored
-
Brad Payne (Vir Linden) authored
-
Brad Payne (Vir Linden) authored
-
- Oct 05, 2011
-
-
Brad Payne (Vir Linden) authored
-
- Oct 04, 2011
-
-
Leslie Linden authored
-
- Oct 03, 2011
-
-
Leslie Linden authored
-
- Sep 30, 2011
-
-
Brad Payne (Vir Linden) authored
-
Brad Payne (Vir Linden) authored
-
- Sep 29, 2011
-
-
Brad Payne (Vir Linden) authored
-
- Sep 23, 2011
-
-
Oz Linden authored
-
- Sep 22, 2011
- Sep 21, 2011
-
-
eli authored
-
Oz Linden authored
-
Oz Linden authored
-
Brad Payne (Vir Linden) authored
-
Debi King (Dessie) authored
-
Debi King (Dessie) authored
-
Debi King (Dessie) authored
-
Debi King (Dessie) authored
-
Oz Linden authored
-
Oz Linden authored
-
Roxie Linden authored
VWR-26942: Nederland CA was causing issues when it was mid-CA.pem, moved to end for testing. We are still investigating the real issue, but this may be a sufficient patch
-
Oz Linden authored
-
Brad Payne (Vir Linden) authored
-
- Sep 19, 2011
-
-
David Parks authored
SH-2445 Potential fix for crash in LLCurl::Multi::~Multi -- lock sMultiMutex around curl_multi_ calls in LLCurl::Multi destructor
-
Oz Linden authored
-
Oz Linden authored
-
Oz Linden authored
-
Oz Linden authored
-
prep linden authored
-