Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/build
Commit message (Collapse)AuthorAgeFilesLines
* Use env in the shebangsDaniel Narvaez2013-01-061-1/+1
| | | | | Also remove -u, not necessary now that we are using logs.
* Adding a missing import.Ajay Garg2012-12-291-1/+1
| | | | Thanks to Daniel Narvaez (dwnarvaez@gmail.com) for the prior review.
* Add a run_build function to mainDaniel Narvaez2012-12-281-9/+2
| | | | This avoids duplication and circular deps
* Try to get steps ordering rightDaniel Narvaez2012-12-281-4/+10
|
* Move system checking to the build moduleDaniel Narvaez2012-12-281-4/+0
|
* Rework logging and outputDaniel Narvaez2012-12-261-1/+1
| | | | | | Use the logs for all the commands output. Tail the log if there is an error. Create a link to the latest log so that buildbot can find it easily.
* pep8izeDaniel Narvaez2012-12-261-1/+1
|
* Add --full to the build commandDaniel Narvaez2012-12-251-1/+2
|
* Check system before buildingDaniel Narvaez2012-12-251-0/+4
|
* Return error if build/pull failsDaniel Narvaez2012-11-281-2/+6
|
* More generic logging approachDaniel Narvaez2012-11-281-10/+13
|
* Cleanup and extend build commandsDaniel Narvaez2012-11-261-1/+1
|
* Create the logs dir rather than keeping it in gitDaniel Narvaez2012-11-251-1/+4
|
* Move logging out of the makefileDaniel Narvaez2012-11-161-5/+9
| | | | So that it's possible to run the same scripts from the shell.
* Refactor dnbuild into devbotDaniel Narvaez2012-11-141-0/+8