summaryrefslogtreecommitdiff
path: root/morph-cache-server.morph
diff options
context:
space:
mode:
Diffstat (limited to 'morph-cache-server.morph')
-rw-r--r--morph-cache-server.morph7
1 files changed, 6 insertions, 1 deletions
diff --git a/morph-cache-server.morph b/morph-cache-server.morph
index 72c6adad..8a9285ee 100644
--- a/morph-cache-server.morph
+++ b/morph-cache-server.morph
@@ -4,27 +4,32 @@
"sources": [
{
"name": "git",
+ "repo": "upstream:git",
"ref": "baserock/morph"
},
{
"name": "openssl",
+ "repo": "upstream:openssl",
"ref": "baserock/morph"
},
{
"name": "cpython",
+ "repo": "upstream:cpython",
"ref": "baserock/morph-2.7"
},
{
"name": "cliapp",
+ "repo": "upstream:cliapp",
"ref": "baserock/morph"
},
{
"name": "bottle",
- "repo": "defnull/bottle.git",
+ "repo": "upstream:defnull/bottle.git",
"ref": "master"
},
{
"name": "morph-cache-server",
+ "repo": "baserock:morph-cache-server",
"ref": "master"
}
]