You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/svn-dist.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ The legacy domains are currently connected to `svn:dist/release` as follows:
36
36
### Transitional Steps
37
37
38
38
```mermaid
39
-
flowchart TD
39
+
flowchart LR
40
40
subgraph Legacy
41
41
A[svn:dist/release]
42
42
B[rsync.apache.org]
@@ -51,7 +51,7 @@ flowchart TD
51
51
1.**ATR writes to SVN** - ATR Releases write to `svn:dist/release` as an interim step.
52
52
53
53
```mermaid
54
-
flowchart TD
54
+
flowchart LR
55
55
subgraph Transition 1
56
56
ATR[releases.apache.org]
57
57
A[svn:dist/release]
@@ -71,7 +71,7 @@ flowchart TD
71
71
- (a) ATR's rsync from rsync.apache.org should detect legacy release addition and deletion.
72
72
73
73
```mermaid
74
-
flowchart TD
74
+
flowchart LR
75
75
subgraph Transition 2A
76
76
A[svn:dist/release]
77
77
B[rsync.apache.org]
@@ -90,7 +90,7 @@ flowchart TD
90
90
- (b) ATR coexists on rsync.apache.org and detects legacy release addition and deletion.
91
91
92
92
```mermaid
93
-
flowchart TD
93
+
flowchart LR
94
94
subgraph Transition 2B
95
95
A[svn:dist/release]
96
96
subgraph ATR on Rsync
@@ -109,7 +109,7 @@ flowchart TD
109
109
3.**Legacy is Retired** - `svn:dist/release` is retired.
110
110
111
111
```mermaid
112
-
flowchart TD
112
+
flowchart LR
113
113
subgraph Transition 3
114
114
ATR[releases.apache.org]
115
115
C["downloads.apache.org"]
@@ -122,7 +122,7 @@ flowchart TD
122
122
4.**Further Integration** - downloads.apache.org is hosted on ATR. Downloads.apache.org is multiple servers. ATR would need to work on multiple servers
0 commit comments