recipe builds for git projects don't work with submodules
Bug #1733603 reported by
Alan Griffiths
This bug affects 25 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
git-build-recipe |
In Progress
|
High
|
Corentin Noël | ||
ladish |
New
|
Undecided
|
Unassigned | ||
open62541 |
New
|
Undecided
|
Unassigned |
Bug Description
When generating the source package git submodules are not checked out.
I think all this requires is "git submodule update --init --recursive" after merging any branches.
Related branches
~tintou/git-build-recipe:master
Ready for review
for merging
into
git-build-recipe:master
- Colin Watson (community): Needs Fixing
-
Diff: 230 lines (+92/-25)2 files modifiedgitbuildrecipe/recipe.py (+55/-19)
gitbuildrecipe/tests/test_recipe.py (+37/-6)
affects: | launchpad → git-build-recipe |
Changed in git-build-recipe: | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Corentin Noël (tintou) |
To post a comment you must log in.
This affects our project as well. You can see it in the live here: https:/ /code.launchpad .net/~otto/ +recipe/ mariadb- 10.3-dev- daily
The error it hangs on:
********** s.cmake: 27 (MESSAGE):
CMake Error at cmake/submodule
No MariaDB Connector/C! Run
git submodule update --init
Then restart the build.
**********