summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Convert last cmdtests to yarnsTiago Gomes2015-12-021-1/+1
| | | | | | | The conversion was made so that the build command was used instead of the build-morphology command. Change-Id: I67c43d765ed603ecdd806bc649815526243b7b87
* Update README fileTiago Gomes2015-11-241-9/+5
| | | | | | | Remove instructions for creating a workspace and update the cluster example. Change-Id: If0aae9cb5c8ba94af44c0468905e0d2a395eb62e
* Remove description of definitions format from Morph's READMESam Thursfield2015-04-101-183/+6
| | | | | | | | | | I propose putting it here instead: <http://wiki.baserock.org/definitions/current> I've also updated a few anachronisms in the README, but it could do with further work. Change-Id: I803246c123d99990e941afa66f96ba9fd210c28e
* Use the modern way of the GPL copyright header: URL instead real addressJavier Jardón2015-03-161-4/+2
| | | | Change-Id: I992dc0c1d40f563ade56a833162d409b02be90a0
* Update README for Baserock 14.20 releaseSam Thursfield2014-05-141-12/+8
|
* Update copyright in READMESam Thursfield2014-02-141-1/+1
|
* Add note to README about running Morph from a Git checkoutSam Thursfield2014-02-131-0/+4
|
* Update the README and NEWS file to the new versionbaserock-12Pedro Alvarez2013-11-111-3/+21
|
* Note deployments have changed in READMEbaserock-10Lars Wirzenius2013-08-191-0/+1
|
* Strip trailing whitespace in READMEbaserock-9Jonathan Maw2013-07-091-14/+14
|
* Break a long line in READMELars Wirzenius2013-07-021-1/+2
|
* Update build environment descriptionRichard Maw2013-06-271-1/+6
|
* Augment instructions for running morph's testsRichard Maw2013-06-271-1/+4
|
* Remove disk-size field from manual.Richard Maw2013-06-271-2/+0
|
* Fix typoRichard Maw2013-06-271-1/+1
|
* List more build systems.Richard Maw2013-06-271-2/+9
|
* Rewrite morphologies in YAMLRichard Maw2013-06-271-84/+53
|
* Update build instructionsRichard Maw2013-06-271-11/+11
|
* re-brand ourselves as an appliance Linux solutionRichard Maw2013-06-271-1/+1
| | | | | Embedded linux is strictly on hardware, while Baserock is suitable for virtual machines as well.
* Remove old bootstrap mechanismsSam Thursfield2013-03-131-91/+0
| | | | | | That means that bootstrapping Baserock is currently not possible with this branch of Morph, but there's no reason it cannot be bootstrapped using an older version of Morph instead.
* Fix copyright yearsSam Thursfield2013-03-071-1/+1
|
* Add pre- and post-commands to READMELars Wirzenius2013-03-051-0/+30
| | | | Suggested-by: Sam Thursfield
* Fix URLs in example in READMELars Wirzenius2012-11-211-2/+2
|
* Use tarballs instead of bundlesDaniel Silverstone2012-09-251-5/+3
| | | | | | | This makes a non-backward-compatible change to morph which switches it to using tarballs instead of bundles when initialising cached git repositories. This is faster because it doesn't require index-pack --fix-thin operations on the machine running morph.
* Merge branch 'samthursfield/S4556-triplet-consistency' of ↵Richard Maw2012-09-131-2/+2
|\ | | | | | | git://roadtrain.codethink.co.uk/baserock/morph
| * Don't require .morph in triplet argumentsSam Thursfield2012-09-121-2/+2
| | | | | | | | | | | | | | | | | | This gives us consistency with morphologies, where the triplets are repo|ref|morphology, not repo|ref|filename Anyone who runs 'morph build baserock:morphs master system.morph' will now see an error ending with 'was looking for system.morph.morph', which should make it clear where they have gone wrong.
* | Add support for Trove hosted content to morph configuration.Daniel Silverstone2012-09-121-4/+4
|/ | | | | | | | | | | Trove has a fixed structure for repositories and prefixes. By taking advantage of this, we can simplify the repo-alias configuration in morph somewhat and thus make it easier for others to add their own aliases and prefixes later, without worrying that they'll miss out on default ones created by the Baserock team. We override process_args in the application class to achieve this because cliapp's setup() hook is not quite right for our purposes.
* README: describe systems.strata correctlySam Thursfield2012-09-041-2/+5
|
* README: Hopefully we won't silently ignore invalid keys foreverSam Thursfield2012-09-031-1/+1
|
* README: Fix example system to use full triples for strataSam Thursfield2012-09-031-2/+10
|
* README: Fix example stratum to use "repo" for chunksSam Thursfield2012-09-031-1/+4
|
* Strata contain "chunks", not "sources"Sam Thursfield2012-08-291-4/+4
| | | | Rename "sources" field of stratum morphologies to "chunks".
* Fix README to document mandatory build dependenciesLars Wirzenius2012-06-281-3/+4
| | | | Fix example stratum morphology as well.
* bootstrap: remove wget-listRichard Maw2012-04-201-2/+0
| | | | Pass 1 is done through morph now, so it doesn't need this any more
* Remove test stories from READMELars Wirzenius2012-03-261-32/+0
| | | | We no longer support test stories.
* README: amend some obsolete info, add bootstrapRichard Maw2012-02-291-6/+98
| | | | | | | | | | Amend the config portion, some parts now require a remote url, new sections need to be added. Nearly all of it is now optional, make that known in the README. Quote shell variables in some example morphs. Add a section of my understanding of the bootstrap process.
* Add missing copyright years to files missing itLars Wirzenius2012-02-271-1/+1
|
* Add build-depends to README.Jannis Pohlmann2012-01-171-4/+24
|
* update README with new ways to run morphLars Wirzenius2012-01-111-2/+6
|
* document test stories in READMELars Wirzenius2011-12-121-0/+24
|
* document upcoming new feature for system morphsLars Wirzenius2011-12-121-0/+8
|
* Fix typos in README and make the suggested config match the command line ↵Richard Maw2011-12-071-5/+5
| | | | options given on the wiki
* rewrite README to match the current state of the worldLars Wirzenius2011-12-071-179/+164
|
* Document new command line usageLars Wirzenius2011-11-021-3/+12
|
* Bring README a little bit closer to reality.Lars Wirzenius2011-09-291-43/+33
|
* Initial import.Lars Wirzenius2011-09-291-0/+238