Re: updating a file on http://updates.jenkins-ci.org/updates/

2013-02-19 Thread Jesse Glick
On 02/18/2013 06:00 PM, Lorenzo Bettini wrote: I guess I solved the groovy problem File a pull request to add a README.md with your findings. -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this group and stop

Re: updating a file on http://updates.jenkins-ci.org/updates/

2013-02-18 Thread Lorenzo Bettini
Thus, the only way is to write a crawler, isn't it? Must it be written in groovy? thanks Lorenzo On 02/18/2013 07:46 AM, KK.Kon wrote: Hi may be generator is https://github.com/jenkinsci/backend-crawler I search and found this at the same problem. Thank you KK.Kon On

Re: updating a file on http://updates.jenkins-ci.org/updates/

2013-02-18 Thread Jesse Glick
On 02/18/2013 04:16 AM, Lorenzo Bettini wrote: Thus, the only way is to write a crawler, isn't it? Yes. Must it be written in groovy? Probably not, though this would be preferred for consistency with the others. (What would you use instead?) -- You received this message because you are

Re: updating a file on http://updates.jenkins-ci.org/updates/

2013-02-18 Thread Lorenzo Bettini
On 02/18/2013 08:07 PM, Jesse Glick wrote: On 02/18/2013 04:16 AM, Lorenzo Bettini wrote: Thus, the only way is to write a crawler, isn't it? Yes. Must it be written in groovy? Probably not, though this would be preferred for consistency with the others. (What would you use instead?)

Re: updating a file on http://updates.jenkins-ci.org/updates/

2013-02-18 Thread Lorenzo Bettini
On 02/18/2013 09:03 PM, Jesse Glick wrote: On 02/18/2013 02:53 PM, Lorenzo Bettini wrote: I don't know groovy More or less a superset of Java so there is not much to learn. I also tried to run one of the groovy files found at https://github.com/jenkinsci/backend-crawler and I got errors

updating a file on http://updates.jenkins-ci.org/updates/

2013-02-17 Thread Lorenzo Bettini
Hi how can I update a .json file located on http://updates.jenkins-ci.org/updates/ ? That is used by DownloadFromURLInstaller for a plugin I started to maintain (buckminster-plugin) and I need to update that file. I saw this page:

Re: updating a file on http://updates.jenkins-ci.org/updates/

2013-02-17 Thread Lorenzo Bettini
On 02/17/2013 09:05 PM, Lorenzo Bettini wrote: Hi how can I update a .json file located on http://updates.jenkins-ci.org/updates/ ? That is used by DownloadFromURLInstaller for a plugin I started to maintain (buckminster-plugin) and I need to update that file. I saw this page:

Re: updating a file on http://updates.jenkins-ci.org/updates/

2013-02-17 Thread KK.Kon
Hi may be generator is https://github.com/jenkinsci/backend-crawler I search and found this at the same problem. Thank you KK.Kon On 2013/02/18 5:25, Lorenzo Bettini wrote: On 02/17/2013 09:05 PM, Lorenzo Bettini wrote: Hi how can I update a .json file located on