Commit graph

16 commits

Author SHA1 Message Date
78a013f28f
Merge remote-tracking branch 'upstream/dev' into dev 2020-01-22 21:00:09 -07:00
458f637d2c
Bugfix: typo 2020-01-22 20:59:24 -07:00
ec88d6f747
Merge remote-tracking branch 'upstream/dev' into dev 2020-01-22 20:55:43 -07:00
aa1338e1b5
Don't edit main.py in build_linux
* All config files should be edited externally before building
2020-01-22 20:52:38 -07:00
e4cf588891
Fixed build_additions.txt usage 2020-01-22 20:45:40 -07:00
df29f8af6b
Merge remote-tracking branch 'upstream/dev' into dev 2020-01-19 14:19:30 -07:00
5e2361ba94
Reworked building Full and Minimal Linux versions
* Use a common build function and pass version to build
* Doesn't replace existing custom repo (if present)
* Addresses issue #149
2020-01-19 14:10:35 -07:00
5189326431
Don't replace existing repo in build functions
* Addresses issue #149
2020-01-19 11:54:35 -07:00
35d512262d
Updated image paths 2020-01-19 11:49:08 -07:00
d0e69683b5
Changed Linux build path 2020-01-16 14:56:48 -07:00
0e602bb504
Replaced 'which' with 'command -v'
* Allows use under new Arch base package
2020-01-13 20:11:25 -07:00
6408b1abff
Fixed ROOT_DIR under new organization 2020-01-13 20:11:06 -07:00
24a2e60f02
Use two-space indentation everywhere 2020-01-13 16:24:56 -07:00
6c66473209
Added downstream updates to build_linux 2020-01-13 16:08:10 -07:00
da6f818d90
Updated build_linux for use under new organization 2020-01-08 14:59:54 -07:00
b368b27faa
New project organization
* Script work is brought into better focus
* New layout will be used to better package the python scripts
* No hidden folders (they will be hidden at build time)
* All building should be done under setup/
  * Avoids ambiguous .bin/.cbin folders at root of project
2019-06-28 18:06:43 -06:00
Renamed from Build Linux (Browse further)