Re: [yocto] [yocto-autobuilder][PATCH] bin/release_scripts/release.py: Add some basic logging

2016-07-01 Thread Joshua G Lock
On Wed, 2016-06-29 at 16:08 -0700, Graydon, Tracy wrote: > This patch adds some basic logging to help find failure point should > the script > barf due to lost ssh session, etc. Without it, finding where to > resume is not > particularly entertaining. > > Signed-off-by: Graydon, Tracy > --- >  bi

[yocto] [yocto-autobuilder][PATCH] bin/release_scripts/release.py: Add some basic logging

2016-06-29 Thread Graydon, Tracy
This patch adds some basic logging to help find failure point should the script barf due to lost ssh session, etc. Without it, finding where to resume is not particularly entertaining. Signed-off-by: Graydon, Tracy --- bin/release_scripts/release.py | 43 +++--

[yocto] [yocto-autobuilder][PATCH] bin/release_scripts/release.py: Add some basic logging

2016-06-29 Thread Graydon, Tracy
This patch adds some basic logging to help find failure point should the script barf due to lost ssh session, etc. Without it, finding where to resume is not particularly entertaining. Signed-off-by: Graydon, Tracy --- bin/release_scripts/release.py | 43 +++--

Re: [yocto] [yocto-autobuilder][PATCH] bin/release_scripts/release.py

2016-05-24 Thread Graydon, Tracy
On 05/24/16, 4:30 PM, "Randle, William C" wrote: >On Tue, 2016-05-24 at 16:06 -0700, Graydon, Tracy wrote: >> Get rid of the extraneous DL_BASE line. It's not used and should have >> been removed when I fixed the eclipse-plugin release path. >> >> Signed-off-by: Graydon, Tracy >> --- >> bin/re

Re: [yocto] [yocto-autobuilder][PATCH] bin/release_scripts/release.py

2016-05-24 Thread Randle, William C
On Tue, 2016-05-24 at 16:06 -0700, Graydon, Tracy wrote: > Get rid of the extraneous DL_BASE line. It's not used and should have > been removed when I fixed the eclipse-plugin release path. > > Signed-off-by: Graydon, Tracy > --- >  bin/release_scripts/release.py | 1 - >  1 file changed, 1 deleti

[yocto] [yocto-autobuilder][PATCH] bin/release_scripts/release.py

2016-05-24 Thread Graydon, Tracy
Get rid of the extraneous DL_BASE line. It's not used and should have been removed when I fixed the eclipse-plugin release path. Signed-off-by: Graydon, Tracy --- bin/release_scripts/release.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/release_scripts/release.py b/bin/release_script

Re: [yocto] [yocto-autobuilder][PATCH] bin/release_scripts/release.py

2016-05-24 Thread Graydon, Tracy
On 05/24/16, 8:46 AM, "Randle, William C" wrote: >On Mon, 2016-05-23 at 19:07 -0700, Graydon, Tracy wrote: >> Fixed the path for the publishing of the eclipse plugins. They were >> going to the wrong subdirectory under downloads. >> >> Signed-off-by: Graydon, Tracy >> --- >> bin/release_script

Re: [yocto] [yocto-autobuilder][PATCH] bin/release_scripts/release.py

2016-05-24 Thread Randle, William C
On Mon, 2016-05-23 at 19:07 -0700, Graydon, Tracy wrote: > Fixed the path for the publishing of the eclipse plugins. They were > going to the wrong subdirectory under downloads. > > Signed-off-by: Graydon, Tracy > --- >  bin/release_scripts/release.py | 22 +++--- >  1 file changed

Re: [yocto] [yocto-autobuilder][PATCH] bin/release_scripts/release.py

2016-05-24 Thread Flanagan, Elizabeth
pulled into master. thanks! -b On 24 May 2016 at 03:12, Graydon, Tracy wrote: > Remove the step for syncing the staged release to downloads directory. We > pretty much NEVER do the sync to downloads at the time we do staging. Sync > happens much later, as a separate process. We don't need this i

[yocto] [yocto-autobuilder][PATCH] bin/release_scripts/release.py

2016-05-23 Thread Graydon, Tracy
Remove the step for syncing the staged release to downloads directory. We pretty much NEVER do the sync to downloads at the time we do staging. Sync happens much later, as a separate process. We don't need this in the release script. Signed-off-by: Graydon, Tracy --- bin/release_scripts/release.

[yocto] [yocto-autobuilder][PATCH] bin/release_scripts/release.py

2016-05-23 Thread Graydon, Tracy
Fixed the path for the publishing of the eclipse plugins. They were going to the wrong subdirectory under downloads. Signed-off-by: Graydon, Tracy --- bin/release_scripts/release.py | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/bin/release_scripts/

[yocto] [yocto-autobuilder][PATCH] bin/release_scripts/release.py

2016-05-03 Thread Graydon, Tracy
This patch removes the BSP creation for the p1022ds and the mpc8315e-rdb platforms. Signed-off-by: Graydon, Tracy --- bin/release_scripts/release.py | 17 - 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/bin/release_scripts/release.py b/bin/release_scripts/release

[yocto] [yocto-autobuilder][PATCH] bin/release_scripts/release.py: fix milestone staging

2016-02-25 Thread Graydon, Tracy
From: Tracy Graydon Milestones were going into the top level of the download release directory instead of the milestones subdirectory. Added a check for milestone releases and now adjusts the path accordingly. Also fixed an indent issue which was causing the master md5sum table to be generated fo

[yocto] [yocto-autobuilder][PATCH] bin/release_scripts/release.py

2016-02-17 Thread Graydon, Tracy
This is part of the release automation work, related to Yocto bug #8942. This patch includes: - Adding a check to see if the rc candidate passed in actually exists first. - Adds the ADT repo publishing step of the release process. - Removes the print_vars function that was largely for script t