We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88476ee + 6be56fc commit a5da33cCopy full SHA for a5da33c
1 file changed
internal/provider/elxr12/elxr12.go
@@ -226,12 +226,12 @@ func loadRepoConfig(repoUrl string) (repoConfig, error) {
226
227
//example direct download: wget https://deb.debian.org/debian/pool/main/0/0ad/0ad_0.0.26-3_amd64.deb
228
rc.CfgURL = repoUrl
229
- rc.PkgPrefixUrl = "https://deb.debian.org/debian/"
230
- rc.Name = "Debian Bookworm Main"
+ rc.PkgPrefixUrl = "https://mirror.elxr.dev/elxr/"
+ rc.Name = "Wind River eLxr 12"
231
rc.GPGCheck = true
232
rc.RepoGPGCheck = true
233
rc.Enabled = true
234
- rc.GPGKey = "https://ftp-master.debian.org/keys/release-12.asc"
+ rc.GPGKey = "https://mirror.elxr.dev/elxr/public.gpg"
235
rc.Section = "main"
236
237
logger.Infof("repo config: %+v", rc)
0 commit comments