Commit | Date | |
---|---|---|
2011-09-26 15:42:50 |
View
Download |
|
2011-09-23 18:31:59 |
View
Download |
|
[r7818]
(13.0 kB)
by
yaberauneya
Build system, branding, and image size enhancements. Overall: - Use variables instead of hardcoded and relative path based assumptions. build/do_build.sh: - Simplify arguments for forcing builds again to -f (no args), based on feedback from jpaetzel. build/functions.sh: - Consolidate build-related functions into a single file for simplicity. build/nano_env: - Add a file which contains the master info for how a build is performed. gui/...: - Chase the changes done above, but try to simplify / improve how things are done, emitting more diagnostic info than before. nanobsd/common: 1. Allow the end user to specify the number of CPUS in the environment if they want, instead of hardcoding $CPUS + 1. Misc: - Start features based build tunables for |
2011-09-19 00:25:06 |
View
Download |
2011-09-13 00:05:55 |
View
Download |
|
[r7721]
(12.9 kB)
by
yaberauneya
Produce a date representation that actually matches date(1) without any arguments supplied (in particular, add the timezone to remove any ambiguity related to time locale). |
2011-09-13 00:04:33 |
View
Download |
[r7716]
(12.8 kB)
by
delphij
time.localtime() is not needed when calling time.asctime() since it's the Submitted by: gcooper |
2011-09-12 23:47:36 |
View
Download |
2011-09-12 23:36:01 |
View
Download |
|
2011-09-12 21:11:12 |
View
Download |
|
2011-09-12 18:22:54 |
View
Download |
|
[r7645]
(12.2 kB)
by
yaberauneya
The uploaded config file is actually still in memory at the time that the upload is being performed. Thus, we can't trust the file attribute to point to something sane. So, we're back to writing to a temp file, then reading it back. |
2011-09-09 19:02:50 |
View
Download |