From e93cc7309bc019ef97c2cf5c5d37ec576fcf92ad Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 18 Feb 2013 15:19:08 +0000 Subject: Reference baserock/morph instead of master branch in chunks This is useful so that we can enable Lorry Controller on trove.baserock.org, which will mirror latest upstream changes continuously, but not have our builds break randomly all the time. --- core.morph | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core.morph') diff --git a/core.morph b/core.morph index 2279b91a..0238f3d5 100644 --- a/core.morph +++ b/core.morph @@ -106,7 +106,7 @@ { "name": "error-perl-tarball", "repo": "upstream:error-perl-tarball", - "ref": "master", + "ref": "baserock/morph", "build-depends": [ "perl" ] @@ -130,7 +130,7 @@ { "name": "libxml2", "repo": "upstream:libxml2", - "ref": "master", + "ref": "baserock/morph", "build-depends": [ "autoconf", "automake", @@ -179,7 +179,7 @@ { "name": "XML-Parser", "repo": "upstream:XML-Parser", - "ref": "master", + "ref": "baserock/morph", "build-depends": [ "libexpat", "libxml2", -- cgit v1.2.1