Ticket #29021

mk_rate --ignore m days

Open Date: 2012-07-18 00:16 Last Update: 2012-07-18 00:22

Reporter:
Owner:
Type:
Status:
Open [Owner assigned]
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
None
File:
None

Details

ticket #19454のコメントで指摘された機能に関して、新しいticketを登録しました。

http://sourceforge.jp/ticket/browse.php?tid=19454&group_id=1877

+  how_long_days = (Time.now - time)/(3600*24)
+  if (how_long_days > $options["ignore"])
+    return
+  end

+    ["--ignore",  GetoptLong::REQUIRED_ARGUMENT],

+  $options["ignore"] ||= 365*2
+  $options["ignore"] = $options["ignore"].to_i

Ticket History (3/3 Histories)

2012-07-18 00:16 Updated by: beatles
  • New Ticket "mk_rate --ignore m days" created
2012-07-18 00:17 Updated by: beatles
  • Owner Update from (None) to beatles
2012-07-18 00:22 Updated by: beatles
  • Type Update from Bugs to Patches
  • Details Updated

Attachment File List

No attachments

Edit

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Login