Answers to: Source based Linux distribution or build system allow all cutting edge package. (not Linux From Scratch) ?http://linuxexchange.org/questions/49/source-based-linux-distribution-or-build-system-allow-all-cutting-edge-package-not-linux-from-scratch<p>Do any body know Source based <strong>Linux distribution</strong> or <strong>build system</strong> that allow to use package build directly from checkout of project's repository, except <em>Linux from Scratch</em>.</p> <p><em>Gentoo</em> is also providing package kept in mirror, not directly from project repository.</p>enMon, 09 Aug 2010 01:22:59 -0400Answer by Jinxhttp://linuxexchange.org/questions/49/source-based-linux-distribution-or-build-system-allow-all-cutting-edge-package-not-linux-from-scratch/1193<p>I'll second the Arch Linux suggestion, it's truely a great distribution that is very clean and lightweight yet packed with nice features, as mentioned AUR (Arch User Repository) contains thousands of submissions for package builds, the build scripts are capable of grabbing the source from tarballs or cvs/svn/git/bzr/you name it, and if what you desire is not already submitted then writing the build script is a breeze, there are also tools available to compliment the package manager so that these custom built packages can be kept up-to-date easily. If you require more power and control, the best of both worlds with binary packages and package builds from source, also the ability to modify and build any of the binary packages provided from the main repositories via ABS (Arch Build System) then definately check out this distribution.</p> <p><a href="http://www.archlinux.org" rel="nofollow">Arch Linux Website</a></p>JinxMon, 09 Aug 2010 01:22:59 -0400http://linuxexchange.org/questions/49/source-based-linux-distribution-or-build-system-allow-all-cutting-edge-package-not-linux-from-scratch/1193Answer by XavierPhttp://linuxexchange.org/questions/49/source-based-linux-distribution-or-build-system-allow-all-cutting-edge-package-not-linux-from-scratch/74<p>Slackware + sbopkg/slackpkg possibly? </p> <p>Are you looking for a link to the package's homesite rather than a repository? If so, thats a massively tall order since all distros do some repackaging to make the files installable and searchable by the package managers.</p> <p>Does <a href="http://rocklinux.net/" rel="nofollow">Rock Linux</a> match what you need?</p>XavierPThu, 15 Apr 2010 16:11:36 -0400http://linuxexchange.org/questions/49/source-based-linux-distribution-or-build-system-allow-all-cutting-edge-package-not-linux-from-scratch/74Answer by Paulhttp://linuxexchange.org/questions/49/source-based-linux-distribution-or-build-system-allow-all-cutting-edge-package-not-linux-from-scratch/71<p>With Arch Linux, anything in the AUR repository is downloaded from the project source and compiled in most cases.</p>PaulThu, 15 Apr 2010 14:02:31 -0400http://linuxexchange.org/questions/49/source-based-linux-distribution-or-build-system-allow-all-cutting-edge-package-not-linux-from-scratch/71Answer by wshermanhttp://linuxexchange.org/questions/49/source-based-linux-distribution-or-build-system-allow-all-cutting-edge-package-not-linux-from-scratch/58<blockquote> <p>Gentoo is also providing package kept in mirror, not directly from project repository.</p> </blockquote> <p>Gentoo stores ebuilds in the portage repository. Ebuilds are scripts which specify build and runtime dependencies, the location of the source code, and other things to successfully compile, link, and install an application or library. But the source code itself is not stored in portage. An ebuild can fetch source code directly from CVS, SVN and GIT among other things.</p>wshermanThu, 15 Apr 2010 01:21:33 -0400http://linuxexchange.org/questions/49/source-based-linux-distribution-or-build-system-allow-all-cutting-edge-package-not-linux-from-scratch/58Answer by acid_kewpiehttp://linuxexchange.org/questions/49/source-based-linux-distribution-or-build-system-allow-all-cutting-edge-package-not-linux-from-scratch/56<p>Not a going concern AFAIK, but this reminded me of ESR's Shipper tool - <a href="http://www.catb.org/~esr/shipper/" rel="nofollow">http://www.catb.org/~esr/shipper/</a> which did attempt to create a standard interface to a number of code repositories. This is / was more for pushing code in, than pulling it out though.</p> <p>Personally I'm not too sure this is really that good an idea as the basis of a distro as the distro developers have no control over the code going into the system, meaning that things could work lovely or be horribly broken at any point in time.</p>acid_kewpieWed, 14 Apr 2010 20:57:05 -0400http://linuxexchange.org/questions/49/source-based-linux-distribution-or-build-system-allow-all-cutting-edge-package-not-linux-from-scratch/56Answer by r0000thttp://linuxexchange.org/questions/49/source-based-linux-distribution-or-build-system-allow-all-cutting-edge-package-not-linux-from-scratch/54<p>SUSE Studio allows you to create a customized linux "distro", based off of selected repositories. Essentially you start with the raw SUSE OS and then select from thousands of packages, boot up graphics, etc.</p> <p><a href="http://susestudio.com/" rel="nofollow">http://susestudio.com/</a></p> <p>Other then that, I can't think of anything that would be in that general category.</p>r0000tWed, 14 Apr 2010 15:54:23 -0400http://linuxexchange.org/questions/49/source-based-linux-distribution-or-build-system-allow-all-cutting-edge-package-not-linux-from-scratch/54