summaryrefslogtreecommitdiff
path: root/tests.branching/tag-works-with-multiple-morphs-repos.stdout
blob: da49dfe1177c2d6a8d8065e1d7c2d3ea9143c76c (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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
tag tag-across-multiple-repos
Tagger: developer <developer@example.com>
Date:   Tue Jul 31 16:51:54 2012 +0000

create tag

commit ddcf257bd01b46424dc570e72aa8946b6dfdbc5f
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 93a2d04..bf622db 100644
--- a/stratum1.morph
+++ b/stratum1.morph
@@ -4,8 +4,10 @@
     "build-depends": [
         {
             "morph": "stratum3",
-            "repo": "repos:morphs2",
-            "ref": "master"
+            "repo": "repos:morphs1",
+            "ref": "tag-across-multiple-repos",
+            "unpetrify-ref": "master",
+            "unpetrify-repo": "repos:morphs2"
         }
     ]
 }
diff --git a/stratum2.morph b/stratum2.morph
new file mode 100644
index 0000000..d27599c
--- /dev/null
+++ b/stratum2.morph
@@ -0,0 +1,13 @@
+{
+    "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..a735127
--- /dev/null
+++ b/stratum3.morph
@@ -0,0 +1,4 @@
+{
+    "name": "stratum3",
+    "kind": "stratum"
+}
diff --git a/test-system.morph b/test-system.morph
index 27806c1..c5e4d98 100644
--- a/test-system.morph
+++ b/test-system.morph
@@ -8,12 +8,15 @@
         {
             "morph": "stratum1",
             "repo": "repos:morphs1",
-            "ref": "master"
+            "ref": "tag-across-multiple-repos",
+            "unpetrify-ref": "master"
         },
         {
             "morph": "stratum2",
-            "repo": "repos:morphs2",
-            "ref": "master"
+            "repo": "repos:morphs1",
+            "ref": "tag-across-multiple-repos",
+            "unpetrify-ref": "master",
+            "unpetrify-repo": "repos:morphs2"
         }
     ]
 }
commit ddcf257bd01b46424dc570e72aa8946b6dfdbc5f
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    |   13 +++++++++++++
 stratum3.morph    |    4 ++++
 test-system.morph |    9 ++++++---
 4 files changed, 27 insertions(+), 5 deletions(-)

diff --git a/stratum1.morph b/stratum1.morph
index 93a2d04..bf622db 100644
--- a/stratum1.morph
+++ b/stratum1.morph
@@ -4,8 +4,10 @@
     "build-depends": [
         {
             "morph": "stratum3",
-            "repo": "repos:morphs2",
-            "ref": "master"
+            "repo": "repos:morphs1",
+            "ref": "tag-across-multiple-repos",
+            "unpetrify-ref": "master",
+            "unpetrify-repo": "repos:morphs2"
         }
     ]
 }
diff --git a/stratum2.morph b/stratum2.morph
new file mode 100644
index 0000000..d27599c
--- /dev/null
+++ b/stratum2.morph
@@ -0,0 +1,13 @@
+{
+    "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..a735127
--- /dev/null
+++ b/stratum3.morph
@@ -0,0 +1,4 @@
+{
+    "name": "stratum3",
+    "kind": "stratum"
+}
diff --git a/test-system.morph b/test-system.morph
index 27806c1..c5e4d98 100644
--- a/test-system.morph
+++ b/test-system.morph
@@ -8,12 +8,15 @@
         {
             "morph": "stratum1",
             "repo": "repos:morphs1",
-            "ref": "master"
+            "ref": "tag-across-multiple-repos",
+            "unpetrify-ref": "master"
         },
         {
             "morph": "stratum2",
-            "repo": "repos:morphs2",
-            "ref": "master"
+            "repo": "repos:morphs1",
+            "ref": "tag-across-multiple-repos",
+            "unpetrify-ref": "master",
+            "unpetrify-repo": "repos:morphs2"
         }
     ]
 }