summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/linux.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* sb/linux.py: More reliably recognize distributionMichael South2023-11-171-30/+59
* sb/linux.py: Simplify "distro" determinationSebastian Huber2022-01-241-7/+3
* sb: Fix the imports on Python2Chris Johns2020-08-281-1/+1
* sb: Use shebang env pythonChris Johns2020-08-251-2/+2
* sb/linux.py: Workaround for Python >= 3.8Anders Montonen2020-04-281-7/+11
* sb: Use multiprocessing.cpu_count()Sebastian Huber2020-03-051-16/+2
* Add support for MX LinuxHimanshu402019-08-241-1/+1
* Change Linux default prefix to "/opt"Sebastian Huber2019-01-171-0/+1
* Add distro aliases for Gentoo hostsRalf Ramsauer2017-01-101-0/+6
* sb: Update code base to support Python3 and Python2.Chris Johns2016-03-071-1/+1
* sb: Support Linux Mint.Chris Johns2014-06-041-1/+1
* sb: Add _host_os_version to all supported hosts.Chris Johns2014-04-101-13/+15
* distro_ver fails on Non-LSB distros.Dhananjay Balan2013-06-041-2/+6
* Fix the core detection on Linux.Chris Johns2013-05-161-1/+1
* Support Canadian cross builds on FreeBSD (and other hosts).Chris Johns2013-05-151-1/+8
* Use float for version number such as CentOS 6.3.Chris Johns2013-05-011-2/+2
* The dist version is index 1 not 2.Chris Johns2013-04-301-1/+1
* Fix the dist_ver bug. Covert the string to an int.Chris Johns2013-04-301-2/+2
* Add SuSE variations.Chris Johns2013-04-251-0/+4
* Update for Fedora 17 changes.Chris Johns2013-04-251-3/+12
* Add touch for Redhat hosts.Chris Johns2013-04-241-1/+2
* PR 2108, PR 2109. Add --jobs and --always-clean.Chris Johns2013-04-031-5/+4
* Fix the CPU count on Linux.Chris Johns2013-04-021-1/+1
* Add distro aliases to group similar types.Chris Johns2013-03-151-11/+28
* Remove tabs. Add a safe way to default to a distro.Chris Johns2013-03-151-10/+13
* Arch specific additionsDhananjay Balan2013-03-151-1/+2
* Linux Distro specific path namesDhananjay Balan2013-03-151-9/+19
* Add support for Raspberry Pi.Chris Johns2013-02-221-9/+16
* Add support for Fedora 16.Chris Johns2012-11-081-19/+20
* Add -pipe to the compiler options.Chris Johns2012-11-071-1/+1
* Fix silly bug.Chris Johns2012-11-061-1/+1
* Add support for Ubuntu.Chris Johns2012-11-061-63/+74
* Move into the source-builder tree.Chris Johns2012-11-061-0/+63