Skip to content
Snippets Groups Projects
Commit 95a6fe01 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

packaging: repo files for rpm should contains correct repo

GitLab: #1371
Change-Id: Iaa825b8b0bc090d88c645f2953c897e07a6bc710
parent 8508a2da
Branches
Tags
No related merge requests found
client-gnome @ d493e44f
Subproject commit 6dcd20b4489d303e8fcae996a4d83ab7c2e5d875 Subproject commit d493e44ff3fd106456df85d0e73f6b3c08ecd38c
client-qt @ 83f68573
Subproject commit 1ab4edb6cc510ce15d7965823ecc5b879d946a96 Subproject commit 83f68573324a453a6d26e025fd6439f175a79d1b
daemon @ 02c5cecd
Subproject commit e8dbf2af93be10869bbc2688ccd09ef3f927f430 Subproject commit 02c5cecd363a1ee25a914d72e243d7903e44969b
lrc @ 48db64cb
Subproject commit 26ad683c133d1604a082c7743a6d7d3b2d20fdff Subproject commit 48db64cbcd3a8d7a12cad940694ce9239b8db576
...@@ -152,9 +152,9 @@ function package_rpm() ...@@ -152,9 +152,9 @@ function package_rpm()
# .repo file # .repo file
name="Jami \$releasever - \$basearch - jami" name="Jami \$releasever - \$basearch - jami"
baseurl="https://dl.jami.net/nightly/${DISTRIBUTION%_*}_\$releasever" baseurl="https://dl.jami.net/${CHANNEL}/${DISTRIBUTION%_*}_\$releasever"
cat << EOF > ${DISTRIBUTION_REPOSITORY_FOLDER}/jami-nightly.repo cat << EOF > ${DISTRIBUTION_REPOSITORY_FOLDER}/jami-${CHANNEL}.repo
[jami] [jami]
name=$name name=$name
baseurl=$baseurl baseurl=$baseurl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment