diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2014-01-22 12:25:02 +0000 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2014-01-22 12:25:02 +0000 |
commit | 5ba5255baaaa48e8f64d1b2e5a379aa74bb09ff9 (patch) | |
tree | abc1cc78bcbc089b76748aaceff7eb9d6f0eec23 /cross-bootstrap-system-ppc64-generic.morph | |
parent | 74f35dd53d7024b568f75e4047ea7e133035f207 (diff) | |
parent | ad1b012f0269cff3a51a0bfb703d119aa3fa4560 (diff) | |
download | definitions-5ba5255baaaa48e8f64d1b2e5a379aa74bb09ff9.tar.gz |
Merge branch 'assist/null_refs'
Merge Dan Firth's branch to make all local repos and refs be 'null',
which means 'look in the local repository'.
Reviewed-By: Lars Wirzenius (on IRC)
Diffstat (limited to 'cross-bootstrap-system-ppc64-generic.morph')
-rw-r--r-- | cross-bootstrap-system-ppc64-generic.morph | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cross-bootstrap-system-ppc64-generic.morph b/cross-bootstrap-system-ppc64-generic.morph index 279ed27f..3eb86dc2 100644 --- a/cross-bootstrap-system-ppc64-generic.morph +++ b/cross-bootstrap-system-ppc64-generic.morph @@ -4,11 +4,11 @@ kind: system name: cross-bootstrap-system-ppc64-generic strata: - morph: build-essential - ref: master - repo: baserock:baserock/morphs + ref: null + repo: null - morph: core - ref: master - repo: baserock:baserock/morphs + ref: null + repo: null - morph: cross-bootstrap - ref: master - repo: baserock:baserock/morphs + ref: null + repo: null |