Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
OFFICIAL Zen Kernel Discussion - zen-kernel.org
View unanswered posts
View posts from last 24 hours

Goto page 1, 2, 3 ... 9, 10, 11  Next  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Wed Oct 14, 2009 5:02 pm    Post subject: OFFICIAL Zen Kernel Discussion - zen-kernel.org Reply with quote

WEBSITE

First! See the website at zen-kernel.org! Register!
-----------------------------------
Zen Ebuilds!
Zen stable ebuilds can now be found in the portage tree, simply add the entry for sys-kernel/zen-sources to package.keywords , sync, and run emerge zen-sources
-----------------------------------
Zen Git Trees!
Zen: git://zen-kernel.org/kernel/zen.git
Zen-Stable: git://zen-kernel.org/kernel/zen-stable.git
------------------------------------

Please post results here, IRC, and all around about problems, no problems, tests, voting, supporting, etc.

JOIN US
ON IRC:
#zen-sources, irc.rizon.net
WEBSITE: http://zen-kernel.org
Issue Tracker: http://zen-kernel.org/issues
_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.


Last edited by cheater1034 on Wed Nov 04, 2009 9:05 pm; edited 20 times in total
Back to top
View user's profile Send private message
Hwoarang
Retired Dev
Retired Dev


Joined: 24 Feb 2007
Posts: 701
Location: Leeds, UK

PostPosted: Wed Oct 14, 2009 5:39 pm    Post subject: Reply with quote

I would like to add git zen-sources but this wont happen before the weekend. So if somebody has already an ebuild for git zen-sources please attach it on relevant bug
Back to top
View user's profile Send private message
Waninkoko
Guru
Guru


Joined: 13 May 2005
Posts: 549

PostPosted: Wed Oct 14, 2009 5:55 pm    Post subject: Reply with quote

zen-sources coming to portage... unbelievable :D

Thanks Markos.
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Wed Oct 14, 2009 6:32 pm    Post subject: Reply with quote

Hwoarang wrote:
I would like to add git zen-sources but this wont happen before the weekend. So if somebody has already an ebuild for git zen-sources please attach it on relevant bug

I don't know of any ebuilds, but how would you propose doing it exactly? (As there are 2 git repositories zen-stable.git and zen.git)

Possibly a "stable" use flag for it?
_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Back to top
View user's profile Send private message
Hwoarang
Retired Dev
Retired Dev


Joined: 24 Feb 2007
Posts: 701
Location: Leeds, UK

PostPosted: Wed Oct 14, 2009 7:09 pm    Post subject: Reply with quote

Correct

As stable use flag will pull the stable branch :)
Back to top
View user's profile Send private message
rmh3093
Advocate
Advocate


Joined: 06 Aug 2003
Posts: 2138
Location: Albany, NY

PostPosted: Thu Oct 15, 2009 2:12 am    Post subject: Reply with quote

Hwoarang wrote:
Correct

As stable use flag will pull the stable branch :)


I personally thing that ~arch should pull in zen-stable.git ... the "unstable" zen.git should be keyword masked (no keyword)
_________________
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Thu Oct 15, 2009 3:27 am    Post subject: Reply with quote

good, I would not necessarily totally favor a 9999 ebuild.
I think managing a git repository should be done manually if that was the route the user wanted to go.

Otherwise, ebuilds for tagged releases are great!

and i agree, stable release ebuilds should be ~arch, while non-stable release ebuilds should have empty keywords.
_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Thu Oct 15, 2009 4:14 am    Post subject: Reply with quote

I agree as well. That will open me up to be able to set up zen seeds. That's something I've wanted to do since I started playing with zen-sources. They're the only sources I use on my systems. I think they're the best!

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
Hwoarang
Retired Dev
Retired Dev


Joined: 24 Feb 2007
Posts: 701
Location: Leeds, UK

PostPosted: Thu Oct 15, 2009 4:46 am    Post subject: Reply with quote

I dont think I understand you 100%

zen-sources-9999[stable] will pull the stable git tree whilst the [-stable] will pull the unstable

Since both of them are live git snapshots, they wont be marked as ~arch anyway

They wont have keywords and they will be masked

This is what I suggest
Back to top
View user's profile Send private message
rmh3093
Advocate
Advocate


Joined: 06 Aug 2003
Posts: 2138
Location: Albany, NY

PostPosted: Thu Oct 15, 2009 1:54 pm    Post subject: Reply with quote

Hwoarang wrote:
I dont think I understand you 100%

zen-sources-9999[stable] will pull the stable git tree whilst the [-stable] will pull the unstable

Since both of them are live git snapshots, they wont be marked as ~arch anyway

They wont have keywords and they will be masked

This is what I suggest


Live git snapshots? We (the zen developers) don't want people using "live ebuilds". Ebuilds should be for releases only. If a user wants something newer than a release they should be using git directly.


I guess I will have to make some ebuilds to demonstrate what I mean with the keywords.
_________________
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Thu Oct 15, 2009 2:18 pm    Post subject: Reply with quote

rmh3093 wrote:
Hwoarang wrote:
I dont think I understand you 100%

zen-sources-9999[stable] will pull the stable git tree whilst the [-stable] will pull the unstable

Since both of them are live git snapshots, they wont be marked as ~arch anyway

They wont have keywords and they will be masked

This is what I suggest


Live git snapshots? We (the zen developers) don't want people using "live ebuilds". Ebuilds should be for releases only. If a user wants something newer than a release they should be using git directly.


I guess I will have to make some ebuilds to demonstrate what I mean with the keywords.


why not live-ebuilds (-9999) ?

just mask them like the other qt, kde, etc. ebuilds if problems arise they're not supported and should be tracked down by using git

it's still more convenient to have live-ebuilds ... :) (I won't use them)
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Thu Oct 15, 2009 8:12 pm    Post subject: Reply with quote

How about some willing contributors PM me if willing to help contribute zen-sources ebuilds. (If i've never heard of you, I probably won't fully trust you - but many of you guys on the forums I do)

The more people we can get active from the gentoo community, the better.
_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Thu Oct 15, 2009 9:32 pm    Post subject: Reply with quote

As long as dodo1122 doesn't mind that he's been accused of liking men (as if there's something wrong with that), or being depressed, I have no issues whatsoever with the naming conventions for Zen kernel sources. Brain Fuck Scheduling might be seen as offensive, until you realize what a brain fuck it is that your computer is running faster than ever. Watching glibc compile in less than fifteen minutes...that is a brain fuck!

Not only do I look forward to all the new and exciting stuff coming in Zen sources, I also look forward to the names. Yes, I chuckle at them. I even chuckled at the title "dodo1122 likes men".

A word is a word. There are a lot more offensive things under the sun than some "dirty" words. Social injustice, homophobia, war for war's sake and profit, global climate change, and racism are far more offensive to my senses than whether or not BFS means brain-fuck scheduler or beguilingly fast scheduler, or booger fart scheduler.

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Thu Oct 15, 2009 10:58 pm    Post subject: Reply with quote

Guys, there is a NEW IRC channel (#zen-sources is moving!)

Formerly was freenode, now it can be found on irc.rizon.net - please join! Thanks!
_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Back to top
View user's profile Send private message
hirakendu
Guru
Guru


Joined: 24 Jan 2007
Posts: 386
Location: san diego

PostPosted: Fri Oct 16, 2009 4:54 am    Post subject: Reply with quote

Yay for Zen in portage! Thanks Markos, cheater1034 and everyone around :).
_________________
Helium Sources || Gentoo Minimal Livecd
Back to top
View user's profile Send private message
Hwoarang
Retired Dev
Retired Dev


Joined: 24 Feb 2007
Posts: 701
Location: Leeds, UK

PostPosted: Fri Oct 16, 2009 11:52 am    Post subject: Reply with quote

Live ebuilds is just for convenience. Nobody is forcing you to use them. They are masked and without keywords just like every other git ebuild. It is all about options
Back to top
View user's profile Send private message
Hwoarang
Retired Dev
Retired Dev


Joined: 24 Feb 2007
Posts: 701
Location: Leeds, UK

PostPosted: Sat Oct 17, 2009 2:05 pm    Post subject: Reply with quote

I had to mask the ebuilds cause zen-sources are offline right now

( https://forums.gentoo.org/viewtopic-t-797741-start-25.html )
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Sat Oct 17, 2009 5:20 pm    Post subject: Reply with quote

Below are the very temporary locations for patches ;)
_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.


Last edited by cheater1034 on Sat Oct 17, 2009 5:21 pm; edited 1 time in total
Back to top
View user's profile Send private message
dodo1122
Guru
Guru


Joined: 02 Sep 2006
Posts: 347
Location: York, England

PostPosted: Sat Oct 17, 2009 5:20 pm    Post subject: Reply with quote

Patches for zen are available here:

2.6.32-rc5-zen1
ftp://dodo1122.co.uk/pub/2.6.32-rc5-zen1.patch.lzma (applies to -rc5)

2.6.31-zen4:
ftp://dodo1122.co.uk/pub/2.6.31-zen4.patch.bz2 (applies to .31)

2.6.30-zen9:
ftp://dodo1122.co.uk/pub/2.6.30-zen9.patch.bz2 (applies to .30)


dodo
_________________
#zen-sources on irc.rizon.net
Back to top
View user's profile Send private message
Hwoarang
Retired Dev
Retired Dev


Joined: 24 Feb 2007
Posts: 701
Location: Leeds, UK

PostPosted: Sat Oct 17, 2009 5:47 pm    Post subject: Reply with quote

All ebuilds are available again

Thanks dodo1122
Back to top
View user's profile Send private message
DigitalCorpus
Apprentice
Apprentice


Joined: 30 Jul 2007
Posts: 283

PostPosted: Sun Oct 18, 2009 1:01 am    Post subject: Reply with quote

It may be worth mentioning that this is back in it's overlay form. Make sense why I couldn't find it in the portage tree.
_________________
Atlas (HDTV PVR, HTTP & Media server)
http://mobrienphotography.com/
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Sun Oct 18, 2009 1:15 am    Post subject: Reply with quote

zen-kernel.org is coming online! (there will be no backed up content, it will all need to be re-done, re-written)

And instead of using drupal this time, we chose plone as a cms.

You can register at anytime on zen-kernel.org, git will be up soon and content will slowly restore itself to the website!

We are also going to search for a host for a mailing list.
_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Back to top
View user's profile Send private message
dodo1122
Guru
Guru


Joined: 02 Sep 2006
Posts: 347
Location: York, England

PostPosted: Sun Oct 18, 2009 1:48 am    Post subject: Reply with quote

We are currently looking for a new logo for zen. If anyone has any proposals or could make something cool, please post it here ;)

dodo
_________________
#zen-sources on irc.rizon.net
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Sun Oct 18, 2009 5:43 am    Post subject: Reply with quote

The smiling face of Buddha, perhaps.

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
ZogG
n00b
n00b


Joined: 06 Aug 2007
Posts: 12

PostPosted: Sun Oct 18, 2009 5:50 am    Post subject: Reply with quote

Hwoarang wrote:
I dont think I understand you 100%

zen-sources-9999[stable] will pull the stable git tree whilst the [-stable] will pull the unstable

Since both of them are live git snapshots, they wont be marked as ~arch anyway

They wont have keywords and they will be masked

This is what I suggest


I know that it's not that big matter, but in my opinion it would be more "kosher" to use [unstable] flag, that stable would be used by default and you need to set "unstable" use flag to get unstable version. (like keywords, you use arch by default and to use unstable you have to add ~arch but not opposite way). i hope u understand me, i have some problems with english and self explanation.
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page 1, 2, 3 ... 9, 10, 11  Next
Page 1 of 11

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum