Merge lp:~doanac/linaro-android-build-tools/private-streams into lp:linaro-android-build-tools

Proposed by Andy Doan
Status: Merged
Approved by: Paul Sokolovsky
Approved revision: 472
Merged at revision: 475
Proposed branch: lp:~doanac/linaro-android-build-tools/private-streams
Merge into: lp:linaro-android-build-tools
Diff against target: 12 lines (+1/-1)
1 file modified
build-scripts/post-build-lava.py (+1/-1)
To merge this branch: bzr merge lp:~doanac/linaro-android-build-tools/private-streams
Reviewer Review Type Date Requested Status
Paul Sokolovsky Approve
Michael Hudson-Doyle Pending
Review via email: mp+106234@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Paul Sokolovsky (pfalcon) wrote :

What is this "Linaro Data Privacy Policy" which call for such changes? I'm not sure I'm up to date with it, and would like to be. Recent mail/wiki search didn't turn up anything, can you please give a link?

review: Needs Information
Revision history for this message
Andy Doan (doanac) wrote :

The wiki link is here:

  https://wiki.linaro.org/Internal/People/PaulLarson/LavaDataPublishingPolicy

In short - Linaro should no longer be submitting test results that can be read by anyone outside of Linaro. We will be focusing on creating new summary views like the kernel CI view in the future.

Revision history for this message
Deepti B. Kalakeri (deeptik) wrote :

On Mon, May 21, 2012 at 7:36 PM, Andy Doan <email address hidden> wrote:

> The wiki link is here:
>
>
> https://wiki.linaro.org/Internal/People/PaulLarson/LavaDataPublishingPolicy
>
I do not seem to have permissions to access this page.
Can you give me permissions to read the same ?

>
> In short - Linaro should no longer be submitting test results that can be
> read by anyone outside of Linaro. We will be focusing on creating new
> summary views like the kernel CI view in the future.
> --
>
> https://code.launchpad.net/~doanac/linaro-android-build-tools/private-streams/+merge/106234<https://code.launchpad.net/%7Edoanac/linaro-android-build-tools/private-streams/+merge/106234>
> Your team Linaro Infrastructure is subscribed to branch
> lp:linaro-android-build-tools.
>

--
Thanks and Regards,
Deepti
Infrastructure Team Member, Linaro Platform Teams
Linaro.org | Open source software for ARM SoCs
Follow Linaro: http://www.facebook.com/pages/Linaro
http://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog

Revision history for this message
Paul Sokolovsky (pfalcon) wrote :

I don't have permission to access it either, but from page name, I guess it applies to LAVA mostly, I just wondered if we have big change across Linaro.

Approved.

review: Approve
Revision history for this message
Andy Doan (doanac) wrote :

On 05/22/2012 12:52 AM, Deepti B. Kalakeri wrote:
> I do not seem to have permissions to access this page.
> Can you give me permissions to read the same ?

You need to log out and log back in. The wiki permissions were recently
updated and shouldn't require anything special you don't already have.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'build-scripts/post-build-lava.py'
2--- build-scripts/post-build-lava.py 2012-05-16 14:34:45 +0000
3+++ build-scripts/post-build-lava.py 2012-05-17 18:04:24 +0000
4@@ -163,7 +163,7 @@
5 f = open('/var/run/lava/lava-user')
6 lava_user = f.read().strip()
7 f.close()
8- default_stream = '/public/personal/%s/android-daily/' % lava_user
9+ default_stream = '/private/team/linaro/android-daily/'
10
11 actions = [
12 {

Subscribers

People subscribed via source and target branches