Automated ruby changelog parsing (to report only new changes sincelast install)

J

J. D.

Hi,

What is the timezone used at ftp://ftp.ruby-lang.org/pub/ruby/

Basically, I need to know if those timestamps are in the same timezone
used by the ruby changelog in cvs.

I suppose a true rubyist can probably whip up a ruby program in minutes
to automatically:

1. getting date/time from:
ruby --version

2. grab the latest 1.8 branch changelog from:
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog

3. parsing and displaying ONLY the list of new changes contained latest
stable snapshot that are not in the currently installed ruby

4. optionally emailing the report (daily, weekly, whatever)
 
Y

Yukihiro Matsumoto

Hi,

In message "Re: Automated ruby changelog parsing (to report only new changes since last install)"

|What is the timezone used at ftp://ftp.ruby-lang.org/pub/ruby/
|
|Basically, I need to know if those timestamps are in the same timezone
|used by the ruby changelog in cvs.

Yes, and it's JST, i.e. +9000.

matz.
 
D

David Ross

J. D. said:
Hi,

What is the timezone used at ftp://ftp.ruby-lang.org/pub/ruby/

Basically, I need to know if those timestamps are in the same timezone
used by the ruby changelog in cvs.

I suppose a true rubyist can probably whip up a ruby program in
minutes to automatically:

1. getting date/time from:
ruby --version

2. grab the latest 1.8 branch changelog from:
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog

3. parsing and displaying ONLY the list of new changes contained
latest stable snapshot that are not in the currently installed ruby

4. optionally emailing the report (daily, weekly, whatever)
Theres actually a bot called CIA that takes requests from the ruby cvs
and prints to the channel #ruby-talk on Freenode. I'm trying to get
cvs-admins to install the script locally. Theres a module named Ruby-Cvs
which someone(don't know who) recieved emailed from ruby-cvs@ and
submitted to the CIA bot. Now the script is down. You might be
interested in maybe a quick program with Ruby-Cvs t get any changes. I
used the CIA bot to get information on changes in HEAD, and ruby_1_8.
Bugs, expoits, new features, deleted features, and other interesting
details were submitted in the CVS logs.

David Ross
 
M

Michael Neumann

J. D. said:
Hi,

What is the timezone used at ftp://ftp.ruby-lang.org/pub/ruby/

Basically, I need to know if those timestamps are in the same timezone
used by the ruby changelog in cvs.

I suppose a true rubyist can probably whip up a ruby program in minutes
to automatically:

1. getting date/time from:
ruby --version

2. grab the latest 1.8 branch changelog from:
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog

3. parsing and displaying ONLY the list of new changes contained latest
stable snapshot that are not in the currently installed ruby

4. optionally emailing the report (daily, weekly, whatever)

Not sure, this is what you want:

http://www.ntecs.de/blog/Blog/RubyCVSCommitFeed.rdoc

The script is here:

http://www.ntecs.de/viewcvs/viewcvs/ChangeLog2RSS.cgi?rev=191&view=auto

Regards,

Michael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,189
Latest member
CryptoTaxSoftware

Latest Threads

Top