Task #10606 (closed)
Opened 11 years ago
Closed 9 years ago
Recursively initialize submodules as part of the build
Reported by: | crueden-x | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 5.x |
Component: | General | Version: | 4.4.9 |
Keywords: | n.a. | Cc: | rleigh, sbesson |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | n.a. |
Description
It is quite easy to clone openmicroscopy.git without the --recursive flag. Since (I believe?) the submodules are required to build, the build.py script could be updated to ensure all submodules are recursively initialized (e.g., git submodule update --init --recursive) before proceeding with the actual build.
Change History (3)
comment:1 Changed 11 years ago by crueden-x
comment:2 Changed 11 years ago by jamoore
- Cc rleigh sbesson added
- Milestone changed from Unscheduled to 5.0.0
- Version set to 4.4.9
Moving to 5.0.0 along with the rest of #2125
comment:3 Changed 9 years ago by sbesson
- Resolution set to fixed
- Status changed from new to closed
Fixed by the decoupling work on 5.1.3/5.1.4 (barring scripts)
See also ome-documentation PR #301 for the discussion leading to this idea.