Skip to content

Commit acf5bf9

Browse files
NomadicCoreermo
authored andcommitted
Basic Workflow: Updating packaging documentation with new volatile repo
url Update the packaging documentation with the new url for the volatile repo
1 parent d9014ea commit acf5bf9

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/content/docs/Packaging/Workflow/basic-workflow.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ default-x86_64:
7272
# note: ${HOME} will be replaced by the actual home directory of the user
7373
# invoking the command. In the example below, ${HOME} = /home/ermo
7474
boulder profile add \
75-
--repo name=volatile,uri=https://build.aerynos.dev/volatile/x86_64/stone.index,priority=0 \
75+
--repo name=volatile,uri=https://build.aerynos.dev/stream/volatile/x86_64/stone.index,priority=0 \
7676
--repo name=local,uri=file://${HOME}/.cache/local_repo/x86_64/stone.index,priority=100 \
7777
local-x86_64
7878
boulder profile list
7979
# output
8080
default-x86_64:
8181
- volatile = https://build.aerynos.dev/volatile/x86_64/stone.index [0]
8282
local-x86_64:
83-
- volatile = https://build.aerynos.dev/volatile/x86_64/stone.index [0]
83+
- volatile = https://build.aerynos.dev/stream/volatile/x86_64/stone.index [0]
8484
- local = file:///home/ermo/.cache/local_repo/x86_64/stone.index [100]
8585
```
8686

@@ -98,7 +98,7 @@ local-x86_64:
9898
active: true
9999
volatile:
100100
description: ''
101-
uri: https://build.aerynos.dev/volatile/x86_64/stone.index
101+
uri: https://build.aerynos.dev/stream/volatile/x86_64/stone.index
102102
priority: 0
103103
active: true
104104
```
@@ -116,12 +116,12 @@ moss repo list
116116
# add repositories
117117
# note: ${HOME} will be replaced by the actual home directory of the user
118118
# invoking the command. In the example below, ${HOME} = /home/ermo"
119-
sudo moss repo add volatile https://build.aerynos.dev/volatile/x86_64/stone.index -p 10
119+
sudo moss repo add volatile https://build.aerynos.dev/stream/volatile/x86_64/stone.index -p 10
120120
sudo moss repo add local file://${HOME}/.cache/local_repo/x86_64/stone.index -p 100
121121
moss repo list
122122
# output
123123
- unstable = https://cdn.aerynos.dev/unstable/x86_64/stone.index [0]
124-
- volatile = https://build.aerynos.dev/volatile/x86_64/stone.index [10]
124+
- volatile = https://build.aerynos.dev/stream/volatile/x86_64/stone.index [10]
125125
- local = file:///home/ermo/.cache/local_repo/x86_64/stone.index [100]
126126
```
127127

@@ -150,7 +150,7 @@ sudo moss repo disable local
150150
moss repo list
151151
# output
152152
- unstable = https://cdn.aerynos.dev/unstable/x86_64/stone.index [0]
153-
- volatile = https://build.aerynos.dev/volatile/x86_64/stone.index [10] (disabled)
153+
- volatile = https://build.aerynos.dev/stream/volatile/x86_64/stone.index [10] (disabled)
154154
- local = file:///home/ermo/.cache/local_repo/x86_64/stone.index [100] (disabled)
155155
```
156156

@@ -170,7 +170,7 @@ sudo moss repo enable local
170170
moss repo list
171171
# output
172172
- unstable = https://cdn.aerynos.dev/unstable/x86_64/stone.index [0]
173-
- volatile = https://build.aerynos.dev/volatile/x86_64/stone.index [10]
173+
- volatile = https://build.aerynos.dev/stream/volatile/x86_64/stone.index [10]
174174
- local = file:///home/ermo/.cache/local_repo/x86_64/stone.index [100]
175175
```
176176

0 commit comments

Comments
 (0)