summaryrefslogtreecommitdiff
path: root/tests.branching/tag-works-with-multiple-morphs-repos.stdout
blob: 38328c6d24c377ebe9e061b3f0fba25864bd96cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
tag tag-across-multiple-repos
Tagger: developer <developer@example.com>
Date:   Tue Jul 31 16:51:54 2012 +0000

create tag

commit ede2d4bc8b9a806720d195cb5611c576a055adfd
Author: developer <developer@example.com>
Date:   Tue Jul 31 16:51:54 2012 +0000

    create tag

diff --git a/stratum1.morph b/stratum1.morph
index c1ef125..3c18ae5 100644
--- a/stratum1.morph
+++ b/stratum1.morph
@@ -2,5 +2,7 @@ name: stratum1
 kind: stratum
 build-depends:
 - morph: stratum3
-  ref: master
-  repo: repos:morphs2
+  ref: tag-across-multiple-repos
+  repo: repos:morphs1
+  unpetrify-ref: master
+  unpetrify-repo: repos:morphs2
diff --git a/stratum2.morph b/stratum2.morph
new file mode 100644
index 0000000..2546465
--- /dev/null
+++ b/stratum2.morph
@@ -0,0 +1,8 @@
+name: stratum2
+kind: stratum
+build-depends:
+- morph: stratum3
+  repo: repos:morphs1
+  ref: tag-across-multiple-repos
+  unpetrify-ref: master
+  unpetrify-repo: repos:morphs2
diff --git a/stratum3.morph b/stratum3.morph
new file mode 100644
index 0000000..d510d1b
--- /dev/null
+++ b/stratum3.morph
@@ -0,0 +1,2 @@
+kind: stratum
+name: stratum3
diff --git a/test-system.morph b/test-system.morph
index cdd8d64..b86854a 100644
--- a/test-system.morph
+++ b/test-system.morph
@@ -5,8 +5,11 @@ arch: x86_64
 disk-size: 1G
 strata:
 - morph: stratum1
-  ref: master
+  ref: tag-across-multiple-repos
   repo: repos:morphs1
+  unpetrify-ref: master
 - morph: stratum2
-  ref: master
-  repo: repos:morphs2
+  ref: tag-across-multiple-repos
+  repo: repos:morphs1
+  unpetrify-ref: master
+  unpetrify-repo: repos:morphs2
commit ede2d4bc8b9a806720d195cb5611c576a055adfd
Author:     developer <developer@example.com>
AuthorDate: Tue Jul 31 16:51:54 2012 +0000
Commit:     developer <developer@example.com>
CommitDate: Tue Jul 31 16:51:54 2012 +0000

    create tag
---
 stratum1.morph    |    6 ++++--
 stratum2.morph    |    8 ++++++++
 stratum3.morph    |    2 ++
 test-system.morph |    9 ++++++---
 4 files changed, 20 insertions(+), 5 deletions(-)

diff --git a/stratum1.morph b/stratum1.morph
index c1ef125..3c18ae5 100644
--- a/stratum1.morph
+++ b/stratum1.morph
@@ -2,5 +2,7 @@ name: stratum1
 kind: stratum
 build-depends:
 - morph: stratum3
-  ref: master
-  repo: repos:morphs2
+  ref: tag-across-multiple-repos
+  repo: repos:morphs1
+  unpetrify-ref: master
+  unpetrify-repo: repos:morphs2
diff --git a/stratum2.morph b/stratum2.morph
new file mode 100644
index 0000000..2546465
--- /dev/null
+++ b/stratum2.morph
@@ -0,0 +1,8 @@
+name: stratum2
+kind: stratum
+build-depends:
+- morph: stratum3
+  repo: repos:morphs1
+  ref: tag-across-multiple-repos
+  unpetrify-ref: master
+  unpetrify-repo: repos:morphs2
diff --git a/stratum3.morph b/stratum3.morph
new file mode 100644
index 0000000..d510d1b
--- /dev/null
+++ b/stratum3.morph
@@ -0,0 +1,2 @@
+kind: stratum
+name: stratum3
diff --git a/test-system.morph b/test-system.morph
index cdd8d64..b86854a 100644
--- a/test-system.morph
+++ b/test-system.morph
@@ -5,8 +5,11 @@ arch: x86_64
 disk-size: 1G
 strata:
 - morph: stratum1
-  ref: master
+  ref: tag-across-multiple-repos
   repo: repos:morphs1
+  unpetrify-ref: master
 - morph: stratum2
-  ref: master
-  repo: repos:morphs2
+  ref: tag-across-multiple-repos
+  repo: repos:morphs1
+  unpetrify-ref: master
+  unpetrify-repo: repos:morphs2