root/trunk/README.package_maintainers

Revision 3539, 1.0 kB (checked in by finley, 3 years ago)

* propset svn:keywords "Id"

  • Property svn:keywords set to Id
Line 
1 #
2 #   $Id:$
3 #
4
5 Package Maintainers:
6
7 The standard SystemImager build process pulls source from our download
8 server. If you don't want it to do this when you do your builds, you
9 have two options:
10
11     1) Do a "make get_source" ahead of time, and copy the contents of
12        ./src/* and ./initrd_source/src/* to either /usr/src or
13        $HOME/src, and the build system will get the packages from
14        there instead of downloading them at build time.
15
16     2) Do a "make complete_source_tarball".  This will download all the
17        necessary source, and will create a single source tarball
18        that you can use for your build process. 
19        
20        NOTE:  This tarball will be quite large, as it will contain
21               source for the kernel version defined for each
22               architecture.  At some point we hope to use the same
23               kernel version for all architectures, but for now, many
24               architectures are using different versions.
25
Note: See TracBrowser for help on using the browser.