The installation for Atlassian sdk installation on debian has broken … again.
The latest set of commends we used are:
sudo sh -c ‘echo “deb https://packages.atlassian.com/atlassian-sdk-deb stable contrib” >>/etc/apt/sources.list’
wget https://packages.atlassian.com/api/gpg/key/public
sudo apt-key add public
udo apt-get update
sudo apt-get install atlassian-plugin-sdk
Tried using sudo sh -c ‘echo “deb https://packages.atlassian.com/debian/atlassian-sdk-deb/ stable contrib” >>/etc/apt/sources.list’
as per https://developer.atlassian.com/server/framework/atlassian-sdk/install-the-atlassian-sdk-on-a-linux-or-mac-system/, but that doesn’t work either.
Is anyone able to provide the correct repo? All our builds are failing.
Err:19 https://packages.atlassian.com/debian/atlassian-sdk-deb stable/contrib amd64 Packages
515 gnutls_handshake() failed: Handshake failed
516Err:23 https://packages.atlassian.com/debian/atlassian-sdk-deb stable/contrib i386 Packages
517 gnutls_handshake() failed: Handshake failed
518Ign:25 https://packages.atlassian.com/debian/atlassian-sdk-deb stable/contrib all Packages
519Ign:28 https://packages.atlassian.com/debian/atlassian-sdk-deb stable/contrib Translation-en_US
520Ign:30 https://packages.atlassian.com/debian/atlassian-sdk-deb stable/contrib Translation-en
521Fetched 26.4 kB in 3s (8,601 B/s)
522Reading package lists…
523W: The repository ‘https://packages.atlassian.com/debian/atlassian-sdk-deb stable Release’ does not have a Release file.
524W: http://ppa.launchpad.net/couchdb/stable/ubuntu/dists/trusty/Release.gpg: Signature by key 15866BAFD9BCC4F3C1E0DFC7D69548E1C17EAB57 uses weak digest algorithm (SHA1)
525W: GPG error: https://packagecloud.io/github/git-lfs/ubuntu trusty InRelease: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 6B05F25D762E3157
526W: The repository ‘https://packagecloud.io/github/git-lfs/ubuntu trusty InRelease’ is not signed.
527W: There is no public key available for the following key IDs:
5286B05F25D762E3157
529E: Failed to fetch https://packages.atlassian.com/debian/atlassian-sdk-deb/dists/stable/contrib/binary-amd64/Packages gnutls_handshake() failed: Handshake failed
530E: Failed to fetch https://packages.atlassian.com/debian/atlassian-sdk-deb/dists/stable/contrib/binary-i386/Packages gnutls_handshake() failed: Handshake failed
531E: Some index files failed to download. They have been ignored, or old ones used instead.
532The command “sudo apt-get update” failed and exited with 100 during .