You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by pk...@apache.org on 2005/08/08 22:44:30 UTC

svn commit: r230887 - /lucene/nutch/trunk/conf/nutch-default.xml

Author: pkosiorowski
Date: Mon Aug  8 13:44:23 2005
New Revision: 230887

URL: http://svn.apache.org/viewcvs?rev=230887&view=rev
Log:
User agent string related properties updated.

Modified:
    lucene/nutch/trunk/conf/nutch-default.xml

Modified: lucene/nutch/trunk/conf/nutch-default.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/conf/nutch-default.xml?rev=230887&r1=230886&r2=230887&view=diff
==============================================================================
--- lucene/nutch/trunk/conf/nutch-default.xml (original)
+++ lucene/nutch/trunk/conf/nutch-default.xml Mon Aug  8 13:44:23 2005
@@ -41,7 +41,7 @@
 
 <property>
   <name>http.agent.url</name>
-  <value>http://www.nutch.org/docs/en/bot.html</value>
+  <value>http://lucene.apache.org/nutch/bot.html</value>
   <description>A URL to advertise in the User-Agent header.  This will 
    appear in parenthesis after the agent name.
   </description>
@@ -49,14 +49,14 @@
 
 <property>
   <name>http.agent.email</name>
-  <value>nutch-agent@lists.sourceforge.net</value>
+  <value>nutch-agent@lucene.apache.org</value>
   <description>An email address to advertise in the HTTP 'From' request
    header and User-Agent header.</description>
 </property>
 
 <property>
   <name>http.agent.version</name>
-  <value>0.06-dev</value>
+  <value>0.07</value>
   <description>A version string to advertise in the User-Agent 
    header.</description>
 </property>



Re: svn commit: r230887 - /lucene/nutch/trunk/conf/nutch-default.xml

Posted by Piotr Kosiorowski <pk...@gmail.com>.
No problem at all. I have a lot to learn yet and it is nice
people like you check my commits for stupid mistakes. Four eyes
are always better than two :).
Regards,
Piotr

Doug Cutting wrote:
> Piotr Kosiorowski wrote:
> 
>> I read your email ten times and still I am not sure
>> what the problem is.
> 
> 
> The problem is with me.
> 
>> Doug Cutting wrote:
>>
>>> pkosiorowski@apache.org wrote:
>>>
>>>> -  <value>http://www.nutch.org/docs/en/bot.html</value>
>>>> +  <value>http://lucene.apache.org/nutch/bot.html</value>
> 
> 
> I clicked on what I thought was the lower link, then looked at the 
> browser and saw the wrong thing with the wrong link.  But I must have 
> accidentally clicked on the upper link.  Sorry for the confusion!
> 
> Doug
> 


Re: svn commit: r230887 - /lucene/nutch/trunk/conf/nutch-default.xml

Posted by Doug Cutting <cu...@nutch.org>.
Piotr Kosiorowski wrote:
> I read your email ten times and still I am not sure
> what the problem is.

The problem is with me.

> Doug Cutting wrote:
> 
>> pkosiorowski@apache.org wrote:
>>
>>> -  <value>http://www.nutch.org/docs/en/bot.html</value>
>>> +  <value>http://lucene.apache.org/nutch/bot.html</value>

I clicked on what I thought was the lower link, then looked at the 
browser and saw the wrong thing with the wrong link.  But I must have 
accidentally clicked on the upper link.  Sorry for the confusion!

Doug

Re: svn commit: r230887 - /lucene/nutch/trunk/conf/nutch-default.xml

Posted by Piotr Kosiorowski <pk...@gmail.com>.
Hello Doug,
I read your email ten times and still I am not sure
what the problem is.
Regards,
Piotr
Doug Cutting wrote:
> pkosiorowski@apache.org wrote:
> 
>> -  <value>http://www.nutch.org/docs/en/bot.html</value>
>> +  <value>http://lucene.apache.org/nutch/bot.html</value>
> 
> 
> I think this should now be:
> 
> http://lucene.apache.org/nutch/bot.html
> 
> The docs/en pages have mostly been reduced to the "about" page, whose 
> translations I hate to throw away, even though they don't really fit 
> into the new Forrest-based website.
> 
> Doug
> 


Re: svn commit: r230887 - /lucene/nutch/trunk/conf/nutch-default.xml

Posted by Doug Cutting <cu...@nutch.org>.
pkosiorowski@apache.org wrote:
> -  <value>http://www.nutch.org/docs/en/bot.html</value>
> +  <value>http://lucene.apache.org/nutch/bot.html</value>

I think this should now be:

http://lucene.apache.org/nutch/bot.html

The docs/en pages have mostly been reduced to the "about" page, whose 
translations I hate to throw away, even though they don't really fit 
into the new Forrest-based website.

Doug

Re: Nutch versions - Was: [Nutch-cvs] svn commit: r230887 - /lucene/nutch/trunk/conf/nutch-default.xml

Posted by Doug Cutting <cu...@nutch.org>.
Piotr Kosiorowski wrote:
> I think we all refer to 0.7 as next number (and 0.6 as current) so 
> nutch-default.xml contains wrong format. In fact it should still contain 
> -dev suffix.
> 
> To make undocumented comvention documented I would also like to suggest 
> naming releases with X.Y format and naming code developed to make a 
> (release X.Y)   X.Y-dev.

That all sounds right to me.  The trunk should build as a -dev version 
of the next release.  So currently trunk should build as 0.7-dev.  After 
we branch the 0.7 release, then the trunk should build as 0.8-dev.

> I will try to put a draft of doc on Release HOWTO on Wiki tommorow.

Thanks!  Thanks also for your "Website update HOWTO".

Doug

Nutch versions - Was: [Nutch-cvs] svn commit: r230887 - /lucene/nutch/trunk/conf/nutch-default.xml

Posted by Piotr Kosiorowski <pk...@gmail.com>.
Hello,
I think a lot of people will wait before moving to mapreduce 
implementation for some time so we will have a 0.7 version to support.
I was a heavy CVS branch user in my previous job taking care about 
common library so I fully agree that such branch would be needed for bug 
fixing. I would go (as Doug suggested) for "lazy creation" mode of this 
branch - should be created on first need to commit to it.

I also tracked down version numbers in nutch source code:
1) CHANGES.txt - that was easy all releases are listed here
2) default.properties
	version=0.7-dev
3) nutch-default.xml
<property>
    <name>http.agent.version</name>
     <value>0.07</value>
    <description>A version string to advertise in the User-Agent
     header.</description>
  </property>

So we have a small inconsistency in naming versions (I have commited 
0.07 in nutch-default.xml yesterday but it used to be 0.06 so I have not 
changed the format) - I will fix soon.

I think we all refer to 0.7 as next number (and 0.6 as current) so 
nutch-default.xml contains wrong format. In fact it should still contain 
-dev suffix.

To make undocumented comvention documented I would also like to suggest 
naming releases with X.Y format and naming code developed to make a 
(release X.Y)   X.Y-dev.

I will try to put a draft of doc on Release HOWTO on Wiki tommorow.
Regards,
Piotr







Andrzej Bialecki wrote:
> Doug Cutting wrote:
> 
>> We may want to start a branch for the release too, as described at:
>>
>> http://svnbook.red-bean.com/en/1.1/ch04s04.html#svn-ch-4-sect-4.4.1
>>
>> If we think we may someday want need 0.7.1 release, then we will need 
>> a 0.7 branch to make this from.  We can start this branch later by 
>> basing it on the 0.7 tag.  But we should never alter the 0.7 tagged 
>> code once it is created.
>>
>> Thoughts?
> 
> 
> I agree. I have a similar experience from another OSS project (FreeBSD), 
> where this schema is being used extensively. This allows to provide some 
> limited maintenance for past releases. Considering that this is the last 
> release before merging the map-reduce, doing a branch seems very 
> appropriate.
> 
> 


Re: [Nutch-cvs] svn commit: r230887 - /lucene/nutch/trunk/conf/nutch-default.xml

Posted by Andrzej Bialecki <ab...@getopt.org>.
Doug Cutting wrote:
> We may want to start a branch for the release too, as described at:
> 
> http://svnbook.red-bean.com/en/1.1/ch04s04.html#svn-ch-4-sect-4.4.1
> 
> If we think we may someday want need 0.7.1 release, then we will need a 
> 0.7 branch to make this from.  We can start this branch later by basing 
> it on the 0.7 tag.  But we should never alter the 0.7 tagged code once 
> it is created.
> 
> Thoughts?

I agree. I have a similar experience from another OSS project (FreeBSD), 
where this schema is being used extensively. This allows to provide some 
limited maintenance for past releases. Considering that this is the last 
release before merging the map-reduce, doing a branch seems very 
appropriate.


-- 
Best regards,
Andrzej Bialecki     <><
  ___. ___ ___ ___ _ _   __________________________________
[__ || __|__/|__||\/|  Information Retrieval, Semantic Web
___|||__||  \|  ||  |  Embedded Unix, System Integration
http://www.sigram.com  Contact: info at sigram dot com


Re: [Nutch-cvs] svn commit: r230887 - /lucene/nutch/trunk/conf/nutch-default.xml

Posted by Doug Cutting <cu...@nutch.org>.
Piotr Kosiorowski wrote:
> Will do it tommorow - I wanted to put down a kind of release checklist 
> in Wiki - starting with where to change numbers. But would like to cover 
> also release howto - but in fact I am not sure how to do make a relase 
> yet. But will try to gather this information.

A starting point is the release directions for Lucene, at:

http://wiki.apache.org/jakarta-lucene/ReleaseTodo

Note that these are somewhat out of date, still using CVS rather than 
SVN.  With SVN we should put releases in:

https://svn.apache.org/repos/asf/lucene/nutch/tags/

We may want to start a branch for the release too, as described at:

http://svnbook.red-bean.com/en/1.1/ch04s04.html#svn-ch-4-sect-4.4.1

If we think we may someday want need 0.7.1 release, then we will need a 
0.7 branch to make this from.  We can start this branch later by basing 
it on the 0.7 tag.  But we should never alter the 0.7 tagged code once 
it is created.

Thoughts?

Doug

Re: [Nutch-cvs] svn commit: r230887 - /lucene/nutch/trunk/conf/nutch-default.xml

Posted by Piotr Kosiorowski <pk...@gmail.com>.
Will do it tommorow - I wanted to put down a kind of release checklist 
in Wiki - starting with where to change numbers. But would like to cover 
also release howto - but in fact I am not sure how to do make a relase 
yet. But will try to gather this information.
Regards
Piotr
Andrzej Bialecki wrote:
> pkosiorowski@apache.org wrote:
> 
>> Author: pkosiorowski
>> Date: Mon Aug  8 13:44:23 2005
>> New Revision: 230887
>>
>> URL: http://svn.apache.org/viewcvs?rev=230887&view=rev
>> Log:
>> User agent string related properties updated.
> 
> 
> Piotr, could you also check other places where the version number is 
> harcoded? We should set them to 0.07 now, so that we have the right 
> values in the release ...
> 
> 
> 
> 


Re: [Nutch-cvs] svn commit: r230887 - /lucene/nutch/trunk/conf/nutch-default.xml

Posted by Andrzej Bialecki <ab...@getopt.org>.
pkosiorowski@apache.org wrote:
> Author: pkosiorowski
> Date: Mon Aug  8 13:44:23 2005
> New Revision: 230887
> 
> URL: http://svn.apache.org/viewcvs?rev=230887&view=rev
> Log:
> User agent string related properties updated.

Piotr, could you also check other places where the version number is 
harcoded? We should set them to 0.07 now, so that we have the right 
values in the release ...




-- 
Best regards,
Andrzej Bialecki     <><
  ___. ___ ___ ___ _ _   __________________________________
[__ || __|__/|__||\/|  Information Retrieval, Semantic Web
___|||__||  \|  ||  |  Embedded Unix, System Integration
http://www.sigram.com  Contact: info at sigram dot com