Skip to content

Commit

Permalink
Snap classic approval!
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jan 6, 2020
1 parent 19f408b commit 30354f4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ jobs:
- sudo snapcraft --use-lxd
after_failure:
- sudo journalctl -u snapd
#uncomment after classic approval
#<>
#stage: deploy
#deploy:
#- provider: snap
# snap: dvc_*.snap
# channel: ${SOURCE_TAG:+stable}${SOURCE_TAG:-edge}
# skip_cleanup: true
# deploy jobs
- name: "Pypi pkgs"
if: tag is present
Expand Down
11 changes: 3 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,17 +153,12 @@ Currently, this includes support for Python versions 2.7, 3.6 and 3.7.
Snap (Snapcraft)
----------------

Download the latest ``dvc_*.snap`` from the
GitHub `releases page <https://github.com/iterative/dvc/releases>`_.

.. code-block:: bash
snap install dvc_*.snap --dangerous --classic
snap install dvc --classic
Once ``dvc`` is released on the snap store
(`pending request <https://forum.snapcraft.io/t/classic-confinement-request-for-dvc/14124>`_)
there will be no need to download ``dvc_*.snap`` or use ``--dangerous``
(``snap install dvc --classic`` would suffice).
This corresponds to the latest tagged release.
Add ``--edge`` for the latest ``master`` version.

Package
-------
Expand Down

0 comments on commit 30354f4

Please sign in to comment.