On Wed, 13 Jul 2011 18:58:09 +0300 Paul Sokolovsky <paul.sokolov...@linaro.org> wrote:
[] > They're manually updated. For release builds that's probably not too > much problem, as releases happen only one a month. However, Jenkins > has special "symlink" URLs which point to the latest successful build > for example: > https://android-build.linaro.org/jenkins/job/linaro-android_panda-11.06-release/lastSuccessfulBuild/ > > So, instead of > https://android-build.linaro.org/jenkins/job/linaro-android_panda-11.06-release/3/artifact/build/out/target/product/pandaboard/boot.tar.bz2 > > wget could refer to: > > https://android-build.linaro.org/jenkins/job/linaro-android_panda-11.06-release/lastSuccessfulBuild/artifact/build/out/target/product/pandaboard/boot.tar.bz2 And actually, android-build frontend has special short-circuit access to build results via raw HTTP FS access. It turned out to be broken, but I fixed it now: https://android-build.linaro.org/builds/~linaro-android/leb-panda/120/output/build/out/target/product/pandaboard/ So instead of using 3 wget commands, only one with "wget -r -np" could be used instead. And I just made it work for last successful build also: https://android-build.linaro.org/builds/~linaro-android/leb-panda/lastSuccessful/output/ > > > > > Also, if you, or someone on your team want's access to submit jobs, > > they need to login to lava (recommend using their launchpad id and > > openauth). Then I need to know what their ID was so I can give them > > the proper permissions. > > I'm not involved directly with integration so far, but would like to > be ready to test it. I logged in to LAVA, user name is "pfalcon". > > > > > Thanks, > > Paul Larson > > > Thanks, > Paul > > 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 -- Best Regards, Paul 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 _______________________________________________ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev