aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2015-08-26Docs: Add build and staging scriptClay Murphy
Bug: 18631527 Change-Id: I8f1f29e874f92be4e63fc315c3bf175d06716268
2013-04-17Bring TF docs up-to-date and make them usefulOmari Stephens
Includes significant re-organization and more content Bug: 8440148 Change-Id: I3df611d9eca451737b751a884c9eecac905cc799
2012-06-08Use python markdown library directlyConley Owens
The python markdown library was already required, so there is no reason to start a subprocess to run it. Change-Id: Ibd4a1ca6acb77f802c2a651dd017aef038ef2758
2012-03-27Assume the location of the out directoryConley Owens
This change will allow us to run the mirco-httpd script from any location. It will be especially nice to just: * scripts/build.py * scripts/micro-httpd.py instead of having to continually change directories on subsequent builds. Change-Id: If251ba4c7002910ea1189569b1a230ad36c9269d
2011-12-13Add support for sidebar3.md, and do general cleanupsOmari Stephens
$cd .../docs/source.android.com/ $git checkout master $python scripts/build.py [...] $find out/ -type f | sort | xargs md5sum > old_script.txt $md5sum old_script.txt cb96f8ae932fd7444409bd774eb5775a old_script.txt $git checkout cleanup $python scripts/build.py [...] $find out/ -type f | sort | xargs md5sum > new_script.txt $md5sum new_script.txt cb96f8ae932fd7444409bd774eb5775a new_script.txt Change-Id: Ie85d2879df75b8f27a32f64a0768596ce4026ca0
2011-11-29Add section on input devices.Jeff Brown
Change-Id: Ib9c4909881df505b11537c28bd08182933a5565a
2011-11-14Allow reuse of port 8080Conley Owens
Without this, after stopping the server you have to wait a minute before the port frees up to be used again. Change-Id: Ifad7aaca2c3436b16394eff10568427e8c5631f6
2011-06-30Inherit tech sidebar topic headings.Jeff Brown
Modified the build script and sidebar template so that the sidebar can be constructed from two parts. sidebar.md provides the first part and sidebar2.md provides the second level part. Now the tech topics don't need to duplicate the main topic list in their own sidebars. Also added Mac installation instructions to the README. Change-Id: Iea6a169e00159deb9b2e78cfd5291d2ad6f17147
2011-05-19Move the image cleanup script with other scripts.Jean-Baptiste Queru
That way, it doesn't get picked by the build into the out/ directory. Change-Id: I36548b02b03999ada9efb824fba24f2221b68d78
2011-05-04Fixed problem with Ubuntu packages only being correct for 64-bit systems.Conley Owens
(I also snuck in a little helpful output into microhttpd) Change-Id: Ic67d311a3c7bc93d7338edd9b8c3f6870731c0c0
2011-04-22Changed micro-httpd to serve on 0.0.0.0 instead of just localhost.Conley Owens
Change-Id: Ib1974cb2e216ceaf54e3a78dbd43f0a5661a5e4a
2011-04-07Adding a slightly reorganized version of skyler's revamped s.a.c.Skyler Kaufman
Change-Id: I19439883c25d887fa4409b33a70c235af3a78eaf