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

submodules: update nightly branch

parents cf7ff9c9 b0e2d411
No related branches found
No related tags found
No related merge requests found
client-android @ 646ba085
Subproject commit c57427dc3fa0e03fb9b1c0c97250d30a60e90bde
Subproject commit 646ba0851394d34ee615da46e89b2a6597742f2b
daemon @ 2469eae4
Subproject commit b5c04e96e2e3c0d98eb6b330d8bbbd92991a6bf1
Subproject commit 2469eae44fdb45b58c8efe92758de13d958cacf9
......@@ -99,6 +99,8 @@ if [ -f /etc/os-release ]; then
ENDTAG="debian_9"
elif [ "${DEBIAN_CODENAME}" = "buster" ] || [ "${ID}_${VERSION_ID}" = "debian_10" ]; then
ENDTAG="debian_10"
elif [ "${ID}_${VERSION_ID}" = "trisquel_8.0" ]; then
ENDTAG="ubuntu_16.04"
elif [ "${UBUNTU_CODENAME}" = "xenial" ] || [ "${ID}_${VERSION_ID}" = "ubuntu_16.04" ]; then
ENDTAG="ubuntu_16.04"
elif [ "${UBUNTU_CODENAME}" = "bionic" ] || [ "${ID}_${VERSION_ID}" = "ubuntu_18.04" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment