Skip to content

Commit

Permalink
Merge pull request #5772 from BOINC/vko_finalize_snap_for_publishing
Browse files Browse the repository at this point in the history
[snap] update snapcraft.yml to prepare it for publish
  • Loading branch information
AenBleidd committed Aug 21, 2024
2 parents cb8684b + cac5078 commit 4c0a0ec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ jobs:
--workdir /root \
--platform "${{ matrix.architecture }}" \
diddledani/snapcraft:core22 \
"snap install --devmode ${{ matrix.snap_file }} && boinc --version && boinc.client --version"
"snap install --dangerous ${{ matrix.snap_file }} && boinc --version && boinc.client --version"
- name: Install and test snap boinc x64
if: success() && matrix.type == 'x64'
run: |
sudo snap install --devmode ${{ matrix.snap_file }}
sudo snap install --dangerous ${{ matrix.snap_file }}
boinc --version
boinc.client --version
Expand Down
11 changes: 9 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
name: boinc
base: core22
version: "8.1.0"
type: app
title: BOINC Manager
summary: BOINC lets you help cutting-edge science research using your computer.
description: |
BOINC lets you help cutting-edge science research using your computer. The BOINC app, running on your computer, downloads scientific computing jobs and runs them invisibly in the background. It's easy and safe.
About 30 science projects use BOINC. They investigate diseases, study climate change, discover pulsars, and do many other types of scientific research.
The BOINC and Science United projects are located at the University of California, Berkeley and are supported by the National Science Foundation.
grade: devel # must be 'stable' to release into candidate/stable channels
confinement: devmode # use 'strict' once you have the right plugs and slots
icon: snap/gui/boinc.png
issues: https://github.com/BOINC/boinc/issues
license: LGPL-3.0-or-later
source-code: https://github.com/BOINC/boinc
website: https://boinc.berkeley.edu/
grade: stable
confinement: strict

apps:
boinc:
Expand Down

0 comments on commit 4c0a0ec

Please sign in to comment.