From 326d62a6402bc82febc95b568042c841b5160b8a Mon Sep 17 00:00:00 2001 From: Cedric Verstraeten Date: Wed, 3 Jan 2024 12:17:47 +0100 Subject: [PATCH] snap was moved to dedicated repository to better control release: https://github.com/kerberos-io/snap-agent the repository https://github.com/kerberos-io/snap-agent is linked to the snap build system and will generate new releases --- snap/hooks/configure | 6 ------ snapcraft.yaml | 23 ----------------------- 2 files changed, 29 deletions(-) delete mode 100644 snap/hooks/configure delete mode 100644 snapcraft.yaml diff --git a/snap/hooks/configure b/snap/hooks/configure deleted file mode 100644 index d85976c..0000000 --- a/snap/hooks/configure +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -e - -cp -R $SNAP/data $SNAP_COMMON/ -cp -R $SNAP/www $SNAP_COMMON/ -cp -R $SNAP/version $SNAP_COMMON/ -cp -R $SNAP/mp4fragment $SNAP_COMMON/ \ No newline at end of file diff --git a/snapcraft.yaml b/snapcraft.yaml deleted file mode 100644 index e8789b0..0000000 --- a/snapcraft.yaml +++ /dev/null @@ -1,23 +0,0 @@ -name: kerberosio # you probably want to 'snapcraft register ' -base: core22 # the base snap is the execution environment for this snap -version: '3.1.0' # just for humans, typically '1.2+git' or '1.3.2' -summary: A stand-alone open source video surveillance system # 79 char long summary -description: | - Kerberos Agent is an isolated and scalable video (surveillance) management - agent made available as Open Source under the MIT License. This means that - all the source code is available for you or your company, and you can use, - transform and distribute the source code; as long you keep a reference of - the original license. Kerberos Agent can be used for commercial usage. - -grade: stable # stable # must be 'stable' to release into candidate/stable channels -confinement: strict # use 'strict' once you have the right plugs and slots -environment: - GIN_MODE: release -apps: - agent: - command: main -config /var/snap/kerberosio/common - plugs: [ network, network-bind ] -parts: - agent: - source: https://github.com/kerberos-io/agent/releases/download/21c0e01/agent-amd64.tar - plugin: dump \ No newline at end of file