From 1aa161e34c9c61bee486c5988574a41bd831b403 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 22 Sep 2023 17:19:12 +0000 Subject: [PATCH] Fix SIP3 platform (#192) - written in kotlin but runs through a Java runtime https://github.com/sip3io/sip3-ansible/blob/master/roles/salto/tasks/debian.yml#L6 - Values for `platform` are the main **server-side** requirements for the software. Don't include frameworks or specific dialects. --- platforms/kotlin.yml | 2 -- software/sip3.yml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 platforms/kotlin.yml diff --git a/platforms/kotlin.yml b/platforms/kotlin.yml deleted file mode 100644 index fb465d02c8..0000000000 --- a/platforms/kotlin.yml +++ /dev/null @@ -1,2 +0,0 @@ -name: Kotlin -description: "" \ No newline at end of file diff --git a/software/sip3.yml b/software/sip3.yml index 7cc5ab24ea..68fc6a849e 100644 --- a/software/sip3.yml +++ b/software/sip3.yml @@ -4,7 +4,7 @@ description: VoIP troubleshooting and monitoring platform. licenses: - Apache-2.0 platforms: - - Kotlin + - Java tags: - Communication - SIP source_code_url: https://github.com/sip3io/