We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f609445 + a22e395 commit e4fb3d9Copy full SHA for e4fb3d9
.snapcraft.yaml
@@ -0,0 +1,25 @@
1
+name: git-deps
2
+version: 0.1
3
+summary: A tool for performing analysis of dependencies between git commits
4
+description: |
5
+ git-deps is a tool for performing automatic analysis of dependencies
6
+ between commits in a git repository.
7
+
8
+confinement: strict
9
10
+apps:
11
+ git-deps:
12
+ command: git-deps/git-deps.py
13
+ plugs:
14
+ - home
15
16
+parts:
17
18
+ plugin: copy
19
+ source: .
20
+ files:
21
+ .: git-deps
22
+ stage-packages:
23
+ - git
24
+ - python2.7
25
+ - python-pygit2
0 commit comments