Skip to content

Commit a5da33c

Browse files
authored
Merge pull request #2 from open-edge-platform/pg-dev
Fixing wrong package download URL for eLxr12
2 parents 88476ee + 6be56fc commit a5da33c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

internal/provider/elxr12/elxr12.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,12 @@ func loadRepoConfig(repoUrl string) (repoConfig, error) {
226226

227227
//example direct download: wget https://deb.debian.org/debian/pool/main/0/0ad/0ad_0.0.26-3_amd64.deb
228228
rc.CfgURL = repoUrl
229-
rc.PkgPrefixUrl = "https://deb.debian.org/debian/"
230-
rc.Name = "Debian Bookworm Main"
229+
rc.PkgPrefixUrl = "https://mirror.elxr.dev/elxr/"
230+
rc.Name = "Wind River eLxr 12"
231231
rc.GPGCheck = true
232232
rc.RepoGPGCheck = true
233233
rc.Enabled = true
234-
rc.GPGKey = "https://ftp-master.debian.org/keys/release-12.asc"
234+
rc.GPGKey = "https://mirror.elxr.dev/elxr/public.gpg"
235235
rc.Section = "main"
236236

237237
logger.Infof("repo config: %+v", rc)

0 commit comments

Comments
 (0)