summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-09-21 13:29:45 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-09-21 13:30:05 +0100
commit9fca8b83b98700a50b16fb940f377d59f2d1f9c3 (patch)
treec1dad974cdb634a0ab6f3dff4c4738cfafbdbad4
parent18bc79c5c17f372e29c107e19cb969cb63c230d8 (diff)
downloadmorphs-9fca8b83b98700a50b16fb940f377d59f2d1f9c3.tar.gz
Remove morph-cache-server
Reviewed-By: Lars Wirzenius (on IRC)
-rw-r--r--morph-cache-server.morph43
-rw-r--r--x86_64-generic-morph-cache-server-system.morph25
2 files changed, 0 insertions, 68 deletions
diff --git a/morph-cache-server.morph b/morph-cache-server.morph
deleted file mode 100644
index 7de2c16..0000000
--- a/morph-cache-server.morph
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "name": "morph-cache-server",
- "description": "The unique components that are required for a morph cache server.",
- "kind": "stratum",
- "chunks": [
- {
- "name": "git",
- "repo": "upstream:git",
- "ref": "baserock/morph",
- "build-depends": []
- },
- {
- "name": "openssl",
- "repo": "upstream:openssl",
- "ref": "baserock/morph",
- "build-depends": []
- },
- {
- "name": "cpython",
- "repo": "upstream:cpython",
- "ref": "baserock/morph-2.7",
- "build-depends": ["openssl"]
- },
- {
- "name": "cliapp",
- "repo": "upstream:cliapp",
- "ref": "baserock/morph",
- "build-depends": ["cpython"]
- },
- {
- "name": "bottle",
- "repo": "github:defnull/bottle",
- "ref": "master",
- "build-depends": ["cpython"]
- },
- {
- "name": "morph-cache-server",
- "repo": "baserock:morph-cache-server",
- "ref": "master",
- "build-depends": ["cpython", "cliapp"]
- }
- ]
-}
diff --git a/x86_64-generic-morph-cache-server-system.morph b/x86_64-generic-morph-cache-server-system.morph
deleted file mode 100644
index a170b49..0000000
--- a/x86_64-generic-morph-cache-server-system.morph
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "x86_64-generic-morph-cache-server-system",
- "description": "A system that will be able to provide a remote repository or artifact cache for morph, designed to run on the 64-bit x86 architecture.",
- "kind": "system",
- "system-kind": "syslinux-disk",
- "arch": "x86_64",
- "disk-size": "500m",
- "strata": [
- {
- "morph": "x86_64-generic-bsp",
- "repo": "baserock:morphs",
- "ref": "master"
- },
- {
- "morph": "foundation",
- "repo": "baserock:morphs",
- "ref": "master"
- },
- {
- "morph": "morph-cache-server",
- "repo": "baserock:morphs",
- "ref": "master"
- }
- ]
-}