@@ -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
7474boulder 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
7878boulder profile list
7979# output
8080default-x86_64:
8181 - volatile = https://build.aerynos.dev/volatile/x86_64/stone.index [0]
8282local-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
120120sudo moss repo add local file://${HOME}/.cache/local_repo/x86_64/stone.index -p 100
121121moss 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
150150moss 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
170170moss 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