summaryrefslogtreecommitdiff
path: root/strata/devtools.morph
Commit message (Collapse)AuthorAgeFilesLines
* Fix and update nano.Michael Drake2015-03-311-0/+5
| | | | | | | | | | | | Nano was broken; its binary not ending up in the systems. Here we fix that, update to 2.4.0 (which has full undo/redo functionality), and provide useful default config (enabling syntax highlighting, etc). Nano has also been moved from core to devtools. This stops morph from wanting to rebuild the world when you update Nano. Change-Id: I702b070cde6731fde04fc8a0810e2191e0bd4e6d
* Add git-review to 'devtools' stratumSam Thursfield2015-03-181-1/+6
| | | | | | | | This is a tool that is useful for working with Gerrit. This commit also changes the stratum dependencies of 'devtools'. Change-Id: I5778538110fdf9dd50783e0f77159d01936b86f4
* Do not use 'build-depends' chunk parameter when it's empthy (and change to ↵baserock/jjardon/no_build_depends_fixJavier Jardón2015-03-061-4/+0
| | | | version: 1)
* Revert "Do not use 'build-depends' chunk parameter when it's empthy (and ↵Javier Jardón2015-03-061-0/+4
| | | | | | | | change to version: 1)" Morph should have been updated first This reverts commit ced4ed5f7aa35b46d161c5efea972699826f09de.
* Do not use 'build-depends' chunk parameter when it's empthy (and change to ↵baserock/jjardon/no_build_dependsJavier Jardón2015-03-061-4/+0
| | | | version: 1)
* Update sha for vim to get new mouse settingsbaserock/richardipsum/add-devtools-stratumRichard Ipsum2015-01-221-1/+1
|
* Move some tools into newly created devtools stratumRichard Ipsum2015-01-221-0/+32
Collect tools which nothing build depends on into same stratum to reduce unnecessary rebuilding.