From: rmoser <mlmoser@comcast.net>
To: linux-kernel@vger.kernel.org
Subject: Kernel source tree splitting
Date: Wed, 30 Apr 2003 19:46:13 -0400 [thread overview]
Message-ID: <200304301946130000.01139CC8@smtp.comcast.net> (raw)
Eh, Linus won't be happy making a bunch of tarballs.
I've made it less work if you read the message here...
The message mirrored at:
http://marc.theaimsgroup.com/?l=linux-kernel&m=105173077417526&w=2
Shows my pre-thought on this subject. I thought a bit more,
and began to come up with a simple sketch to lead the
way in case anyone becomes interested.
First off, the kernel tarballs would be built by a script
that splits the source tree apart appropriately and tar's it
up. How this is done is explained.
Second off, there's always a script to download that runs
wget and gets the source tree from which it was downloaded.
The whole thing. As in, every tarball is downloaded and
untar'd for the user, assembling the full kernel source
tree (as it would be if you untar'd it now).
Now, I explained LOD's in that message above in small
detail. But, for clarity, LOD's are files which explain
which pieces of source in the kernel tree belong to the
LOD; what gets added to the config; where their makefiles
are; what config options depend on other linux options;
and what groups these LOD's are in.
A command such as `make disttree` should read the LOD's,
split apart each linux option, tar 'em together, and
then compress the tar's. Then Linus could just scp the
new directory of tar's and a script up.
As for download, the script that goes up can be
downloaded (duh), and then run (... why do I bother?).
Now this script would run in "dumb mode" (unless the
user tells it not to maybe?) and rip down the whole
tree, untar it, and rebuild the original source tree.
I think. I'm not sure, I really haven't tried yet.
I'll tell you how it works after it's implimented, if
ever that happens. This would likely require wget.
Of course there's always the ftp method. Go download
the pieces you want, untar 'em, copy 'em to the same
directory, and the build system adjusts. but newbies
and developers, for completely opposite reasons, will
want to use the script in dumb mode.
For experienced users, this will make configuration
somewhat easier, as the user can avoid being prompted
for irrelavent drivers. This is just a concept idea,
not a fully thought-out idea. What do you think?
--Bluefox Icy
next reply other threads:[~2003-04-30 23:36 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-30 23:46 rmoser [this message]
2003-05-01 0:21 ` Randy.Dunlap
2003-05-01 0:44 ` rmoser
2003-05-01 2:51 ` Randy.Dunlap
2003-05-01 10:13 ` rmoser
2003-05-01 0:52 ` Larry McVoy
2003-05-01 1:00 ` rmoser
2003-05-01 17:28 ` James H. Cloos Jr.
2003-05-01 4:10 ` Martin J. Bligh
2003-05-01 6:14 ` Ed Sweetman
2003-05-01 6:14 ` Peter Riocreux
2003-05-02 0:09 ` Randy.Dunlap
2003-05-02 0:41 ` rmoser
2003-05-01 11:54 Chuck Ebbert
2003-05-01 14:06 ` Martin J. Bligh
2003-05-01 14:20 ` Willy TARREAU
2003-05-01 14:35 ` Martin J. Bligh
2003-05-01 14:43 ` Willy TARREAU
2003-05-01 15:01 ` Larry McVoy
2003-05-01 15:11 ` Martin J. Bligh
2003-05-01 17:22 ` Balram Adlakha
2003-05-01 17:28 ` Ben Greear
2003-05-01 20:03 ` John Bradford
2003-05-01 16:00 Chuck Ebbert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200304301946130000.01139CC8@smtp.comcast.net \
--to=mlmoser@comcast.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®