Opened 14 years ago
Closed 12 years ago
#108 closed enhancement (fixed)
Building of release files should be automated
Reported by: | Jiri Svoboda | Owned by: | Jiri Svoboda |
---|---|---|---|
Priority: | major | Milestone: | 0.4.3 |
Component: | helenos-build | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: | #124 |
Description
There should be a script to build the release files. This should be easy to do and has the following advantages:
- Faster, easier building is good especially when releasing in quick succession (e.g. bugfix release).
- More deterministic, less prone to errors.
- More transparent (anyone can see how the builds are made, so they know exactly what they are getting)
- Susceptible to testing.
Basically it should be possible to configure HelenOS from one of the preset files via command line (this is very useful itself). Then, the script would just select the proper configuration for each release file and then copy it it from the build directory.
Change History (8)
comment:1 Changed 13 years ago by
Component: | unspecified → build |
---|
comment:2 Changed 12 years ago by
See also: | → #124 |
---|
comment:3 Changed 12 years ago by
Owner: | set to Jakub Jermář |
---|---|
Status: | new → assigned |
comment:4 Changed 12 years ago by
Type: | proposal → enhancement |
---|
comment:5 Changed 12 years ago by
Status: | assigned → accepted |
---|
comment:6 Changed 12 years ago by
Owner: | changed from Jakub Jermář to Jiri Svoboda |
---|---|
Status: | accepted → assigned |
comment:7 Changed 12 years ago by
comment:8 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
In changeset:mainline,881, changeset:mainline,882 and changeset:mainline,883 I made the release Makefile first export the source from Bazaar and then build a source tarball and build the release images. This also ensures the Bazaar revision is not built into the release images. I consider this ticket resolved.
In the future it would be nice to unify 'make check' and 'make release' to avoid duplication.
With the integration of changeset:mainline,863 and changeset:mainline,879 most of this problem is solved. Still we need to figure out what additional tuning should be applied by the release Makefile so that the release files are fit for release.