Fork us on GitHub Follow us on Facebook Follow us on Twitter

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 Jakub Jermář

Component: unspecifiedbuild

comment:2 Changed 12 years ago by Jakub Jermář

See also: #124

comment:3 Changed 12 years ago by Jakub Jermář

Owner: set to Jakub Jermář
Status: newassigned

comment:4 Changed 12 years ago by Jakub Jermář

Type: proposalenhancement

comment:5 Changed 12 years ago by Jakub Jermář

Status: assignedaccepted

comment:6 Changed 12 years ago by Jakub Jermář

Owner: changed from Jakub Jermář to Jiri Svoboda
Status: acceptedassigned

comment:7 Changed 12 years ago by Jiri Svoboda

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.

  • for example, the Bazaar revision should not be compiled in

comment:8 Changed 12 years ago by Jiri Svoboda

Resolution: fixed
Status: assignedclosed

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.

Note: See TracTickets for help on using tickets.