Skip to content

Commit

Permalink
Switch all volatile repo usage to packages.serpentos.com
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Dec 5, 2024
1 parent 47f9149 commit 712ffc2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ just get-started
mkdir -pv sosroot/

# Add the volatile repo
moss -D sosroot/ repo add volatile https://dev.serpentos.com/volatile/x86_64/stone.index
moss -D sosroot/ repo add volatile https://packages.serpentos.com/volatile/x86_64/stone.index

# List packages
moss -D sosroot/ list available
Expand Down
5 changes: 2 additions & 3 deletions boulder/data/profile.d/default-x86_64.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
default-x86_64:
repositories:
volatile:
uri: "https://dev.serpentos.com/volatile/x86_64/stone.index"
description: "Volatile moss repo"
uri: "https://packages.serpentos.com/volatile/x86_64/stone.index"
description: "Volatile Serpent OS repo"
priority: 0

2 changes: 1 addition & 1 deletion boulder/src/cli/profile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub enum Subcommand {
help = "profile repositories",
value_parser = parse_repository,
help = "repository to add to profile, can be passed multiple times",
long_help = "repository to add to profile\n\nExample: --repo name=volatile,uri=https://dev.serpentos.com/volatile/x86_64/stone.index,priority=100"
long_help = "repository to add to profile\n\nExample: --repo name=volatile,uri=https://packages.serpentos.com/volatile/x86_64/stone.index,priority=100"
)]
repos: Vec<(repository::Id, Repository)>,
},
Expand Down

0 comments on commit 712ffc2

Please sign in to comment.