Skip to content
Snippets Groups Projects
Commit e26b79f2 authored by Jenkins's avatar Jenkins
Browse files

submodules: update nightly branch

parents 81fc8619 8afa2af4
No related branches found
No related tags found
No related merge requests found
daemon @ 97245982
Subproject commit f5257847a623f3a802058744009ea6825443d634
Subproject commit 9724598271acb890125158a40e595e3355c0be53
lrc @ 5a803315
Subproject commit 51506bf227622f32549cb3ba7af233998cfe974f
Subproject commit 5a803315e8dea5a03812f9ad14917d2f525ba54e
......@@ -95,23 +95,12 @@ if [ -f /etc/os-release ]; then
. /etc/os-release
# Set-up Ring repository end tag
if [ "$ID" = "debian" ] && [ "$VER" = "9" ]; then
ENDTAG="${ID}_${VERSION_ID}"
elif [ "$ID" = "ubuntu" ] && [ "$VER" = "16.04" ]; then
ENDTAG="${ID}_${VERSION_ID}"
elif [ "$ID" = "ubuntu" ] && [ "$VER" = "17.04" ]; then
ENDTAG="${ID}_${VERSION_ID}"
elif [ "$ID" = "ubuntu" ] && [ "$VER" = "17.10" ]; then
ENDTAG="${ID}_${VERSION_ID}"
elif [ "$ID" = "ubuntu" ] && [ "$VER" = "18.04" ]; then
ENDTAG="${ID}_${VERSION_ID}"
elif [ "$ID" = "linuxmint" ] && [ "$UBUNTU_CODENAME" = "xenial" ]; then
if [ "${DEBIAN_CODENAME}" = "stretch" ] || [ "${ID}_${VERSION_ID}" = "debian_9" ]; then
ENDTAG="debian_9"
elif [ "${UBUNTU_CODENAME}" = "xenial" ] || [ "${ID}_${VERSION_ID}" = "ubuntu_16.04" ]; then
ENDTAG="ubuntu_16.04"
elif [ "$ID" = "linuxmint" ] && [ "$UBUNTU_CODENAME" = "bionic" ]; then
elif [ "${UBUNTU_CODENAME}" = "bionic" ] || [ "${ID}_${VERSION_ID}" = "ubuntu_18.04" ]; then
ENDTAG="ubuntu_18.04"
elif [ "$ID" = "linuxmint" ] && [ "$DEBIAN_CODENAME" = "stretch" ]; then
# LMDE3
ENDTAG="debian_9"
else
# Distribution is not supported. Don't provide automatic updates.
CAN_ADD_DEB_SOURCE=false
......@@ -132,7 +121,7 @@ case "$1" in
CAN_ADD_DEB_SOURCE=false
fi
if [ "$CAN_ADD_DEB_SOURCE" = "true" ]; then
if [ "${CAN_ADD_DEB_SOURCE}" = "true" ]; then
RING_REPO="${RING_REPO_BASE}/${ENDTAG}"
# We first add the key to the trusted keyring.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment