Task #11602 (closed)
Opened 6 years ago
Closed 6 years ago
Bug: Source release does not include submodules
| Reported by: | rleigh | Owned by: | rleigh |
|---|---|---|---|
| Priority: | critical | Milestone: | 5.x |
| Component: | Deployment | Version: | 5.0.0-beta1 |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
The source release does not include the content of the git submodules, and so is not buildable. Please include them.
Change History (5)
comment:1 Changed 6 years ago by rleigh
comment:2 Changed 6 years ago by jburel
- Milestone changed from 5.0.0-beta2 to 5.0.0
comment:3 Changed 6 years ago by jburel
Referencing ticket #11593 has changed sprint.
comment:4 Changed 6 years ago by rleigh
- Owner set to rleigh
comment:5 Changed 6 years ago by rleigh
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
This could potentially be done with "git submodule foreach", but the shell would be system-specific so could not work on both Windows and Linux. This could create archives for each submodule with the appropriate submodule path prefix. We could then unpack all of the submodules in a temporary location and repack the aggregated content as the real release (plus version information).