Re: [yocto] Mailing list platform change November 21st

2019-11-21 Thread Michael Halstead
The window for the mailing list move has shifted forward to November 21st from 4pm to 8pm Pacific Standard Time. (2019-11-22 00:00-04:00 UTC) Moderators please tend to all pending requests today. Thank you, -- Michael Halstead Linux Foundation / Yocto Project Systems Operations Engineer On Fri

[yocto] [yocto-autobuilder2][PATCH][v2] scheduler: make the default choice an option

2019-10-18 Thread Michael Halstead
The default choice on the force build form will select a random worker. builder_to_workers dictionary values can no longer be strings. Signed-off-by: Michael Halstead --- config.py | 4 ++-- schedulers.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.py b

[yocto] [yocto-autobuilder2][PATCH] scheduler: make the default choice an option

2019-10-08 Thread Michael Halstead
The default choice on the force build form will select a random worker. Updating to the corrent config. Note builder_to_workers dictionary values can no longer be strings. Signed-off-by: Michael Halstead --- config.py | 40 +++- schedulers.py | 2 +- 2

[yocto] Mailing list update September 15th - platform change delayed

2019-09-13 Thread Michael Halstead
. Moderators, thanks for helping by clearing out the queues in advance. If you have outstanding moderation or trouble clearing your queue please reach out to me. I will send a follow up e-mail with a new time line for the platform change after these updates are in place. -- Michael Halstead Linux

[yocto] Mailing list platform change September 15th

2019-09-07 Thread Michael Halstead
rollback the changes. We will e-mail all lists when work is complete. -- Michael Halstead Linux Foundation / SysAdmin -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [PATCH][yocto-docs] ref-manual: Corrected openSUSE essential packages

2019-06-07 Thread Michael Halstead
On Thu, Jun 6, 2019 at 5:07 PM akuster808 wrote: > > > On 6/6/19 4:46 PM, Michael Halstead wrote: > > Some packages were bumped onto the pip3 install line. Install them with > zypper as before. > with backport? ie is Warrior or Thud affected, I suspect so > Yes for Wa

[yocto] [PATCH][yocto-docs] ref-manual: Corrected openSUSE essential packages

2019-06-06 Thread Michael Halstead
Some packages were bumped onto the pip3 install line. Install them with zypper as before. Signed-off-by: Michael Halstead --- documentation/poky.ent | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/poky.ent b/documentation/poky.ent index b5f600969

Re: [yocto] [yocto-infrastructure] Upcoming network outage: Fri, May 17 starting 10PM PDT (Sat, 5:00Z)

2019-05-14 Thread Michael Halstead
On 5/11/19 1:59 PM, akuster808 wrote: > > > On 5/10/19 4:21 PM, Michael Halstead wrote: >> What: 30-minute network outage to Portland-hosted services >> When: Fri, May 17, between 10PM-3AM PDT (Sat, 05:00-10:00 UTC) >> Why : Network equipment replacement by our serv

[yocto] Upcoming network outage: Fri, May 17 starting 10PM PDT (Sat, 5:00Z)

2019-05-10 Thread Michael Halstead
hosting provider needs to replace some of their main network equipment, which will require rerunning some cables. They are asking us to prepare for up to a 30-minute network outage between the hours listed above in order to complete this work. -- Michael Halstead Linux Foundation / SysAdmin

Re: [yocto] git.yoctoproject.org TLS certificate expired

2019-05-04 Thread Michael Halstead
ty certificate. The > certificate expired on May 4, 2019, 7:53 AM. The current time is May 4, > 2019, 7:16 PM. > > > cu > Adrian I've renewed the certificate manually for now. I will review the automated process and monitoring to make sure this doesn'

Re: [yocto] [OE-core] Yocto Project Status WW07'19

2019-02-14 Thread Michael Halstead
oment. I have asked Michael to look into it. Thanks for the report, I'll reply back here when things are sorted out. Cheers, Paul -- Michael Halstead Linux Foundation / SysAdmin -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [Recipe reporting system] Upgradable recipe name list

2019-01-22 Thread Michael Halstead
_ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto -- Michael Halstead Linux Foundation / SysAdmin -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [patchtest][PATCH] scripts: Reset working repository to match origin during clean up

2019-01-11 Thread Michael Halstead
Michael Halstead wrote: Since these commands run in $REPODIR and $path I think they will apply to any repository under test. On 1/11/19 12:25 PM, Khem Raj wrote: Hi Michael Can we enable these checks for meta-openembedded repo as well On Fri, Jan 11, 2019 at 11:03 AM Michael Halstead wrote

Re: [yocto] [patchtest][PATCH] scripts: Reset working repository to match origin during clean up

2019-01-11 Thread Michael Halstead
Since these commands run in $REPODIR and $path I think they will apply to any repository under test. On 1/11/19 12:25 PM, Khem Raj wrote: Hi Michael Can we enable these checks for meta-openembedded repo as well On Fri, Jan 11, 2019 at 11:03 AM Michael Halstead mailto:mhalst

[yocto] [patchtest][PATCH] scripts: Reset working repository to match origin during clean up

2019-01-11 Thread Michael Halstead
If the local HEAD is a patchtest generated merge commit patchtest may be unable to apply new patches. This should prevent patchtest from becoming stuck in that state. Signed-off-by: Michael Halstead --- scripts/create-share-folder | 2 +- scripts/host| 2 +- 2 files changed, 2

Re: [yocto] [Recipe reporting system] Upgradable recipe name list

2019-01-07 Thread Michael Halstead
s time from 330s to 60s on my host. Signed-off-by: Robert Yang Signed-off-by: Richard Purdie Any problem, please contact Jose Lamego -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/y

[yocto] [yocto-autobuilder-helper][PATCH] config.json: Enable dedicated sstate during build and remove after

2018-11-10 Thread Michael Halstead
Without any sstate available oe-selftest cannot run in parallel. Set sstate to a location used only by these builds and remove it as the last step. Signed-off-by: Michael Halstead --- config.json | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json

Re: [yocto] [patchtest-oe][PATCH] test_patch_cve.py: fix cve tag checking logic

2018-11-09 Thread Michael Halstead
applied >> now >> too. >> > Not sure if this is related but it looks like the tests aren't running > at all now ... > > > https://patchwork.openembedded.org/project/oe-core/series/?ordering=-last_updated > > Thanks, > > Anuj -- Michael Halstead Linux Foundation / SysAdmin -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [yocto-autobuilder-helper][PATCH] config.json: Disable BUILDINFO for oe-selftest

2018-11-09 Thread Michael Halstead
Currently the containerimage.ContainerImageTests.test_expected_files test doesn't expect a file at /etc/build so BUILDINFO must be false for the test to pass. Signed-off-by: Michael Halstead --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json

[yocto] [yocto-autobuilder-helper][PATCH] config.json: Remove sstate, add oe-selftest, and replace beaglebone

2018-11-08 Thread Michael Halstead
ff-by: Michael Halstead --- config.json | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index 2945155..abc5928 100644 --- a/config.json +++ b/config.json @@ -146,16 +146,27 @@ } }, "night

[yocto] [yocto-autobuilder-helper][PATCH] config.json: Add steps to test new workers before adding to the main pool

2018-11-07 Thread Michael Halstead
We add workers to the nightly-bringup pool to test them in a production like enviroment. Include one completely emulated target and one to test virtualization extentions. Signed-off-by: Michael Halstead --- config.json | 13 + 1 file changed, 13 insertions(+) diff --git a

[yocto] [error-report-web][PATCH] Allow autobuilder filter string to match anywhere

2018-11-07 Thread Michael Halstead
Multiple build clusters use the same prefix so we match a more distinctive string anywhere in the submitter name. Signed-off-by: Michael Halstead --- Post/feed.py | 2 +- Post/views.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Post/feed.py b/Post/feed.py index

[yocto] QA notification for completed autobuilder build (yocto-2.6_M3.rc1)

2018-09-24 Thread Michael Halstead
: 8e791c40140460825956430ba86b6266fdec0a93 oecore: e3f5ceec690379d64bd38330111a32f6c8fc6353 poky: c6edf2f8bc5778b267e3a7f4e8875d22f359fb8d This is an automated message from the Yocto Project Autobuilder Git: git://git.yoctoproject.org/yocto-autobuilder2 Email: richard.pur...@linuxfoundation.org -- Michael Halstead

Re: [yocto] Error Report Tool Purge

2018-08-01 Thread Michael Halstead
Currently the database is 26GB. I'm going to start purging un-visited reports older than 180 days today. I see some good suggestions in this thread. Khem, would you open an enhancement request describing the counts you are interested in preserving? On Thu, Jul 19, 2018 at 11:08 PM Martin Jansa wr

Re: [yocto] [Call to Action] Yocto Project Bug Triage

2018-05-29 Thread Michael Halstead
alendar this week. > > > Original message ---- > From: Michael Halstead > Date: 5/29/18 8:37 AM (GMT-08:00) > To: Stephano Cetola , Trevor Woerner < > twoer...@gmail.com> > Cc: yocto@yoctoproject.org, "Jolley, Stephen K" < > stephen.k

Re: [yocto] [Call to Action] Yocto Project Bug Triage

2018-05-29 Thread Michael Halstead
google account? > > --S > I don't but I think this is being worked on currently. It appears new meetings are being scheduled by theyoctoproj...@gmail.com. Whoever controls that account should be able to make the calendar public. -- Michae

[yocto] Pruning poky-contrib Oct 1st

2017-09-26 Thread Michael Halstead
ation. - -- Michael Halstead Linux Foundation / SysAdmin -BEGIN PGP SIGNATURE- iQIzBAEBCAAdFiEEzowQ2UYmQerfiW8/amSWNbpCWpUFAlnKaMcACgkQamSWNbpC WpWw8hAAm+FTba/EK1NYz4CQJbTG08iiOPiqHm9oO8wlmAswigL6HrBJ5TDsgIVh FdkKcEpGhvHVlGfWZsUFAEUKayd4+5oCKg9zOST9/4lDc9SHbyAtf587POmVYVz

Re: [yocto] [infra] git domain name updates

2017-09-26 Thread Michael Halstead
On 09/25/2017 06:17 PM, akuster808 wrote: > > > On 09/25/2017 05:17 PM, Michael Halstead wrote: >> Hello, >> >> As Yocto Project continues to grow load on our git server does as >> well. We are going to make a few changes to our git infrastructure to >>

Re: [yocto] [infra] git domain name updates

2017-09-26 Thread Michael Halstead
On 09/26/2017 03:27 AM, Burton, Ross wrote: > On 26 September 2017 at 01:17, Michael Halstead > mailto:mhalst...@linuxfoundation.org>> > wrote: > > This is all ready to go right now. Please update your remotes. > Read-write users: While updating your git remo

[yocto] [infra] git domain name updates

2017-09-25 Thread Michael Halstead
rib This is all ready to go right now. Please update your remotes. We will have to make these changes required before we can start to get performance benefits from them. I suggest November 1st 2017 but I need more feedback before we can set a cut off date. Thank you, - -- Michael Halstead Yoc

Re: [yocto] downloads.yoctoproject.org timeouts and service interruptions

2017-08-15 Thread Michael Halstead
Dedicated hardware is now in place. This should resolve these issues. Please report any new timeouts in #yocto if possible. On 08/15/2017 10:27 AM, Michael Halstead wrote: > On Wednesday August 9th we upgraded the backend storage for > downloads.yoctoproject.org and related sites. T

[yocto] downloads.yoctoproject.org timeouts and service interruptions

2017-08-15 Thread Michael Halstead
right now. Over the next day we will work to provision new decided resources for these important services. Expect timeouts and service interruptions for the next 24 hours. I will update the lists or you can follow the incident at https://status.linuxfoundation.org/incidents/hxz2f2kvbn88. -- Mi

Re: [yocto] Release Candidate Build for yocto-2.3.1.rc1 now available

2017-07-12 Thread Michael Halstead
gt; rc2 is the one that will be used for QA. > > Regards, > José > > > -Original Message- > From: Michael Halstead [mailto:mhalst...@linuxfoundation.org] > Sent: Wednesday, July 12, 2017 11:38 AM > To: pi...@toganlabs.com; Perez Carranza, Jose < > jos

[yocto] Release Candidate Build for yocto-2.3.1.rc1 now available

2017-07-12 Thread Michael Halstead
5cd refkit : d86ed372d83a930e9fe2ef22e8a4b98a269d33e6 meta-mingw : 4bdb99650a053f254ccd158a6d0c25c80e79f6ee meta-qt3 : f33b73a9563f2dfdfd0ee37b61d65d90197a456f meta-gplv2 : de001bd6bfcec943d274b649c62be6848cc9c3e6 poky : c2ef32ae58737463cf19aab7446d6a30ad81754f -- Michael Halstead Linux Foundation

[yocto] Release Candidate Build for yocto-2.1.3.rc2 now available.

2017-06-27 Thread Michael Halstead
message from The Yocto Project Autobuilder (git://git.yoctoproject.org/yocto-autobuilder) forwarded by Michael Halstead because of a cluster e-mail issue. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [infra] Intermittent outages for Yocto Project services starting soon

2017-05-17 Thread Michael Halstead
:00AM PDT / 13:00 UTC Apologies for the short notice. -- Michael Halstead Linux Foundation / SysAdmin -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [bitbake-devel] [oe] Infra Full Stop 12/26-12/29

2016-12-26 Thread Michael Halstead
On 12/25/2016 11:43 PM, Martin Jansa wrote: > On Sun, Dec 25, 2016 at 08:06:50PM -0800, Michael Halstead wrote: >> In preparation for the scheduled maintenance I have moved >> git.openembedded.org to a new server temporarily. E-mail and Patchwork >> hooks may not work cor

Re: [yocto] [oe] Infra Full Stop 12/26-12/29

2016-12-25 Thread Michael Halstead
ed-devel mailing list >>> openembedded-de...@lists.openembedded.org >>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel >> -- >> ___ >> Openembedded-devel mailing list >> openembedded-de...@lists

[yocto] Patchwork upgrade tonight

2016-06-30 Thread Michael Halstead
are still issues surrounding detection of patch series there are no known regressions. Series detection can be addressed after the upgrade. The rollback plan can be executed very quickly if needed. Please reach out if you have concerns. -- Michael Halstead Linux Foundation / SysAdmin

[yocto] Patchwork users: Help test new version

2016-06-20 Thread Michael Halstead
-next.openembedded.org/ and take a look. If you find anything amiss please e-mail me directly and include patchwork in the subject line. Thank you for your help upgrading this important system! -- Michael Halstead Linux Foundation / SysAdmin -- ___ yocto mailing list

[yocto] adtrepo clean-up

2015-04-15 Thread Michael Halstead
-1.3.x in http://adtrepo.yoctoproject.org/? -- Michael Halstead Yocto Project / SysAdmin -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] 1.7.1 ADT-installer errors

2015-04-15 Thread Michael Halstead
The sync is complete and broken symlinks are restored. I've also taken the opportunity to clean up absolute symlinks at the source so this issue cannot happen again even if the chroots aren't set properly. Michael Halstead Yocto Project / SysAdmin On 04/15/2015 05:20 AM, Michael Hals

Re: [yocto] 1.7.1 ADT-installer errors

2015-04-15 Thread Michael Halstead
A change in the rsync configuration caused all symlinks to break during the most recent sync to the mirror front ends. The error has been corrected and the adtrepo links will be restored from the source shortly. Michael Halstead Yocto Project / SysAdmin On 04/15/2015 04:50 AM, Flanagan

Re: [yocto] http://adtrepo.yoctoproject.org Not Found

2015-02-06 Thread Michael Halstead
Just an update. This was also posted to the yocto-infrastructure list and handled there. ADT repos are all online again. Michael Halstead Yocto Project / SysAdmin On 02/03/2015 05:15 AM, Gabo wrote: > Hallo, > it seems the server http://adtrepo.yoctoproject.org does not respond > corre

Re: [yocto] can't pull any sources anymore

2015-01-09 Thread Michael Halstead
page in cgit http://git.yoctoproject.org/cgit/cgit.cgi/poky/ Please try running "git clone https://git.yoctoproject.org/git/poky"; and if it fails send me the output. Thank you, Michael Halstead Yocto Project / SysAdmin > > Can you be more specific, are you talking about the git

[yocto] [ANNOUNCEMENT] Yocto Project 1.7 (dizzy 12.0.0) Released

2014-10-30 Thread Michael Halstead
is at http://downloads.yoctoproject.org/releases/yocto/keys/yocto-release-key.asc Full pass test report is available at: https://wiki.yoctoproject.org/wiki/WW43_-_2014-10-18_-_Full_Pass_-_1.7_M4.rc5 Thanks go out to everyone for all their hard work during this release! Sincerely, Michael

Re: [yocto] Release Candidate Build for yocto-1.7.rc4 now available.

2014-10-20 Thread Michael Halstead
You were both already in the CC list. You should receive copies when the next release candidate is built. Michael Halstead Yocto Project / System Administrator On 10/20/2014 12:13 AM, Georgescu, Alexandru C wrote: > Hi Michael, > Can you add me and Yi on the CC as well? >

Re: [yocto] Release Candidate Build for yocto-1.7.rc4 now available.

2014-10-19 Thread Michael Halstead
The QA_MAIL_CC value in ./config/autobuilder.conf needed to be comma separated. I think it is fixed now. Thanks for the report. Michael Halstead Yocto Project / SysAdmin On 10/12/2014 04:33 AM, Paul Barker wrote: > On 12 October 2014 01:51, Poky Build User > wrote: >> This is

[yocto] Error while reverting changes to Bugzilla database [June 27th 17:15 UTC - June 29th 15:00 UTC]

2014-06-29 Thread Michael Halstead
was lost. Daily stats data for June 27th were lost. Weekly stats are not affected. Testopia data remains in the June 26th 08:30 UTC state. - -- Michael Halstead Yocto Project / SysAdmin -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.22 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http

Re: [yocto] Ni, please add me to your LinkedIn network

2014-05-18 Thread Michael Halstead
I've made an effort to ban any posts from Linkedin from ever reaching the lists using sender filters. Hopefully we won't see any messages like this again. Michael Halstead Yocto Project / SysAdmin On 05/18/2014 08:41 PM, Ridish R A via LinkedIn wrote: > > > LinkedIn > &l

Re: [yocto] [meta-mono] Git push fails. No space left

2014-05-18 Thread Michael Halstead
yle suggestions. Michael Halstead Yocto Project / SysAdmin On 05/18/2014 01:48 AM, Alex J Lennon wrote: > Hi, > > I'm trying to push a commit to meta-mono and it's failing due to lack of > space, it says, > > Counting objects: 12, done. > Delta compression using up to 2 th

Re: [yocto] openssl and heartbleed

2014-04-16 Thread Michael Halstead
he announcement. On the build hosts the only running service linked linked against OpenSSL was NTP. We discussed this on the https://www.yoctoproject.org/tools-resources/community/weekly-technical-call the day after heartbleed was announced. Michael Halstead Yo

Re: [yocto] Git fetch with user/pass in a recipe

2014-04-16 Thread Michael Halstead
octoproject.org/cgit/cgit.cgi/poky/tree/bitbake/lib/bb/fetch2/git.py?h=dora it seems that including the password as part of the user parameter should work. For example, SRC_URI = "git://server:8080/project.git;protocol=http;user=username:password" Michael Halstead Yocto Proj

Re: [yocto] Problem with git.yoctoproject.org - looks like a server-side issue, confirmed on #yocto IRC channel

2014-03-17 Thread Michael Halstead
t's indeed a server problem? I recently updated git to version 1.9.0 which caused the problem. With 1.9.0 additional permissions to the are required to write temporary files in the working directory. I've rolled back the upgrade and shallow clones are work

Re: [yocto] Slightly OT: Administrivia (add "-- " to footers)

2014-03-07 Thread Michael Halstead
chael H would be interested. Good idea. I've prepended '-- \r\n' to the footers of all Yocto Project and OE lists. Michael Halstead Yocto Project / Sys Admin >> Just an item for the suggestion box. >> >> Cheers, >> >> -Ben >> >> _

Re: [yocto] Git clone over http broken on git.yoctoproject.org

2013-11-26 Thread Michael Halstead
;ve tried to correct those headers. Can you test again? I tested with git version 1.7.9.5 and no proxy and was able to clone all the kernels. Michael Halstead Yocto Project / System Administrator > All of the kernel pulls appear to be broken in the same way (3.10, 3.8, etc) &

Re: [yocto] RFC Autobuilder Naming

2013-11-25 Thread Michael Halstead
On 11/25/2013 07:01 AM, Paul Eggleton wrote: > Hi Michael, > > On Friday 22 November 2013 15:43:58 Michael Halstead wrote: >> Currently all builders are simply named ab00-ab13 based on when we >> acquired them. The name doesn't change except for ab01 which has been >&g

[yocto] RFC Autobuilder Naming

2013-11-22 Thread Michael Halstead
evant cluster's buildbot interface (http://autobuilder.yoctoproject.org/main/buildslaves) so as names change there is an easy place to look them up. Comments? -- Michael Halstead Yocto Project / System Administrator smime.p7s Description: S/MIME Cry

Re: [yocto] Yocto Project 1.5_M2.rc1 build status

2013-07-05 Thread Michael Halstead
Thank you. The final steps of http://autobuilder.yoctoproject.org/pub/nightly/20130703-3/ were blocked and never completed so there may be other things missing as well. We probably need to do another build before releasing but it will hopefully be from the same commit as well. Michael Halstead

Re: [yocto] Yocto Project 1.5_M2.rc1 build status

2013-07-03 Thread Michael Halstead
Adidtional autobuilder configuration errors were corrected and a third spin of 1.5_M2.rc1 started. Please find the build at the new location: http://autobuilder.yoctoproject.org/pub/nightly/20130703-3 pokyeaa5df34af42b6a37f6506847d0f3ef6ba0d298a

Re: [yocto] Yocto Project 1.5_M2.rc1 build underway, again

2013-07-02 Thread Michael Halstead
Please begin QA as soon as possible. Thank you. -- Michael Halstead Yocto Project / Sys Admin smime.p7s Description: S/MIME Cryptographic Signature ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Yocto Project 1.5_M2.rc1 build underway

2013-07-02 Thread Michael Halstead
cgit/cgit.cgi/meta-qt3/commit/?id=b73552fb998fd30a01dbee5a172e432a16078222> eclipse-pokye35dfd79e3970f88a8273125890a54f75f108b97 <https://git.yoctoproject.org/cgit/cgit.cgi/eclipse-poky/commit/?id=e35dfd79e3970f88a8273125890a54f75f108b97> Please begin QA as soon as possible. Thank you. -- Michael Halst

Re: [yocto] poky-extras

2013-06-30 Thread Michael Halstead
On 06/30/2013 10:44 PM, Darren Hart wrote: > On Sun, 2013-06-30 at 22:33 -0700, Michael Halstead wrote: >> I can change the name shortly. Is there any reason to keep a read-only >> copy available at the current location temporarily? > Not really. Unless Bruce is using it in some

Re: [yocto] poky-extras

2013-06-30 Thread Michael Halstead
I can change the name shortly. Is there any reason to keep a read-only copy available at the current location temporarily? Michael Halstead Yocto Project / Sys Admin On 06/30/2013 10:19 PM, Rifenbark, Scott M wrote: > Hi, > > I updated the dev-manual section that tells the user what i

[yocto] Additional spam filtering added for *@yoctoproject.org lists

2013-06-10 Thread Michael Halstead
://en.wikipedia.org/wiki/DNSBL). If you find your e-mail isn't getting through to the lists please contact halstead on IRC (chat.freenode.net) or e-mail mhalst...@linuxfoundation.org for assistance. -- Michael Halstead Yocto Project / System Administrator smime.p7s Description: S/MIME Cryptogr

[yocto] Bug Trend for WW18 - new automated charts

2013-05-06 Thread Michael Halstead
into either the main Yocto Project website or the wiki. Find the new style trend charts links at https://wiki.yoctoproject.org/wiki/Yocto_Bug_Trend Or view them all at once at https://wiki.yoctoproject.org/charts/combo.html -- Michael Halstead Yocto Project / System Administrator signature.asc

[yocto] Improper 1.4_M5.rc1 tags pushed to git.yoctoproject.org

2013-03-28 Thread Michael Halstead
t;https://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/>, and meta-qt3 <https://git.yoctoproject.org/cgit/cgit.cgi/meta-qt3/> repositories if needed. From inside of each repository run: git tag -d 1.4_M5.rc1 Thank you, -- Michael Halstead Yocto Project / Sys Admin smime.p7s Description: S/MIME Cryptogra

[yocto] Yocto Project 1.4 milestone 4 released

2013-03-07 Thread Michael Halstead
/poky-yocto-1.4-m4.tar.bz2 Thanks to everyone for all their hard work. Michael Halstead Yocto Project / System Administrator - yocto-1.4-m4 Errata - Release Name: eclipse-poky-yocto-1.4-m4 Branch: 1.4_M4 Tag: 1.4_M4.final Hash

[yocto] Yocto Project 1.4 milestone 3 released

2013-02-10 Thread Michael Halstead
merging the second and third milestones together. There is no separate 1.4_M2 release. Thanks to everyone for all their hard work. Michael Halstead Yocto Project / System Administrator - - yocto-1.4-m3 Errata - - Release Name: eclipse-poky-yocto-1.4-m3

Re: [yocto] Fwd: GMA3600 VGA Driver

2013-02-01 Thread Michael Halstead
If so this is probably not the right place to ask for assistance. If you are building an OS with Yocto Project can you please share what board you are working with? Michael Halstead Yocto Project / Sys Admin > Since I am already grateful for the attention. > > -- Fo

[yocto] 1.4_M3.rc2 ready for QA

2013-01-31 Thread Michael Halstead
. Please note that tag and branch names for this milestone will be named as if it was M3. Branches have already been created since some commits needed to be cherry-picked for the build. I will tag, sign and release the milestone if/when given the all clear. -- Michael Halstead Yocto Project

[yocto] [Infrastructure] Yocto Project Downtime Jan 29th 17:00-21:00 UTC

2013-01-25 Thread Michael Halstead
keep web services accessible during this time. Git services should remain up. Mail delivery will be delayed. Downloads will be temporarily redirected to our mirrors at kernel.org. Autobuilders will not be accessible during the upgrades. -- Michael Halstead Yocto Project / Sys Admin smime.p7s

[yocto] experimental/meta-tpm replaced by experimental/meta-trusted

2012-12-17 Thread Michael Halstead
/experimental/meta-trusted/ -- Michael Halstead Yocto Project / Sys Admin smime.p7s Description: S/MIME Cryptographic Signature ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [PATCH 1/1] meta-intel: update MAINTAINERS with meta-intel mailing list info

2012-11-12 Thread Michael Halstead
;> + - look through recent entries of the meta-intel mailing list >>> +archives (https://lists.yoctoproject.org/pipermail/meta-intel/) >>> +and the Yocto mailing list archives >>> (https://lists.yoctoproject.org/pipermail/yocto/) to see if other >>&g

Re: [yocto] Cloning yocto repos over https

2012-10-18 Thread Michael Halstead
er. Please tell me if there is anything more needed on this front. Michael Halstead Yocto Project / Sys Admin > > > On Tue, Oct 16, 2012 at 6:50 AM, Paul Eggleton > wrote: >> On Friday 11 May 2012 09:35:30 Chin Huat Ang wrote: >>> Is there a way to clone yocto rep

[yocto] HTTP read only access to git repositories available

2012-10-18 Thread Michael Halstead
follow the pattern http://git.yoctoproject.org/git/[repo_path]. -- Michael Halstead Yocto Project / Sys Admin smime.p7s Description: S/MIME Cryptographic Signature ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [ANNOUNCEMENT] Yocto 1.3 Milestone 4 Released

2012-09-29 Thread Michael Halstead
test results see: https://wiki.yoctoproject.org/wiki/Yocto_1.3_Milestone_Test_Report Thank you everyone for all your hard work. Michael Halstead Yocto Project / Sys Admin - yocto-1.3-m4 Errata - Release Name: eclipse-poky-yocto-1.3-m4 Branch: 1.3_M4

[yocto] [ANNOUNCEMENT] Yocto 1.3 Milestone 3 Released

2012-08-30 Thread Michael Halstead
information on 1.3 M3 test results see: https://wiki.yoctoproject.org/wiki/Yocto_1.3_Milestone_Test_Report Thank you everyone for all the hard work. Michael Halstead Yocto Project / Sys Admin - yocto-1.3-m3 Errata - Release Name: eclipse-poky-yocto-1.3-m3

[yocto] [infrastructure] Power interruption at OSL

2012-08-22 Thread Michael Halstead
lated. Michael Halstead Yocto Project / Sys Admin ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Documenting the mailing lists.

2012-08-20 Thread Michael Halstead
= > shoeleather Neutral Board Lab Mailing List > > I'm not sure what "neutral" is meant to convey. How about: > > Discussion list for the Shoeleather embedded board lab > [Hudson, Sean] Sounds good to me. > > I've updated the descrip

Re: [yocto] [Infrastructure] ISP network maintenance August 20 between 3:00am and 6:00am PDT

2012-08-17 Thread Michael Halstead
Just a clarification, the outage times are 10:00 - 13:00 UTC. (Our ISP, NERO, operates exclusively in Oregon USA). On 08/17/2012 12:41 PM, Michael Halstead wrote: > This maintenance effects our main website, access to git repositories, > mailing list traffic, bugzilla, and access

[yocto] [Infrastructure] ISP network maintenance August 20 between 3:00am and 6:00am PDT

2012-08-17 Thread Michael Halstead
, between 0300-0600. This upgrade is expected to cause some disruption to all customer traffic. All efforts will be made to minimize the impact. Michael Halstead Yocto Project / Sys Admin smime.p7s Description: S/MIME Cryptographic Signature

[yocto] [Infra] Downtime Thursday August 9th at 11:00 AM UTC

2012-08-08 Thread Michael Halstead
still cache longer than expected. Most providers will have the new addresses within 10 minutes. I will provide real time status updates at #yocto on http://freenode.net/ IRC. Please direct questions via e-mail to mich...@yoctoproject.org. Michael Halstead Yocto Project / Sys Admin smime.p7s

[yocto] [ANNOUNCEMENT] Yocto 1.1.2 Released

2012-07-27 Thread Michael Halstead
:11371/pks/lookup?op=vindex&search=0x4C8AF84FCC12440F Thank you everyone, especially the 1.1.2 maintainer Joshua Lock, for all their hard work! Michael Halstead Yocto Project Systems Administrator - edison-6.0.2 Errata - Release Name: eclipse-pok

Re: [yocto] Manually fetching files (and disabling the sanity-checker)

2012-07-18 Thread Michael Halstead
e following post should help you with set up, https://lists.yoctoproject.org/pipermail/yocto/2012-May/008966.html Michael Halstead Yocto Project / Sys Admin > Is this mirror still available? If not, is there any way to disable > the sanity-checker, and have bitbake tell me what repositories it's

Re: [yocto] Bugzilla Reorganization

2012-06-15 Thread Michael Halstead
The reorganization at https://bugzilla.yoctoproject.org/ is complete. Total time offline was 7 minutes. Please report any errors to me via e-mail or to halstead in #yocto on freenode. Michael Halstead Yocto Project / Sys Admin On 06/15/2012 05:03 AM, Michael Halstead wrote: > The reorganizat

[yocto] Bugzilla Reorganization

2012-06-15 Thread Michael Halstead
e new layout and mapping file for reference. -- Michael Halstead Yocto Project / Sys Admin +--+---+---++ | Classification | Product | Component | C

Re: [yocto] Bugzilla Re-organization

2012-05-30 Thread Michael Halstead
still in Yocto Project Components. I'll correct these in the script and import fresh data to test. Thank you Scott for reporting this. Michael Halstead > > ScottR > > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] >

[yocto] Bugzilla Re-organization

2012-05-25 Thread Michael Halstead
be helpful as well. -- Michael Halstead Yocto Project / Sys Admin smime.p7s Description: S/MIME Cryptographic Signature ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [Infra] Network home directories

2012-05-15 Thread Michael Halstead
rs as well as keeping the local disk free for poky builds. It allows easy tear-down and rebuilding of slave hosts because unique data is separated from local storage. Does this break anyone's existing workflow? Any other concerns? Michael Halstead Yocto Project / Sys Admin smime.p7s Desc

Re: [yocto] Download mirror instability

2012-05-15 Thread Michael Halstead
The new download mirror is now active. Fetching from downloads.yoctoproject.org should be reliable once again. Michael Halstead Yocto Project / Sys Admin On 05/14/2012 08:21 PM, Michael Halstead wrote: > > We are experiencing download mirror instability that began with a DDOS > on Frid

[yocto] Download mirror instability

2012-05-14 Thread Michael Halstead
building a new download server which will help with stability. I will post to the list when the build is complete. Michael Halstead Yocto Project / Sys Admin ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Bugzilla Upgrade Complete

2012-04-29 Thread Michael Halstead
ttp://www.bugzilla.org/releases/4.2.1/release-notes.html#v42_feat_email>. Michael Halstead Yocto Project / Sys Admin smime.p7s Description: S/MIME Cryptographic Signature ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] 48 hour delay: Bugzilla Downtime for Upgrades

2012-04-27 Thread Michael Halstead
once the upgrade is complete. Michael Halstead Yocto Project / Sys Admin smime.p7s Description: S/MIME Cryptographic Signature ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Bugzilla Downtime for Upgrades

2012-04-25 Thread Michael Halstead
labeling and finding bugs easier in the future. I will e-mail the list once the upgrade is complete. Michael Halstead Yocto Project / Sys Admin smime.p7s Description: S/MIME Cryptographic Signature ___ yocto mailing list yocto@yoctoproject.org https

[yocto] Bugzilla 4.0.3 online

2012-02-24 Thread Michael Halstead
...@yoctoproject.org or open a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Bugzilla Michael Halstead Sys Admin / Yocto Project smime.p7s Description: S/MIME Cryptographic Signature ___ yocto mailing list yocto@yoctoproject.org https

[yocto] Bugzilla downtime begins in 30 minutes

2012-02-24 Thread Michael Halstead
We are starting the bug tracker upgrade in 30 minutes. There will be some downtime during the transition because we are both upgrading and moving to new servers. I will send another list mail went the process is complete. Michael Halstead Sys Admin / Yocto Project smime.p7s Description: S

[yocto] Reminder Bugzilla Upgrade Tomorrow

2012-02-23 Thread Michael Halstead
This is just a quick reminder that bugzilla.yoctoproject.org and bugzilla.pokylinux.org will be offline starting at 3:00pm PST tomorrow. We hope to have the new version up and running within 30 minutes but the upgrade may take until 6:00pm. Michael Halstead Sys Admin / Yocto Project smime.p7s

[yocto] Bugzilla Downtime and Upgrade February 24th

2012-02-21 Thread Michael Halstead
r any issues found in real time. 6:00pm Fall back point, if 4.x is having problems this is when we will revert to version 3.6. Michael Halstead Sys Admin / Yocto Project smime.p7s Description: S/MIME Cryptographic Signature ___ yocto mailing list

[yocto] Downtime for network configuration update 3pm PST (23:00 UTC) today

2012-02-03 Thread Michael Halstead
. Michael Halstead Sys Admin / Yocto Project smime.p7s Description: S/MIME Cryptographic Signature ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

  1   2   >