Skip to content

GreatFruitOmsk/wott-agent-snap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(Ubuntu) Snap for WoTT Agent

Packages the WoTT Agent into a Snap.

Installing

$ sudo snap install wott-agent

The "unsafe" interfaces needed by this snap are not auto-connected (may change in the future). Manual connection is needed:

$ sudo snap connect wott-agent:network-control :network-control
$ sudo snap connect wott-agent:network-setup-control :network-setup-control
$ sudo snap connect wott-agent:process-control :process-control
$ sudo snap connect wott-agent:system-observe :system-observe
$ sudo snap connect wott-agent:firewall-control :firewall-control
$ sudo snap connect wott-agent:account-control :account-control
$ sudo snap connect wott-agent:log-observe :log-observe

Building (locally)

$ sudo snap install snapcraft --classic
$ snapcraft

Detailed instructions can be found here.

Release management

  • Push changes and bump up the version
  • Visit this launchpad page and press "Import Now"
  • When the code base has successfully been refreshed above, visit this page and select 'Request builds'
  • When the builds are done, they will automatically be published to the Candicate channel in the Snap store. You can then promote the Candidate release to Stable on this page

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%