[jira] [Commented] (TS-1200) DOAP file reference incorrect

2012-04-11 Thread Sebb (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-1200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13252097#comment-13252097
 ] 

Sebb commented on TS-1200:
--

It appears that the problem is not git or the URL, but the use of chunked 
encoding, which the (very old) Perl script does not handle (yet).

bb2 is the first (and only) chunk length.

 DOAP file reference incorrect
 -

 Key: TS-1200
 URL: https://issues.apache.org/jira/browse/TS-1200
 Project: Traffic Server
  Issue Type: Bug
Reporter: Sebb
Assignee: Igor Galić
Priority: Critical

 The DOAP file for the project needs to be available for the projects.a.o 
 website to function correctly.
 Currently the build is looking for
 http://svn.apache.org/repos/asf/trafficserver/traffic/trunk/doc/doap.rdf
 However this does not exist, so the build is reporting an error.
 Please update the file
 https://svn.apache.org/repos/asf/infrastructure/site-tools/trunk/projects/files.xml
 with the new location ASAP.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (TS-1200) DOAP file reference incorrect

2012-04-11 Thread Sebb (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-1200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13252112#comment-13252112
 ] 

Sebb commented on TS-1200:
--

The script is not mine (though I have worked on it a bit). It does all its own 
TCP I/O using a plain socket.

I think I've managed to add a hack deal with the chunk headers; works for me 
locally so I've committed it.

The content duplication is a different issue.
It looks like the error in file content means that the file is left behind, and 
the file is not emptied before appending content. Seems that this is the first 
chunked file the script has encountered.

 DOAP file reference incorrect
 -

 Key: TS-1200
 URL: https://issues.apache.org/jira/browse/TS-1200
 Project: Traffic Server
  Issue Type: Bug
Reporter: Sebb
Assignee: Igor Galić
Priority: Critical

 The DOAP file for the project needs to be available for the projects.a.o 
 website to function correctly.
 Currently the build is looking for
 http://svn.apache.org/repos/asf/trafficserver/traffic/trunk/doc/doap.rdf
 However this does not exist, so the build is reporting an error.
 Please update the file
 https://svn.apache.org/repos/asf/infrastructure/site-tools/trunk/projects/files.xml
 with the new location ASAP.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira