Re: [lfs-dev] LFS and Git

2014-03-10 Thread Kevin Lyda
fault name for upstream repos that are read-only for me). This way you could have a git repo on a home CI server as well as the main git server and when you want, you can push to both. Kevin -- Kevin Lyda Galway, Ireland US Citizen overseas? We can vote. Register now: http

Re: [lfs-dev] LFS and Git

2014-03-10 Thread Kevin Lyda
So in the first question above, if git branch --contains my_branch only returned "my_branch" it would mean that the commit would be orphaned and git branch -d would exit with a warning and w/o doing anything. Kevin -- Kevin Lyda Galway, Ireland US Citizen overseas? We can

Re: [lfs-dev] LFS and Git

2014-03-09 Thread Kevin Lyda
On Mon, Mar 10, 2014 at 12:46 AM, Kevin Lyda wrote: > Sites like github, bitbucket, code.google.com or gitorious all offer > free hosting and nice webui's for people to more easily provide > patches. It eases the git learning curve for people, it reduces > bandwidth usage on y

Re: [lfs-dev] LFS and Git

2014-03-09 Thread Kevin Lyda
for coordinating the systemd version of lfs > with the main version. This would be especially important if we want to > create a systemd version of BLFS. > > I'm sending to both the lfs and blfs mailing lists, but please reply to > just the lfs list to keep the thread together.

Re: [lfs-dev] systemd discussions

2013-12-14 Thread Kevin Lyda
I actually largely agree with you technically. Though if sysd is being modularized, taking it into LFS and experimenting with that might be interesting. The ad hominem attacks just aren't helping your argument. And I don't really think they do much to encourage real technical discussions about a c

[lfs-dev] systemd discussions

2013-12-13 Thread Kevin Lyda
Dear children, I for one would appreciate it if the discussions about systemd would be solely about the technical issues and not a contest to see who can be the biggest prat. With much love and affection, Kevin -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscr

Re: [lfs-dev] CLFS fail under Mint15

2013-09-14 Thread Kevin Lyda
Kevin -- Kevin Lyda Galway, Ireland US Citizen overseas? We can vote. Register now: http://www.votefromabroad.org/ -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

[lfs-dev] SBU Calculator...

2013-09-11 Thread Kevin Lyda
I'm building 7.4 so I made an updated SBU calculator. Feel free to copy for your own use. https://docs.google.com/spreadsheet/ccc?key=0Ajp6FoGPPnNMdEZpRkNSZHFuYWJWNFlOeHFwS1pfU0E&usp=sharing Kevin -- Kevin Lyda Galway, Ireland US Citizen overseas? We can vote. Register

Re: [lfs-dev] LFS 7.4-rc2 Release

2013-08-30 Thread Kevin Lyda
A very self-serving question but I have an LFS class starting on 11 Sept. Any chance 7.4 will be released by then? :) Kevin -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

Re: [lfs-dev] Spelling corrections...

2013-03-04 Thread Kevin Lyda
, download the misspellings tarball from https://pypi.python.org/pypi/misspellings and then just run 'python setup.py install' Kevin On Mon, Mar 4, 2013 at 5:09 AM, Bruce Dubbs wrote: > Kevin Lyda wrote: > > Sorry! Didn't see the release happening. Hopefully it's

Re: [lfs-dev] Spelling corrections...

2013-03-04 Thread Kevin Lyda
And Matt already covered all this. Argh, sorry. Kevin -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

Re: [lfs-dev] Spelling corrections...

2013-03-03 Thread Kevin Lyda
Sorry! Didn't see the release happening. Hopefully it's a step you could add to the release process. I do update it based on wikipedia updating their misspelling page, so pip install --upgrade misspellings isn't a bad idea. Kevin On Mar 3, 2013 11:48 PM, "Bruce Dubbs" w

[lfs-dev] Spelling corrections...

2013-03-03 Thread Kevin Lyda
the number of files or directories present, this can cause a -noticible delay in the boot process. To skip removing these files set the +noticeable delay in the boot process. To skip removing these files set the variable SKIPTMPCLEAN=y. During shutdown, the init program sends -- Kevin

Re: [lfs-dev] eudev project announcement

2012-12-17 Thread Kevin Lyda
arball/master -O eudev.tar.gz Replace "master" with whichever release tag or branch you'd prefer. Kevin -- Kevin Lyda Galway, Ireland US Citizen overseas? We can vote. Register now: http://www.votefromabroad.org/ -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http

Re: [lfs-dev] Email/Mailing List Timing test

2012-08-20 Thread Kevin Lyda
oss round-trip min/avg/max/stddev = 176.254/177.466/179.429/1.401 ms Email is not realtime. Are you sure it's not greylisting or some other spam mechanism along the path? Kevin -- Kevin Lyda Dublin, Ireland US Citizen overseas? We can vote. Register now: http://www.votefromabroad

Re: [lfs-dev] Split systemd upstream's response

2012-06-19 Thread Kevin Lyda
> http://wiki.gentoo.org/wiki/Mdev > > Looking at this page, mdev can work really well in LFS/BLFS environment. > I suggest you replace udev with mdev in LFS, thus keeping LFS minimal > enough, and put udev+systemd in BLFS if necesary. > -- > http://linuxfr

Re: [lfs-dev] LFS Direction

2012-01-13 Thread Kevin Lyda
t have to run cpio one > time when building your system? > >        Zach > > > -- > http://linuxfromscratch.org/mailman/listinfo/lfs-dev > FAQ: http://www.linuxfromscratch.org/faq/ > Unsubscribe: See the above information page > -- Kevin Lyda Dublin, Ireland U

Re: LFS on github (RFC)

2011-09-29 Thread Kevin Lyda
mount of data. If it does we could create a few branches for each release: v6.6-full, v6.6-book-only-source, v6.6-book-only-pdf, v6.6-book-only-html, v6.6-book-only-nochunks-html, v6.6-packages-only Kevin -- Kevin Lyda Dublin, Ireland US Citizen overseas? We can vote. Register now: http

Re: LFS on github (RFC)

2011-09-28 Thread Kevin Lyda
m. The downside is that you have to specify repository urls for submodules which locks where the package repos go. I like the idea of being able to move from github to gitorious to savanah to whatever based on who fits our needs best. It's not impossible to achieve that, but it would be

Re: LFS on github (RFC)

2011-09-28 Thread Kevin Lyda
Thanks for the feedback. It seems like there's a mix of interest so I'll plug on. See the git-migration directory in the subversion2git branch ( https://github.com/lyda/Linux-From-Scratch/tree/subversion2git ) for more info. I did a git-svn fetch on the repo I cloned from github and got the late

LFS on github (RFC)

2011-09-24 Thread Kevin Lyda
post-import state so people could see what they get after importing. Anyway, thanks if you read this far and hope the info here was useful. LFS has been an excellent tool for me at work. You guys have done a fantastic job. If this is not desired I'm happy to remove it. If it's useful that's also great. And if it's offensive/unwanted, please accept my apologies in advance. Kevin -- Kevin Lyda Dublin, Ireland US Citizen overseas? We can vote. Register now: http://www.votefromabroad.org/ -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

Re: RFC - Raw Kernel Headers

2006-03-08 Thread kevin lyda
g does *not* inspire confidence: http://mmazur.name/ it would be good to see progress here. kevin -- Kevin Lyda kevin is my comic idol [EMAIL PROTECTED] -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

Re: Comments on Trac ticket mails

2006-02-23 Thread kevin lyda
Gerard Beekmans Re: Comments on Trac ticket mails I could be wrong. Nifty idea though. Kevin -- Kevin Lyda kevin is my comic idol [EMAIL PROTECTED] -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

linux 2.6.15 and the linux-libc-headers project

2006-02-15 Thread kevin lyda
rs tarball. In fact the oldest one is for Linux 2.6.12 from July 2005. I've searched the mailing lists for LFS and don't see it any mention of this issue. Is anyone researching this? Can I help? Kevin -- Kevin Lyda kevin is my comic idol [EMAIL