Summary: | Fix version numbers in modules and set up a system to keep them up to date | ||
---|---|---|---|
Product: | Koha | Reporter: | Chris Cormack <chris> |
Component: | Architecture, internals, and plumbing | Assignee: | Chris Cormack <chris> |
Status: | CLOSED FIXED | QA Contact: | Paul Poulain <paul.poulain> |
Severity: | normal | ||
Priority: | P5 - low | CC: | jonathan.druart, kyle.m.hall, paul.poulain |
Version: | 3.8 | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | |||
Bug Blocks: | 8315 | ||
Attachments: |
Bug 7941 : Fix version numbers in modules
Bug 7941 : Fix version numbers in modules Bug 7941 : Fix version numbers in modules |
Description
Chris Cormack
2012-04-10 23:03:34 UTC
Created attachment 9096 [details] [review] Bug 7941 : Fix version numbers in modules Once this patch is pushed, all that needs to be done to keep them up to date, is before a release run perl-reversion -stringify -set 3.06.05.001 C4/ Where the number changes appropriately You may need to do sudo apt-get install libperl-version-perl Created attachment 9097 [details] [review] Bug 7941 : Fix version numbers in modules Oddly perl-reversion does not appear to be included in the libperl-version-perl package for Debian. Any idea where it might be hiding, or how to get it? I think I just used cpan, in theory should only be rm and rmaint doing it just pre release Created attachment 10106 [details] [review] Bug 7941 : Fix version numbers in modules Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> QA comment: nothing specific to say: set the VERSION number for all packages, passed QA can be backported to 3.8 or not, chris, it's up to you to decide Pushed to 3.8.x |