First stab at refactoring artifact
authorRamon van Alteren <ramon@vanalteren.nl>
Thu, 5 Jan 2012 11:44:35 +0000 (12:44 +0100)
committerRamon van Alteren <ramon@vanalteren.nl>
Thu, 5 Jan 2012 11:44:35 +0000 (12:44 +0100)
commit35ceb6319a55145755ded33169899c4134b5a2d2
tree3675ae9f48f25647e7ca6cdbdbd31bfd7e8e9999
parentffe97cd4bbfeddb48cdb70a45243625408babaac
First stab at refactoring artifact

Removed weird streaming code, replaced it with a call to urllib.urlretrieve which does chunking all by itself
Made local md5 hash generation more sane
Use fingerprint object directly for validation, without going through the jenkins api ref
pyjenkinsci/artifact.py
pyjenkinsci/jenkins.py