Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14951] Adjustment in date calculation for snapshot based spells

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 14951] Adjustment in date calculation for snapshot based spells
  • Date: 15 Dec 2008 19:09:32 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=14951


Jaka Kranjc <jakakranjc AT email.si> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |jakakranjc AT email.si




--- Comment #1 from Jaka Kranjc <jakakranjc AT email.si> 2008-12-15 13:09:32 ---
after some grepping, x264 seems to be the only problematic spell. Some other
snapshot spells use wget to figure out a good version, but that's only needed
for sparsely versioned packages. Or do you really know other cases?

VERSION="$(date --date='1 day ago' +%Y%m%d)"-2245
can be changed to
VERSION="$(date --date='2 days ago' +%Y%m%d)"-2245
and there will be no timezone problems anymore. ;)


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page