diff --git a/.build-trigger.txt b/.build-trigger.txt deleted file mode 100644 index bfaba53..0000000 --- a/.build-trigger.txt +++ /dev/null @@ -1,29 +0,0 @@ -2018-07-16-09:48:50 -2018-08-07-09:01:15 -2018-08-16-11:10:44 -2018-08-31-08:12:32 -2018-09-17-08:13:59 -2018-09-17-10:19:50 -2018-09-20-06:54:24 -2018-09-20-10:23:19 -2018-09-21-06:44:42 -2018-10-09-07:39:29 -2018-12-11-08:54:43 -2019-01-14-10:24:14 -2019-01-23-09:44:51 -2019-02-02-10:09:08 -2019-02-28-09:26:47 -2019-05-31-08:19:05 -2019-06-12-17:44:12 -2019-06-20-08:37:04 -2019-08-21-22:57:22 -2019-09-13-08:49:17 -2019-10-01-07:52:49 -2019-10-10-07:48:40 -2019-10-22-08:26:58 -2019-11-16-11:45:05 -2019-11-28-09:15:10 -2019-12-03-09:16:34 -2020-08-28-09:47:14 -2020-11-13-00:10:54 -2020-12-04-09:41:34 diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 29ce629..0000000 --- a/.travis.yml +++ /dev/null @@ -1,33 +0,0 @@ -language: bash -dist: xenial - -env: - global: - - LC_ALL: C.UTF-8 - - LANG: C.UTF-8 - - SNAPCRAFT_ENABLE_SILENT_REPORT: y - - SNAPCRAFT_ENABLE_DEVELOPER_DEBUG: y - -addons: - snaps: - - name: snapcraft - channel: candidate - classic: true - - name: http - - name: transfer - - name: lxd - channel: stable - -script: - - sudo apt update - - sudo /snap/bin/lxd.migrate -yes - - sudo /snap/bin/lxd waitready - - sudo /snap/bin/lxd init --auto - - mkdir -p "$TRAVIS_BUILD_DIR/snaps-cache" - - sudo snapcraft --use-lxd -after_success: - - cp *.snap "$(echo "$TRAVIS_REPO_SLUG" | sed -e 's|.*/\(.*\)|\1|')-pr$TRAVIS_PULL_REQUEST.snap" - - timeout 180 /snap/bin/transfer "$(echo "$TRAVIS_REPO_SLUG" | sed -e 's|.*/\(.*\)|\1|')-pr$TRAVIS_PULL_REQUEST.snap" -after_failure: - - sudo journalctl -u snapd - - http https://api.snapcraft.io/v2/snaps/info/core architecture==amd64 Snap-Device-Series:16 diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 454419b..9367eba 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -20,10 +20,6 @@ architectures: - build-on: arm64 parts: - bsi-trigger: # A non-built part, only used to trigger builds in build.snapcraft.io on upstream changes - plugin: nil - source: https://github.com/mattermost/desktop.git - mattermost-desktop: plugin: dump source: https://releases.mattermost.com/desktop/$SNAPCRAFT_PROJECT_VERSION/mattermost-desktop_$SNAPCRAFT_PROJECT_VERSION-1_$SNAPCRAFT_TARGET_ARCH.deb