diff options
author | Holger Freyther <zecke@selfish.org> | 2007-03-31 19:03:56 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-03-31 19:03:56 +0000 |
commit | ed7c417090d4cc735c797e9ecfd1a49b071eb95f (patch) | |
tree | 7d9f4398dc0e5186a706bc41b8b45646915a9543 /contrib/qa/checksum/sample.conf | |
parent | 5d3963de4a236f1a28f4c5c0829d0492141ea505 (diff) |
qa/checksum: Add python code to verify a sha256,md5sum
Store md5 and sha256 sums in a ini file and verify
it with a local file. This code has been tested (manually)
on OSX and should be integrated into either OE or BitBake
Diffstat (limited to 'contrib/qa/checksum/sample.conf')
-rw-r--r-- | contrib/qa/checksum/sample.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/qa/checksum/sample.conf b/contrib/qa/checksum/sample.conf new file mode 100644 index 0000000000..478a9a05f9 --- /dev/null +++ b/contrib/qa/checksum/sample.conf @@ -0,0 +1,9 @@ +[qtopia-core-4.3-ftp://ftp.trolltech.com/qt/source/qtopia-core-opensource-4.3.0beta.tar.gz] +md5=123 +sha256=1000 + +[qtopia-core-ftp://ftp.trolltech.com/qt/source/qtopia-core-opensource-4.2.3.tar.gz] +md5=d41d8cd98f00b204e9800998ecf8427e +sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 + +# Test commets and such |