[yocto] [PATCH 3/3] PublishArtifacts: add md5sums artifact

2014-06-09 Thread Lynn 'Cyrin' Conway
REF: Bug ID 6354 Added a md5sums artifact into PublishArtifacts Also changed md5sums to generate in the temp/deploy/images directory - (for real this time!!!) Signed-off-by: Lynn 'Cyrin' Conway --- .../autobuilder/buildsteps/PublishArtifacts.py |4 1 file changed, 4

[yocto] [PATCH 2/3] MakeImageMD5s: delete file

2014-06-09 Thread Lynn 'Cyrin' Conway
REF: Bug ID 6354 The functionality of MakeImageMDs is being moved into PublishArtifacts. Since MakeImageMD5s is no longer needed, this commit deletes it. Signed-off-by: Lynn 'Cyrin' Conway --- .../autobuilder/buildsteps/MakeImageMD5s.py| 42 1 file c

[yocto] [PATCH 1/3] buildset-config.master/*: change call to MD5 creation

2014-06-09 Thread Lynn 'Cyrin' Conway
REF: Bug ID 6354 The code for MD5 creation is being moved from MakeImageMD5s to PublishArtifacts['md5sums']. This commit changes every file in buildset-config.master that had a call to MakeImageMD5s. Signed-off-by: Lynn 'Cyrin' Conway --- buildset-config.master/build-appli

[yocto] [PATCH 3/3] PublishArtifacts: add md5sums artifact

2014-06-09 Thread Lynn 'Cyrin' Conway
REF: Bug ID 6354 Added a md5sums artifact into PublishArtifacts Also changed md5sums to generate in the temp/deploy/images directory Signed-off-by: Lynn 'Cyrin' Conway --- .../autobuilder/buildsteps/PublishArtifacts.py |4 1 file changed, 4 insertions(+) diff --

[yocto] [PATCH 2/3] MakeImageMD5s: delete file

2014-06-09 Thread Lynn 'Cyrin' Conway
REF: Bug ID 6354 The functionality of MakeImageMDs is being moved into PublishArtifacts. Since MakeImageMD5s is no longer needed, this commit deletes it. Signed-off-by: Lynn 'Cyrin' Conway --- .../autobuilder/buildsteps/MakeImageMD5s.py| 42 1 file c

[yocto] [PATCH 1/3] buildset-config.master/*: change call to MD5 creation

2014-06-09 Thread Lynn 'Cyrin' Conway
REF: Bug ID 6354 The code for MD5 creation is being moved from MakeImageMD5s to PublishArtifacts['md5sums']. This commit changes every file in buildset-config.master that had a call to MakeImageMD5s. Signed-off-by: Lynn 'Cyrin' Conway --- buildset-config.master/build-appli

[yocto] [PATCH 2/3] MakeImageMD5s: delete file

2014-06-03 Thread Lynn 'Cyrin' Conway
REF: Bug ID 6354 The functionality of MakeImageMDs is being moved into PublishArtifacts. Since MakeImageMD5s is no longer needed, this commit deletes it. Signed-off-by: Lynn 'Cyrin' Conway --- .../autobuilder/buildsteps/MakeImageMD5s.py| 42 1 file c

[yocto] [PATCH 1/3] buildset-config.master/*: change call to MD5 creation

2014-06-03 Thread Lynn 'Cyrin' Conway
REF: Bug ID 6354 The code for MD5 creation is being moved from MakeImageMD5s to PublishArtifacts['md5sums']. This commit changes every file in buildset-config.master that had a call to MakeImageMD5s. Signed-off-by: Lynn 'Cyrin' Conway --- buildset-config.master/build-appli

[yocto] [PATCH 3/3] PublishArtifacts: add md5sums artifact

2014-06-03 Thread Lynn 'Cyrin' Conway
REF: Bug ID 6354 Added a md5sums artifact into PublishArtifacts Signed-off-by: Lynn 'Cyrin' Conway --- .../autobuilder/buildsteps/PublishArtifacts.py |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/python2.7/site-packages/autobuilder/