summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* import: Add base class for Python importerssam/ruby-integration-old-2Sam Thursfield2014-09-112-51/+85
* import: Pass environment on to extensionsSam Thursfield2014-09-111-1/+1
* import: Use the same extension code path we use for Morph deploySam Thursfield2014-09-113-49/+81
* import: Add comment about build-dependency-whitelistSam Thursfield2014-09-111-0/+6
* import: Fix handling of dependency fields in morphologiesSam Thursfield2014-09-111-16/+5
* import: Move build-dep whitelist to static dataSam Thursfield2014-09-112-6/+10
* import: Nicer error when dependencies field is malformedSam Thursfield2014-09-111-4/+17
* import: Add split rules back to rubygems.to_chunkSam Thursfield2014-09-111-1/+19
* Pylint fixesSam Thursfield2014-09-111-6/+8
* import: Sort the resulting stratum alphabetically-ishSam Thursfield2014-09-111-1/+8
* import: Log if an existing .lorry is usedSam Thursfield2014-09-111-0/+4
* import: Report timing info, and put error advice last.Sam Thursfield2014-09-111-2/+15
* import: Don't hardcode the Ruby version in useSam Thursfield2014-09-111-3/+1
* import: Say 'rubygems' not 'rubygem' everywhereSam Thursfield2014-09-113-13/+13
* import: Add documentation!Sam Thursfield2014-09-113-3/+134
* import: Improve error reportingSam Thursfield2014-09-112-37/+49
* import: Move hardcoded URIs into external data fileSam Thursfield2014-09-112-38/+52
* import: Allow chunk morph generation to failSam Thursfield2014-09-111-17/+17
* import: Remove dead code and improve help.Sam Thursfield2014-09-111-9/+13
* import: Fix logging formatter to actually workSam Thursfield2014-09-111-4/+4
* Allow arbitrary x- fields in morphologiesSam Thursfield2014-09-111-1/+1
* import: Remove a bunch of dead codeSam Thursfield2014-09-111-185/+0
* import: Comment on default build instructionsSam Thursfield2014-09-111-0/+17
* import: Note that custom chunk morphs for each Gem are here to staySam Thursfield2014-09-111-1/+5
* Add import/ toolsSam Thursfield2014-09-114-0/+1425
* Merge branch 'sam/distbuild-gpl2'Sam Thursfield2014-09-1129-40/+160
|\
| * Fix copyright years of distbuild code.Sam Thursfield2014-09-1129-29/+29
| * Fix all distbuild code to be GPLv2 licensed.Sam Thursfield2014-09-1011-21/+141
|/
* Merge branch 'baserock/pedroalvarez/openstack-exts-fixups'Pedro Alvarez2014-09-092-3/+2
|\
| * Fix up openstack.write extensionbaserock/pedroalvarez/openstack-exts-fixupsPedro Alvarez2014-09-091-1/+0
| * Fix openstack write/check exts to pass the testsPedro Alvarez2014-09-092-2/+2
|/
* Install xfer/recv-holeLars Wirzenius2014-09-081-0/+2
* Merge branch 'baserock/pedroalvarez/openstack-check-improvements'Pedro Alvarez2014-09-052-13/+49
|\
| * Check OpenStack credentials in openstack.checkbaserock/pedroalvarez/openstack-check-improvementsPedro Alvarez2014-09-052-13/+49
* | Merge branch 'baserock/liw/xfer-hole'Lars Wirzenius2014-09-055-8/+341
|\ \ | |/ |/|
| * Fix shell quoting for ssh remote command linesLars Wirzenius2014-09-052-6/+11
| * Use $((...))) instead of $(... | bc)Lars Wirzenius2014-09-051-4/+4
| * Document why VBoxManage is run in recv-hole instead of callerLars Wirzenius2014-09-051-0/+25
| * Transfer sparse files faster for kvm, vbox deploymentLars Wirzenius2014-09-055-8/+311
|/
* Merge branch 'baserock/richardmaw/less-ls-remote'Richard Maw2014-09-022-10/+23
|\
| * Use git's remotes to determine unpushed branchesbaserock/richardmaw/less-ls-remoteRichard Maw2014-09-022-10/+23
|/
* Merge branch 'sam/less-cache-key-logging'Sam Thursfield2014-09-021-15/+5
|\
| * Remove some cache key related log messagesSam Thursfield2014-08-291-15/+5
* | Merge branch 'deploy-improvements'Sam Thursfield2014-09-016-36/+198
|\ \
| * | deploy: Make Python extensions log debug messages to MORPH_LOG_FD by defaultSam Thursfield2014-09-011-1/+24
| * | deploy: Allow extensions to write to Morph log fileRichard Maw2014-09-012-26/+143
| * | Add `morph upgrade` command, deprecate `morph deploy --upgrade`Sam Thursfield2014-09-014-8/+30
| * | Clarify that multiple images can be deployed at once by `morph deploy`Sam Thursfield2014-09-011-1/+1
|/ /
* | Merge branch 'baserock/richardmaw/yarn-git-daemon'Richard Maw2014-08-2811-150/+143
|\ \ | |/ |/|
| * yarns: Use a more realistic simulation of a git serverbaserock/richardmaw/yarn-git-daemonRichard Maw2014-08-287-11/+62