summaryrefslogtreecommitdiff
path: root/strata/devtools.morph
Commit message (Collapse)AuthorAgeFilesLines
* devtools: Upgrade wget to 1.17.1Pedro Alvarez2016-04-051-2/+2
| | | | Change-Id: I9e9c9cce8766e2778e8de9b11da9dce086ab9a50
* Apply migration to definitions version 8Pedro Alvarez2016-03-301-0/+3
| | | | | | | Note: Migration scripts live now in: http://git.baserock.org/cgit/baserock/baserock/spec.git Change-Id: Ica4fd12d96e563e5195172318d2d65847266146f
* strata/devtools.morph: Upgrade to Git 2.8.0-rc2Pedro Alvarez2016-03-161-2/+2
| | | | | | | | | | This stratum is included in systems like Trove, upgrading Git here is needed too. This commit completes 23f354034df7c6d2652bca285047d29f5abef560, which only upgrades 'git-minimal' in strata/core.morph Change-Id: I9e29190f9ef2fa2dbadc894853dca7a601695094
* Move less from devtools to coreutils-commonJavier Jardón2016-03-011-5/+0
| | | | | | So we can use the real less instead the one provided by busybox Change-Id: Id57519986212ceda1ac4e635208b6d2f9da1c143
* Add iotopRichard Ipsum2015-11-021-0/+5
| | | | | | This is a useful utility for monitoring IO usage. Change-Id: I087c65d35add8cd61dd4b4c5021e13e82f6b490d
* RFC: Build git with man pagesRichard Ipsum2015-10-191-0/+6
| | | | | | | | | | | | | | | This commit renames git in core to git-minimal and adds a git chunk into devtools, the git chunk will replace git-minimal and will build and install git's man pages. It seems difficult to modify git in core so that it builds with docs without creating circular dependencies, chunks such as libtool depend on git, libxml2 depends on libtool, so libxml2 depends on git, but docutils depends on libxml2, and we need to make git depend on docutils, the fact that python2 is no longer in core also adds to the difficulty since asciidoc's build process depends on python2. Change-Id: Ifc64019b941740c85db058d36183b4a210c60e15
* core: Use python3 instead python2Javier Jardón2015-10-161-1/+1
| | | | | | | | | | | | | | | From [1]: "Python 2.x is legacy, Python 3.x is the present and future of the language" As a reference, python3 is already the default python version in Arch, and other distros like Ubuntu/Debian [2] or Fedora [3] are planning to switch soon [1] https://wiki.python.org/moin/Python2orPython3 [2] https://wiki.ubuntu.com/Python/3 [3] https://fedoraproject.org/wiki/Changes/Python_3_as_Default Change-Id: I6d4d11844d4424bfa49b37fe7d9a3639547c0139
* Migrate to definitions format version 6Sam Thursfield2015-08-261-0/+3
| | | | Change-Id: I3845c77e8872ce2e1e8bc6a60e3ce7f184c32f58
* strata/devtools.morph: Change wget's gnulib submodule locationJavier Jardón2015-07-191-2/+2
| | | | | | And upgrade from 1.16 to 1.16.3 at the same time Change-Id: I592f49b671ad0c4ea93f4be9a8231a7f87560a29
* Add wgetRichard Ipsum2015-07-171-0/+5
| | | | Change-Id: I2cd784c45a4e96f59b124ca9b9bb06993b9e3f12
* 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.