Ticket #583 (closed task: fixed)

Opened 1 year ago

Last modified 9 months ago

Figure out how to bump the rpm version with SNAPSHOT builds

Reported by: ebrown Assigned to: amit
Priority: unassigned Milestone:
Component: build-system Version: 0.8
Keywords: version Cc:
Blocking: Blocked By:

Description

rpm --force --upgrade seems to be leaving old files around. See #580 for an example of the mess it can make.

Ronald has some good suggestions though:

The best would be bump the rpm version (not the base version) each time. But we wan't to avoid having to check in a file every time something builds an rpm... A timestamp would be great here.

Hmm, CodehausJira:MNG-1832 had a patch to add this to maven. Sigh, they of course closed this and refuse to apply the patch, referring to non-existent plugins instead. This here has something: CodehausJira:MNG-719 - maybe we can take that and create a own simple plugin to create a timestamp variable which we can then use in the pom.

Dependency Graph

Change History

08/21/07 10:01:42 changed by amit

  • keywords set to version.
  • owner deleted.
  • component changed from topaz to build-system.

10/29/07 20:44:44 changed by amit

  • owner set to amit.

03/10/08 07:59:23 changed by amit

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in r4805.