Update snapcraft builds for dbcook's db
The update to use dbcook's component database adds a git submodule. The submodule configuration needs to use an https transport rather than an ssh transport for users not logged in through git (snapcraft builds aren't; they're in a clean room). Additionally, the snapcraft.yaml file needs to be told the source type is git in order to automatically udpate an pull in submodules. Signed-off-by: Billy Olsen <billy.olsen@gmail.com>
This commit is contained in:
parent
862faea962
commit
9d6e2c1d8b
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
|||||||
[submodule "swing/resources-src/datafiles/components"]
|
[submodule "swing/resources-src/datafiles/components"]
|
||||||
path = swing/resources-src/datafiles/components
|
path = swing/resources-src/datafiles/components
|
||||||
url = git@github.com:dbcook/openrocket-database.git
|
url = https://github.com/dbcook/openrocket-database.git
|
||||||
|
@ -47,6 +47,7 @@ parts:
|
|||||||
openrocket:
|
openrocket:
|
||||||
plugin: ant
|
plugin: ant
|
||||||
source: .
|
source: .
|
||||||
|
source-type: git
|
||||||
ant-build-targets:
|
ant-build-targets:
|
||||||
- clean
|
- clean
|
||||||
- check
|
- check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user