search for: testutils

Displaying 3 results from an estimated 3 matches for "testutils".

2006 Aug 11
3
Proposed changes to omindex
...5 to the value table as a 16 byte string (binary representation of the digest) (ID 1). This could be used as a secondary check for incremental indexing (i.e. if the file was touched but not changed don?t replace it) and also to collapse duplicates (COLLAPSE=1). The md5 source code is from the GNU testutils-2.1 package. 4) For files that require command line utility processing (i.e. pdftotext) I have added a --copylocal option. This allows the file to be digested while being copied to the local drive and then the command line utility processes the local file saving multiple reads across the network....
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
The reference implementation server is based on TG2. The majority of the boiler plate code has been stripped out to focus the server solely on the functionality necessary for a management server. Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- server/.gitignore | 4 + server/MANIFEST.in | 4 +
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
Replaced the TurboGears 2 reference implementation with a simpler Django server. This implementation has worked out the server interface for an HTTP awake and config request. Started working on this ready portion, but nothing is ready yet. THIS IS A WORK IN PROGRESS: This patch is solely meant to solicit feedback. Please reply with suggestions and improvement ideas. Thanks. :) Signed-off-by: