[Tickets #4911] Add current date to CVS snapshots' version numbers
bugs@bugs.horde.org
bugs at bugs.horde.org
Wed Jan 17 11:05:32 PST 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=4911
-----------------------------------------------------------------------
Ticket | 4911
Created By | webmaster at dasourcerer.net
Summary | Add current date to CVS snapshots' version numbers
Queue | Horde.org Servers
Type | Enhancement
State | New
Priority | 1. Low
Owners |
-----------------------------------------------------------------------
webmaster at dasourcerer.net (2007-01-17 11:05) wrote:
I'd like to see the date of the checkout in the snapshots. So e.g. whups
v1.0-cvs would turn into whups v1.0-cvs20070117. I founf out this can be
done with one line of shellcode:
sed -i -e s/cvs/cvs`date +%Y%m%d`/ version.php
The main reason is: If I've got experimental software installed, it's much
easier to keep track on what's been installed when. Currently, I just keep
the downloaded .tar.gz which isn't as handy.
More information about the bugs
mailing list