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

2014-06-09 Thread Lynn Cyrin
It would. I'll incorporate it when I resend the patch. Lynn Cyrin (http://lynncyrin.me) -Sent from Mobile On Jun 6, 2014 2:06 PM, Jate S jate...@gmail.com wrote: I just grabbed the current master. I changed my local conf definition so it would do the MakeImageMD5s. It creates them inside

[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 lynncy...@gmail.com --- buildset-config.master/build

[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 lynncy...@gmail.com --- .../autobuilder/buildsteps/MakeImageMD5s.py| 42 1

[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 lynncy...@gmail.com --- .../autobuilder/buildsteps/PublishArtifacts.py |4 1 file changed, 4 insertions(+) diff

[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 lynncy...@gmail.com --- buildset-config.master/build

[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 lynncy...@gmail.com --- .../autobuilder/buildsteps/MakeImageMD5s.py| 42 1

[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 lynncy...@gmail.com --- .../autobuilder/buildsteps/PublishArtifacts.py |4 1 file

[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 lynncy...@gmail.com --- .../autobuilder/buildsteps/PublishArtifacts.py |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/python2.7/site-packages/autobuilder

[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 lynncy...@gmail.com --- buildset-config.master/build

[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 lynncy...@gmail.com --- .../autobuilder/buildsteps/MakeImageMD5s.py| 42 1

[yocto] [AUTOBUILDER 1/4] nightly.conf: added package image triggers

2014-03-18 Thread Lynn Cyrin
Added triggers for nightly-rpm, nightly-deb, nightly-ipk into nightly.conf reference #3140 Signed-off-by: Lynn Cyrin firemagel...@gmail.com --- buildset-config.master/nightly.conf |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildset-config.master/nightly.conf b

[yocto] [AUTOBUILDER 4/4] nightly-ipk.conf: created conf file

2014-03-18 Thread Lynn Cyrin
Created configuration file for a ipk package build image Signed-off-by: Lynn Cyrin firemagel...@gmail.com --- buildset-config.master/nightly-ipk.conf | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 buildset-config.master/nightly-ipk.conf diff --git a/buildset