snapshots page

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
13 messages Options
Reply | Threaded
Open this post in threaded view
|

snapshots page

Jacques Le Roux
Administrator
I wanted to update the snapshots page http://ci.apache.org/projects/ofbiz/snapshots/ regarding ant start instead of run for trunk.
But I don't know where this page is located. It does not seems to be under website, does someone knows?
Does we have a copy somewhere and it has been sent to infra? I see it's under http://ci.apache.org/projects/ofbiz/ (ie buildbot)

Also I found these lines in the source, not sure they still fit...

<meta name="Author" content="Hotwax Media, Brainfood" />
<title>Apache OFBiz Nightly Build Information Provided by HotWax Media and Contegix</title>

And the only link to it I found is at https://cwiki.apache.org/confluence/display/OFBIZ/Downloading

Thanks

Jacques
Reply | Threaded
Open this post in threaded view
|

Re: snapshots page

Jacopo Cappellato-4
Hi Jacques,

On May 4, 2012, at 5:22 AM, Jacques Le Roux wrote:

> I wanted to update the snapshots page http://ci.apache.org/projects/ofbiz/snapshots/ regarding ant start instead of run for trunk. But I don't know where this page is located. It does not seems to be under website, does someone knows?

I *think* that the source files are here:

http://svn.apache.org/repos/asf/ofbiz/site/build/

> Does we have a copy somewhere and it has been sent to infra? I see it's under http://ci.apache.org/projects/ofbiz/ (ie buildbot)
>
> Also I found these lines in the source, not sure they still fit...
>
> <meta name="Author" content="Hotwax Media, Brainfood" />
> <title>Apache OFBiz Nightly Build Information Provided by HotWax Media and Contegix</title>

My vote would be to remove these lines.

Jacopo

>
> And the only link to it I found is at https://cwiki.apache.org/confluence/display/OFBIZ/Downloading
>
> Thanks
>
> Jacques

Reply | Threaded
Open this post in threaded view
|

Re: snapshots page

Jacques Le Roux
Administrator
Thanks Jacopo,

Quite clear, I will handle it (if I have enough rights)

Jacques

From: "Jacopo Cappellato" <[hidden email]>

> Hi Jacques,
>
> On May 4, 2012, at 5:22 AM, Jacques Le Roux wrote:
>
>> I wanted to update the snapshots page http://ci.apache.org/projects/ofbiz/snapshots/ regarding ant start instead of run for
>> trunk. But I don't know where this page is located. It does not seems to be under website, does someone knows?
>
> I *think* that the source files are here:
>
> http://svn.apache.org/repos/asf/ofbiz/site/build/
>
>> Does we have a copy somewhere and it has been sent to infra? I see it's under http://ci.apache.org/projects/ofbiz/ (ie buildbot)
>>
>> Also I found these lines in the source, not sure they still fit...
>>
>> <meta name="Author" content="Hotwax Media, Brainfood" />
>> <title>Apache OFBiz Nightly Build Information Provided by HotWax Media and Contegix</title>
>
> My vote would be to remove these lines.
>
> Jacopo
>
>>
>> And the only link to it I found is at https://cwiki.apache.org/confluence/display/OFBIZ/Downloading
>>
>> Thanks
>>
>> Jacques
>
>
Reply | Threaded
Open this post in threaded view
|

Re: snapshots page

Jacques Le Roux
Administrator
In reply to this post by Jacques Le Roux
Ha, it's .php files! I was not aware. OK that's why I did not find them. So I have access it's just under build.

Jacques

From: "Jacques Le Roux" <[hidden email]>

> Thanks Jacopo,
>
> Quite clear, I will handle it (if I have enough rights)
>
> Jacques
>
> From: "Jacopo Cappellato" <[hidden email]>
>> Hi Jacques,
>>
>> On May 4, 2012, at 5:22 AM, Jacques Le Roux wrote:
>>
>>> I wanted to update the snapshots page http://ci.apache.org/projects/ofbiz/snapshots/ regarding ant start instead of run for
>>> trunk. But I don't know where this page is located. It does not seems to be under website, does someone knows?
>>
>> I *think* that the source files are here:
>>
>> http://svn.apache.org/repos/asf/ofbiz/site/build/
>>
>>> Does we have a copy somewhere and it has been sent to infra? I see it's under http://ci.apache.org/projects/ofbiz/ (ie buildbot)
>>>
>>> Also I found these lines in the source, not sure they still fit...
>>>
>>> <meta name="Author" content="Hotwax Media, Brainfood" />
>>> <title>Apache OFBiz Nightly Build Information Provided by HotWax Media and Contegix</title>
>>
>> My vote would be to remove these lines.
>>
>> Jacopo
>>
>>>
>>> And the only link to it I found is at https://cwiki.apache.org/confluence/display/OFBIZ/Downloading
>>>
>>> Thanks
>>>
>>> Jacques
>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: snapshots page

Jacques Le Roux
Administrator
I have changed the files I have in my working copy (svn up to date). But there is still something weird:

At http://ci.apache.org/projects/ofbiz/snapshots/
I read "Nightly 10.04 Builds"

There is not such thing in my working copy

So I wonder where those files are really

Any ideas?

Jacques
PS: patch
Index: branches.php
===================================================================
--- branches.php (revision 1336412)
+++ branches.php (working copy)
@@ -6,9 +6,8 @@
  <meta name="Description" content="The Apache Open For Business Project is an open source enterprise automation software project
licensed under the Apache License Version 2.0. Being open source under the Apache 2.0 license and driven by a community Apache OFBiz
offers both flexibility by design and by access to code, and a solution where you're not alone but rather can work with many others
to get things done." />
  <meta name="Keywords" content="Open Source ERP,Open Source CRM,Open Source E-Commerce,Open Source eCommerce,Open Source POS,Open
Source SCM,Open Source MRP,Open Source CMMS,Open Source EAM,web
services,workflow,ebusiness,e-business,ecommerce,e-commerce,automation,enterprise software,open source,entity engine,service
engine,erp,crm,party,accounting,facility,supply,chain,management,catalog,order,project,task,work effort,financial,ledger,content
management,customer,inventory"/>
  <meta name="Distribution" content="Global" />
- <meta name="Author" content="Hotwax Media, Brainfood" />
  <meta name="Robots" content="index,follow" />
- <title>Apache OFBiz Nightly Build Information Provided by HotWax Media and Contegix</title>
+ <title>Apache OFBiz Nightly Build Information</title>
  <link rel="shortcut icon" type="image/x-icon"  href="images/favicon.ico" />
  <link rel="stylesheet" href="css/global.css" type="text/css" />
  <script type="text/javascript" src="js/prototype.js"></script>
Index: index.php
===================================================================
--- index.php (revision 1336412)
+++ index.php (working copy)
@@ -6,9 +6,8 @@
  <meta name="Description" content="The Apache Open For Business Project is an open source enterprise automation software project
licensed under the Apache License Version 2.0. Being open source under the Apache 2.0 license and driven by a community Apache OFBiz
offers both flexibility by design and by access to code, and a solution where you're not alone but rather can work with many others
to get things done." />
  <meta name="Keywords" content="Open Source ERP,Open Source CRM,Open Source E-Commerce,Open Source eCommerce,Open Source POS,Open
Source SCM,Open Source MRP,Open Source CMMS,Open Source EAM,web
services,workflow,ebusiness,e-business,ecommerce,e-commerce,automation,enterprise software,open source,entity engine,service
engine,erp,crm,party,accounting,facility,supply,chain,management,catalog,order,project,task,work effort,financial,ledger,content
management,customer,inventory"/>
  <meta name="Distribution" content="Global" />
- <meta name="Author" content="Hotwax Media, Brainfood" />
  <meta name="Robots" content="index,follow" />
- <title>Apache OFBiz Nightly Build Information Provided by HotWax Media and Contegix</title>
+ <title>Apache OFBiz Nightly Build Information</title>
  <link rel="shortcut icon" type="image/x-icon"  href="images/favicon.ico" />
  <link rel="stylesheet" href="css/global.css" type="text/css" />
  <script type="text/javascript" src="js/prototype.js"></script>


Jacques Le Roux wrote:

> Ha, it's .php files! I was not aware. OK that's why I did not find them. So I have access it's just under build.
>
> Jacques
>
> From: "Jacques Le Roux" <[hidden email]>
>> Thanks Jacopo,
>>
>> Quite clear, I will handle it (if I have enough rights)
>>
>> Jacques
>>
>> From: "Jacopo Cappellato" <[hidden email]>
>>> Hi Jacques,
>>>
>>> On May 4, 2012, at 5:22 AM, Jacques Le Roux wrote:
>>>
>>>> I wanted to update the snapshots page http://ci.apache.org/projects/ofbiz/snapshots/ regarding ant start instead of run for
>>>> trunk. But I don't know where this page is located. It does not seems to be under website, does someone knows?
>>>
>>> I *think* that the source files are here:
>>>
>>> http://svn.apache.org/repos/asf/ofbiz/site/build/
>>>
>>>> Does we have a copy somewhere and it has been sent to infra? I see it's under http://ci.apache.org/projects/ofbiz/ (ie
>>>> buildbot) Also I found these lines in the source, not sure they still fit...
>>>>
>>>> <meta name="Author" content="Hotwax Media, Brainfood" />
>>>> <title>Apache OFBiz Nightly Build Information Provided by HotWax Media and Contegix</title>
>>>
>>> My vote would be to remove these lines.
>>>
>>> Jacopo
>>>
>>>>
>>>> And the only link to it I found is at https://cwiki.apache.org/confluence/display/OFBIZ/Downloading
>>>>
>>>> Thanks
>>>>
>>>> Jacques
Reply | Threaded
Open this post in threaded view
|

Re: snapshots page

Jacques Le Roux
Administrator
Nobody care?

Jacques

From: "Jacques Le Roux" <[hidden email]>

>I have changed the files I have in my working copy (svn up to date). But there is still something weird:
>
> At http://ci.apache.org/projects/ofbiz/snapshots/
> I read "Nightly 10.04 Builds"
>
> There is not such thing in my working copy
>
> So I wonder where those files are really
>
> Any ideas?
>
> Jacques
> PS: patch
> Index: branches.php
> ===================================================================
> --- branches.php (revision 1336412)
> +++ branches.php (working copy)
> @@ -6,9 +6,8 @@
>  <meta name="Description" content="The Apache Open For Business Project is an open source enterprise automation software project
> licensed under the Apache License Version 2.0. Being open source under the Apache 2.0 license and driven by a community Apache
> OFBiz offers both flexibility by design and by access to code, and a solution where you're not alone but rather can work with many
> others to get things done." />
>  <meta name="Keywords" content="Open Source ERP,Open Source CRM,Open Source E-Commerce,Open Source eCommerce,Open Source POS,Open
> Source SCM,Open Source MRP,Open Source CMMS,Open Source EAM,web
> services,workflow,ebusiness,e-business,ecommerce,e-commerce,automation,enterprise software,open source,entity engine,service
> engine,erp,crm,party,accounting,facility,supply,chain,management,catalog,order,project,task,work effort,financial,ledger,content
> management,customer,inventory"/>
>  <meta name="Distribution" content="Global" />
> - <meta name="Author" content="Hotwax Media, Brainfood" />
>  <meta name="Robots" content="index,follow" />
> - <title>Apache OFBiz Nightly Build Information Provided by HotWax Media and Contegix</title>
> + <title>Apache OFBiz Nightly Build Information</title>
>  <link rel="shortcut icon" type="image/x-icon"  href="images/favicon.ico" />
>  <link rel="stylesheet" href="css/global.css" type="text/css" />
>  <script type="text/javascript" src="js/prototype.js"></script>
> Index: index.php
> ===================================================================
> --- index.php (revision 1336412)
> +++ index.php (working copy)
> @@ -6,9 +6,8 @@
>  <meta name="Description" content="The Apache Open For Business Project is an open source enterprise automation software project
> licensed under the Apache License Version 2.0. Being open source under the Apache 2.0 license and driven by a community Apache
> OFBiz offers both flexibility by design and by access to code, and a solution where you're not alone but rather can work with many
> others to get things done." />
>  <meta name="Keywords" content="Open Source ERP,Open Source CRM,Open Source E-Commerce,Open Source eCommerce,Open Source POS,Open
> Source SCM,Open Source MRP,Open Source CMMS,Open Source EAM,web
> services,workflow,ebusiness,e-business,ecommerce,e-commerce,automation,enterprise software,open source,entity engine,service
> engine,erp,crm,party,accounting,facility,supply,chain,management,catalog,order,project,task,work effort,financial,ledger,content
> management,customer,inventory"/>
>  <meta name="Distribution" content="Global" />
> - <meta name="Author" content="Hotwax Media, Brainfood" />
>  <meta name="Robots" content="index,follow" />
> - <title>Apache OFBiz Nightly Build Information Provided by HotWax Media and Contegix</title>
> + <title>Apache OFBiz Nightly Build Information</title>
>  <link rel="shortcut icon" type="image/x-icon"  href="images/favicon.ico" />
>  <link rel="stylesheet" href="css/global.css" type="text/css" />
>  <script type="text/javascript" src="js/prototype.js"></script>
>
>
> Jacques Le Roux wrote:
>> Ha, it's .php files! I was not aware. OK that's why I did not find them. So I have access it's just under build.
>>
>> Jacques
>>
>> From: "Jacques Le Roux" <[hidden email]>
>>> Thanks Jacopo,
>>>
>>> Quite clear, I will handle it (if I have enough rights)
>>>
>>> Jacques
>>>
>>> From: "Jacopo Cappellato" <[hidden email]>
>>>> Hi Jacques,
>>>>
>>>> On May 4, 2012, at 5:22 AM, Jacques Le Roux wrote:
>>>>
>>>>> I wanted to update the snapshots page http://ci.apache.org/projects/ofbiz/snapshots/ regarding ant start instead of run for
>>>>> trunk. But I don't know where this page is located. It does not seems to be under website, does someone knows?
>>>>
>>>> I *think* that the source files are here:
>>>>
>>>> http://svn.apache.org/repos/asf/ofbiz/site/build/
>>>>
>>>>> Does we have a copy somewhere and it has been sent to infra? I see it's under http://ci.apache.org/projects/ofbiz/ (ie
>>>>> buildbot) Also I found these lines in the source, not sure they still fit...
>>>>>
>>>>> <meta name="Author" content="Hotwax Media, Brainfood" />
>>>>> <title>Apache OFBiz Nightly Build Information Provided by HotWax Media and Contegix</title>
>>>>
>>>> My vote would be to remove these lines.
>>>>
>>>> Jacopo
>>>>
>>>>>
>>>>> And the only link to it I found is at https://cwiki.apache.org/confluence/display/OFBIZ/Downloading
>>>>>
>>>>> Thanks
>>>>>
>>>>> Jacques
Reply | Threaded
Open this post in threaded view
|

Re: snapshots page

Pierre Smits
Jacques,

I care. But I can't help you there.

Regards,

Pierre

2012/5/11 Jacques Le Roux <[hidden email]>

> Nobody care?
>
>
> Jacques
>
> From: "Jacques Le Roux" <[hidden email]>
>
>> I have changed the files I have in my working copy (svn up to date). But
>> there is still something weird:
>>
>> At http://ci.apache.org/projects/**ofbiz/snapshots/<http://ci.apache.org/projects/ofbiz/snapshots/>
>> I read "Nightly 10.04 Builds"
>>
>> There is not such thing in my working copy
>>
>> So I wonder where those files are really
>>
>> Any ideas?
>>
>> Jacques
>> PS: patch
>> Index: branches.php
>> ==============================**==============================**=======
>> --- branches.php (revision 1336412)
>> +++ branches.php (working copy)
>> @@ -6,9 +6,8 @@
>>  <meta name="Description" content="The Apache Open For Business Project
>> is an open source enterprise automation software project licensed under the
>> Apache License Version 2.0. Being open source under the Apache 2.0 license
>> and driven by a community Apache OFBiz offers both flexibility by design
>> and by access to code, and a solution where you're not alone but rather can
>> work with many others to get things done." />
>>  <meta name="Keywords" content="Open Source ERP,Open Source CRM,Open
>> Source E-Commerce,Open Source eCommerce,Open Source POS,Open Source
>> SCM,Open Source MRP,Open Source CMMS,Open Source EAM,web
>> services,workflow,ebusiness,e-**business,ecommerce,e-commerce,**automation,enterprise
>> software,open source,entity engine,service engine,erp,crm,party,**
>> accounting,facility,supply,**chain,management,catalog,**order,project,task,work
>> effort,financial,ledger,**content management,customer,inventory"**/>
>>  <meta name="Distribution" content="Global" />
>> - <meta name="Author" content="Hotwax Media, Brainfood" />
>>  <meta name="Robots" content="index,follow" />
>> - <title>Apache OFBiz Nightly Build Information Provided by HotWax Media
>> and Contegix</title>
>> + <title>Apache OFBiz Nightly Build Information</title>
>>  <link rel="shortcut icon" type="image/x-icon"  href="images/favicon.ico"
>> />
>>  <link rel="stylesheet" href="css/global.css" type="text/css" />
>>  <script type="text/javascript" src="js/prototype.js"></**script>
>> Index: index.php
>> ==============================**==============================**=======
>> --- index.php (revision 1336412)
>> +++ index.php (working copy)
>> @@ -6,9 +6,8 @@
>>  <meta name="Description" content="The Apache Open For Business Project
>> is an open source enterprise automation software project licensed under the
>> Apache License Version 2.0. Being open source under the Apache 2.0 license
>> and driven by a community Apache OFBiz offers both flexibility by design
>> and by access to code, and a solution where you're not alone but rather can
>> work with many others to get things done." />
>>  <meta name="Keywords" content="Open Source ERP,Open Source CRM,Open
>> Source E-Commerce,Open Source eCommerce,Open Source POS,Open Source
>> SCM,Open Source MRP,Open Source CMMS,Open Source EAM,web
>> services,workflow,ebusiness,e-**business,ecommerce,e-commerce,**automation,enterprise
>> software,open source,entity engine,service engine,erp,crm,party,**
>> accounting,facility,supply,**chain,management,catalog,**order,project,task,work
>> effort,financial,ledger,**content management,customer,inventory"**/>
>>  <meta name="Distribution" content="Global" />
>> - <meta name="Author" content="Hotwax Media, Brainfood" />
>>  <meta name="Robots" content="index,follow" />
>> - <title>Apache OFBiz Nightly Build Information Provided by HotWax Media
>> and Contegix</title>
>> + <title>Apache OFBiz Nightly Build Information</title>
>>  <link rel="shortcut icon" type="image/x-icon"  href="images/favicon.ico"
>> />
>>  <link rel="stylesheet" href="css/global.css" type="text/css" />
>>  <script type="text/javascript" src="js/prototype.js"></**script>
>>
>>
>> Jacques Le Roux wrote:
>>
>>> Ha, it's .php files! I was not aware. OK that's why I did not find them.
>>> So I have access it's just under build.
>>>
>>> Jacques
>>>
>>> From: "Jacques Le Roux" <[hidden email]>
>>>
>>>> Thanks Jacopo,
>>>>
>>>> Quite clear, I will handle it (if I have enough rights)
>>>>
>>>> Jacques
>>>>
>>>> From: "Jacopo Cappellato" <jacopo.cappellato@**hotwaxmedia.com<[hidden email]>
>>>> >
>>>>
>>>>> Hi Jacques,
>>>>>
>>>>> On May 4, 2012, at 5:22 AM, Jacques Le Roux wrote:
>>>>>
>>>>>  I wanted to update the snapshots page http://ci.apache.org/projects/*
>>>>>> *ofbiz/snapshots/ <http://ci.apache.org/projects/ofbiz/snapshots/>regarding ant start instead of run for
>>>>>> trunk. But I don't know where this page is located. It does not seems
>>>>>> to be under website, does someone knows?
>>>>>>
>>>>>
>>>>> I *think* that the source files are here:
>>>>>
>>>>> http://svn.apache.org/repos/**asf/ofbiz/site/build/<http://svn.apache.org/repos/asf/ofbiz/site/build/>
>>>>>
>>>>>  Does we have a copy somewhere and it has been sent to infra? I see
>>>>>> it's under http://ci.apache.org/projects/**ofbiz/<http://ci.apache.org/projects/ofbiz/>(ie
>>>>>> buildbot) Also I found these lines in the source, not sure they still
>>>>>> fit...
>>>>>>
>>>>>> <meta name="Author" content="Hotwax Media, Brainfood" />
>>>>>> <title>Apache OFBiz Nightly Build Information Provided by HotWax
>>>>>> Media and Contegix</title>
>>>>>>
>>>>>
>>>>> My vote would be to remove these lines.
>>>>>
>>>>> Jacopo
>>>>>
>>>>>
>>>>>> And the only link to it I found is at https://cwiki.apache.org/**
>>>>>> confluence/display/OFBIZ/**Downloading<https://cwiki.apache.org/confluence/display/OFBIZ/Downloading>
>>>>>>
>>>>>> Thanks
>>>>>>
>>>>>> Jacques
>>>>>>
>>>>>
Reply | Threaded
Open this post in threaded view
|

Re: snapshots page

Jacques Le Roux
Administrator
Once more, how can be that the file in repository https://svn.apache.org/repos/asf/ofbiz/site/build/index.php is not the same than
the one rendered at http://ci.apache.org/projects/ofbiz/snapshots/ ?

Should I open an infra Jira?

The file in repository is
Copyright 2001-2008 The Apache Software Foundation - www.apache.org
the one rendered is
Copyright 2001-2009 The Apache Software Foundation - www.apache.org

So obviously someone updated it, but when and where?

Jacques

From: "Pierre Smits" <[hidden email]>

> Jacques,
>
> I care. But I can't help you there.
>
> Regards,
>
> Pierre
>
> 2012/5/11 Jacques Le Roux <[hidden email]>
>
>> Nobody care?
>>
>>
>> Jacques
>>
>> From: "Jacques Le Roux" <[hidden email]>
>>
>>> I have changed the files I have in my working copy (svn up to date). But
>>> there is still something weird:
>>>
>>> At http://ci.apache.org/projects/**ofbiz/snapshots/<http://ci.apache.org/projects/ofbiz/snapshots/>
>>> I read "Nightly 10.04 Builds"
>>>
>>> There is not such thing in my working copy
>>>
>>> So I wonder where those files are really
>>>
>>> Any ideas?
>>>
>>> Jacques
>>> PS: patch
>>> Index: branches.php
>>> ==============================**==============================**=======
>>> --- branches.php (revision 1336412)
>>> +++ branches.php (working copy)
>>> @@ -6,9 +6,8 @@
>>>  <meta name="Description" content="The Apache Open For Business Project
>>> is an open source enterprise automation software project licensed under the
>>> Apache License Version 2.0. Being open source under the Apache 2.0 license
>>> and driven by a community Apache OFBiz offers both flexibility by design
>>> and by access to code, and a solution where you're not alone but rather can
>>> work with many others to get things done." />
>>>  <meta name="Keywords" content="Open Source ERP,Open Source CRM,Open
>>> Source E-Commerce,Open Source eCommerce,Open Source POS,Open Source
>>> SCM,Open Source MRP,Open Source CMMS,Open Source EAM,web
>>> services,workflow,ebusiness,e-**business,ecommerce,e-commerce,**automation,enterprise
>>> software,open source,entity engine,service engine,erp,crm,party,**
>>> accounting,facility,supply,**chain,management,catalog,**order,project,task,work
>>> effort,financial,ledger,**content management,customer,inventory"**/>
>>>  <meta name="Distribution" content="Global" />
>>> - <meta name="Author" content="Hotwax Media, Brainfood" />
>>>  <meta name="Robots" content="index,follow" />
>>> - <title>Apache OFBiz Nightly Build Information Provided by HotWax Media
>>> and Contegix</title>
>>> + <title>Apache OFBiz Nightly Build Information</title>
>>>  <link rel="shortcut icon" type="image/x-icon"  href="images/favicon.ico"
>>> />
>>>  <link rel="stylesheet" href="css/global.css" type="text/css" />
>>>  <script type="text/javascript" src="js/prototype.js"></**script>
>>> Index: index.php
>>> ==============================**==============================**=======
>>> --- index.php (revision 1336412)
>>> +++ index.php (working copy)
>>> @@ -6,9 +6,8 @@
>>>  <meta name="Description" content="The Apache Open For Business Project
>>> is an open source enterprise automation software project licensed under the
>>> Apache License Version 2.0. Being open source under the Apache 2.0 license
>>> and driven by a community Apache OFBiz offers both flexibility by design
>>> and by access to code, and a solution where you're not alone but rather can
>>> work with many others to get things done." />
>>>  <meta name="Keywords" content="Open Source ERP,Open Source CRM,Open
>>> Source E-Commerce,Open Source eCommerce,Open Source POS,Open Source
>>> SCM,Open Source MRP,Open Source CMMS,Open Source EAM,web
>>> services,workflow,ebusiness,e-**business,ecommerce,e-commerce,**automation,enterprise
>>> software,open source,entity engine,service engine,erp,crm,party,**
>>> accounting,facility,supply,**chain,management,catalog,**order,project,task,work
>>> effort,financial,ledger,**content management,customer,inventory"**/>
>>>  <meta name="Distribution" content="Global" />
>>> - <meta name="Author" content="Hotwax Media, Brainfood" />
>>>  <meta name="Robots" content="index,follow" />
>>> - <title>Apache OFBiz Nightly Build Information Provided by HotWax Media
>>> and Contegix</title>
>>> + <title>Apache OFBiz Nightly Build Information</title>
>>>  <link rel="shortcut icon" type="image/x-icon"  href="images/favicon.ico"
>>> />
>>>  <link rel="stylesheet" href="css/global.css" type="text/css" />
>>>  <script type="text/javascript" src="js/prototype.js"></**script>
>>>
>>>
>>> Jacques Le Roux wrote:
>>>
>>>> Ha, it's .php files! I was not aware. OK that's why I did not find them.
>>>> So I have access it's just under build.
>>>>
>>>> Jacques
>>>>
>>>> From: "Jacques Le Roux" <[hidden email]>
>>>>
>>>>> Thanks Jacopo,
>>>>>
>>>>> Quite clear, I will handle it (if I have enough rights)
>>>>>
>>>>> Jacques
>>>>>
>>>>> From: "Jacopo Cappellato" <jacopo.cappellato@**hotwaxmedia.com<[hidden email]>
>>>>> >
>>>>>
>>>>>> Hi Jacques,
>>>>>>
>>>>>> On May 4, 2012, at 5:22 AM, Jacques Le Roux wrote:
>>>>>>
>>>>>>  I wanted to update the snapshots page http://ci.apache.org/projects/*
>>>>>>> *ofbiz/snapshots/ <http://ci.apache.org/projects/ofbiz/snapshots/>regarding ant start instead of run for
>>>>>>> trunk. But I don't know where this page is located. It does not seems
>>>>>>> to be under website, does someone knows?
>>>>>>>
>>>>>>
>>>>>> I *think* that the source files are here:
>>>>>>
>>>>>> http://svn.apache.org/repos/**asf/ofbiz/site/build/<http://svn.apache.org/repos/asf/ofbiz/site/build/>
>>>>>>
>>>>>>  Does we have a copy somewhere and it has been sent to infra? I see
>>>>>>> it's under http://ci.apache.org/projects/**ofbiz/<http://ci.apache.org/projects/ofbiz/>(ie
>>>>>>> buildbot) Also I found these lines in the source, not sure they still
>>>>>>> fit...
>>>>>>>
>>>>>>> <meta name="Author" content="Hotwax Media, Brainfood" />
>>>>>>> <title>Apache OFBiz Nightly Build Information Provided by HotWax
>>>>>>> Media and Contegix</title>
>>>>>>>
>>>>>>
>>>>>> My vote would be to remove these lines.
>>>>>>
>>>>>> Jacopo
>>>>>>
>>>>>>
>>>>>>> And the only link to it I found is at https://cwiki.apache.org/**
>>>>>>> confluence/display/OFBIZ/**Downloading<https://cwiki.apache.org/confluence/display/OFBIZ/Downloading>
>>>>>>>
>>>>>>> Thanks
>>>>>>>
>>>>>>> Jacques
>>>>>>>
>>>>>>
>
Reply | Threaded
Open this post in threaded view
|

Re: snapshots page

Jacques Le Roux
Administrator
In reply to this post by Jacques Le Roux
Also the snapshots page show a link "snapshots" which is not in the main page.

Found this at http://svn.apache.org/viewvc?view=revision&revision=1293792

+<!--
+jacopoc: publishing a link to download tarballs that are not official release may not be allowed by ASF: snapshots are fine but
should be known only to developers of the project

I guess it's related?

Sorry it seems I did not follow well those changes, can someone (Jacopo?) clarifies the situation please?

Thanks

Jacques
PS: I don't want to be a douche, just to understand ;o)

From: "Jacques Le Roux" <[hidden email]>

> Once more, how can be that the file in repository https://svn.apache.org/repos/asf/ofbiz/site/build/index.php is not the same than
> the one rendered at http://ci.apache.org/projects/ofbiz/snapshots/ ?
>
> Should I open an infra Jira?
>
> The file in repository is
> Copyright 2001-2008 The Apache Software Foundation - www.apache.org
> the one rendered is
> Copyright 2001-2009 The Apache Software Foundation - www.apache.org
>
> So obviously someone updated it, but when and where?
>
> Jacques
>
> From: "Pierre Smits" <[hidden email]>
>> Jacques,
>>
>> I care. But I can't help you there.
>>
>> Regards,
>>
>> Pierre
>>
>> 2012/5/11 Jacques Le Roux <[hidden email]>
>>
>>> Nobody care?
>>>
>>>
>>> Jacques
>>>
>>> From: "Jacques Le Roux" <[hidden email]>
>>>
>>>> I have changed the files I have in my working copy (svn up to date). But
>>>> there is still something weird:
>>>>
>>>> At http://ci.apache.org/projects/**ofbiz/snapshots/<http://ci.apache.org/projects/ofbiz/snapshots/>
>>>> I read "Nightly 10.04 Builds"
>>>>
>>>> There is not such thing in my working copy
>>>>
>>>> So I wonder where those files are really
>>>>
>>>> Any ideas?
>>>>
>>>> Jacques
>>>> PS: patch
>>>> Index: branches.php
>>>> ==============================**==============================**=======
>>>> --- branches.php (revision 1336412)
>>>> +++ branches.php (working copy)
>>>> @@ -6,9 +6,8 @@
>>>>  <meta name="Description" content="The Apache Open For Business Project
>>>> is an open source enterprise automation software project licensed under the
>>>> Apache License Version 2.0. Being open source under the Apache 2.0 license
>>>> and driven by a community Apache OFBiz offers both flexibility by design
>>>> and by access to code, and a solution where you're not alone but rather can
>>>> work with many others to get things done." />
>>>>  <meta name="Keywords" content="Open Source ERP,Open Source CRM,Open
>>>> Source E-Commerce,Open Source eCommerce,Open Source POS,Open Source
>>>> SCM,Open Source MRP,Open Source CMMS,Open Source EAM,web
>>>> services,workflow,ebusiness,e-**business,ecommerce,e-commerce,**automation,enterprise
>>>> software,open source,entity engine,service engine,erp,crm,party,**
>>>> accounting,facility,supply,**chain,management,catalog,**order,project,task,work
>>>> effort,financial,ledger,**content management,customer,inventory"**/>
>>>>  <meta name="Distribution" content="Global" />
>>>> - <meta name="Author" content="Hotwax Media, Brainfood" />
>>>>  <meta name="Robots" content="index,follow" />
>>>> - <title>Apache OFBiz Nightly Build Information Provided by HotWax Media
>>>> and Contegix</title>
>>>> + <title>Apache OFBiz Nightly Build Information</title>
>>>>  <link rel="shortcut icon" type="image/x-icon"  href="images/favicon.ico"
>>>> />
>>>>  <link rel="stylesheet" href="css/global.css" type="text/css" />
>>>>  <script type="text/javascript" src="js/prototype.js"></**script>
>>>> Index: index.php
>>>> ==============================**==============================**=======
>>>> --- index.php (revision 1336412)
>>>> +++ index.php (working copy)
>>>> @@ -6,9 +6,8 @@
>>>>  <meta name="Description" content="The Apache Open For Business Project
>>>> is an open source enterprise automation software project licensed under the
>>>> Apache License Version 2.0. Being open source under the Apache 2.0 license
>>>> and driven by a community Apache OFBiz offers both flexibility by design
>>>> and by access to code, and a solution where you're not alone but rather can
>>>> work with many others to get things done." />
>>>>  <meta name="Keywords" content="Open Source ERP,Open Source CRM,Open
>>>> Source E-Commerce,Open Source eCommerce,Open Source POS,Open Source
>>>> SCM,Open Source MRP,Open Source CMMS,Open Source EAM,web
>>>> services,workflow,ebusiness,e-**business,ecommerce,e-commerce,**automation,enterprise
>>>> software,open source,entity engine,service engine,erp,crm,party,**
>>>> accounting,facility,supply,**chain,management,catalog,**order,project,task,work
>>>> effort,financial,ledger,**content management,customer,inventory"**/>
>>>>  <meta name="Distribution" content="Global" />
>>>> - <meta name="Author" content="Hotwax Media, Brainfood" />
>>>>  <meta name="Robots" content="index,follow" />
>>>> - <title>Apache OFBiz Nightly Build Information Provided by HotWax Media
>>>> and Contegix</title>
>>>> + <title>Apache OFBiz Nightly Build Information</title>
>>>>  <link rel="shortcut icon" type="image/x-icon"  href="images/favicon.ico"
>>>> />
>>>>  <link rel="stylesheet" href="css/global.css" type="text/css" />
>>>>  <script type="text/javascript" src="js/prototype.js"></**script>
>>>>
>>>>
>>>> Jacques Le Roux wrote:
>>>>
>>>>> Ha, it's .php files! I was not aware. OK that's why I did not find them.
>>>>> So I have access it's just under build.
>>>>>
>>>>> Jacques
>>>>>
>>>>> From: "Jacques Le Roux" <[hidden email]>
>>>>>
>>>>>> Thanks Jacopo,
>>>>>>
>>>>>> Quite clear, I will handle it (if I have enough rights)
>>>>>>
>>>>>> Jacques
>>>>>>
>>>>>> From: "Jacopo Cappellato" <jacopo.cappellato@**hotwaxmedia.com<[hidden email]>
>>>>>> >
>>>>>>
>>>>>>> Hi Jacques,
>>>>>>>
>>>>>>> On May 4, 2012, at 5:22 AM, Jacques Le Roux wrote:
>>>>>>>
>>>>>>>  I wanted to update the snapshots page http://ci.apache.org/projects/*
>>>>>>>> *ofbiz/snapshots/ <http://ci.apache.org/projects/ofbiz/snapshots/>regarding ant start instead of run for
>>>>>>>> trunk. But I don't know where this page is located. It does not seems
>>>>>>>> to be under website, does someone knows?
>>>>>>>>
>>>>>>>
>>>>>>> I *think* that the source files are here:
>>>>>>>
>>>>>>> http://svn.apache.org/repos/**asf/ofbiz/site/build/<http://svn.apache.org/repos/asf/ofbiz/site/build/>
>>>>>>>
>>>>>>>  Does we have a copy somewhere and it has been sent to infra? I see
>>>>>>>> it's under http://ci.apache.org/projects/**ofbiz/<http://ci.apache.org/projects/ofbiz/>(ie
>>>>>>>> buildbot) Also I found these lines in the source, not sure they still
>>>>>>>> fit...
>>>>>>>>
>>>>>>>> <meta name="Author" content="Hotwax Media, Brainfood" />
>>>>>>>> <title>Apache OFBiz Nightly Build Information Provided by HotWax
>>>>>>>> Media and Contegix</title>
>>>>>>>>
>>>>>>>
>>>>>>> My vote would be to remove these lines.
>>>>>>>
>>>>>>> Jacopo
>>>>>>>
>>>>>>>
>>>>>>>> And the only link to it I found is at https://cwiki.apache.org/**
>>>>>>>> confluence/display/OFBIZ/**Downloading<https://cwiki.apache.org/confluence/display/OFBIZ/Downloading>
>>>>>>>>
>>>>>>>> Thanks
>>>>>>>>
>>>>>>>> Jacques
>>>>>>>>
>>>>>>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: snapshots page

Jacques Le Roux
Administrator
OK this has been added by ruppert at http://svn.apache.org/viewvc?view=revision&revision=889055

Maybe it's now handled by the infra team, hence no answers here. I will contact them, forget it ;o)

Jacques


From: "Jacques Le Roux" <[hidden email]>

> Also the snapshots page show a link "snapshots" which is not in the main page.
>
> Found this at http://svn.apache.org/viewvc?view=revision&revision=1293792
>
> +<!--
> +jacopoc: publishing a link to download tarballs that are not official release may not be allowed by ASF: snapshots are fine but
> should be known only to developers of the project
>
> I guess it's related?
>
> Sorry it seems I did not follow well those changes, can someone (Jacopo?) clarifies the situation please?
>
> Thanks
>
> Jacques
> PS: I don't want to be a douche, just to understand ;o)
>
> From: "Jacques Le Roux" <[hidden email]>
>> Once more, how can be that the file in repository https://svn.apache.org/repos/asf/ofbiz/site/build/index.php is not the same
>> than
>> the one rendered at http://ci.apache.org/projects/ofbiz/snapshots/ ?
>>
>> Should I open an infra Jira?
>>
>> The file in repository is
>> Copyright 2001-2008 The Apache Software Foundation - www.apache.org
>> the one rendered is
>> Copyright 2001-2009 The Apache Software Foundation - www.apache.org
>>
>> So obviously someone updated it, but when and where?
>>
>> Jacques
>>
>> From: "Pierre Smits" <[hidden email]>
>>> Jacques,
>>>
>>> I care. But I can't help you there.
>>>
>>> Regards,
>>>
>>> Pierre
>>>
>>> 2012/5/11 Jacques Le Roux <[hidden email]>
>>>
>>>> Nobody care?
>>>>
>>>>
>>>> Jacques
>>>>
>>>> From: "Jacques Le Roux" <[hidden email]>
>>>>
>>>>> I have changed the files I have in my working copy (svn up to date). But
>>>>> there is still something weird:
>>>>>
>>>>> At http://ci.apache.org/projects/**ofbiz/snapshots/<http://ci.apache.org/projects/ofbiz/snapshots/>
>>>>> I read "Nightly 10.04 Builds"
>>>>>
>>>>> There is not such thing in my working copy
>>>>>
>>>>> So I wonder where those files are really
>>>>>
>>>>> Any ideas?
>>>>>
>>>>> Jacques
>>>>> PS: patch
>>>>> Index: branches.php
>>>>> ==============================**==============================**=======
>>>>> --- branches.php (revision 1336412)
>>>>> +++ branches.php (working copy)
>>>>> @@ -6,9 +6,8 @@
>>>>>  <meta name="Description" content="The Apache Open For Business Project
>>>>> is an open source enterprise automation software project licensed under the
>>>>> Apache License Version 2.0. Being open source under the Apache 2.0 license
>>>>> and driven by a community Apache OFBiz offers both flexibility by design
>>>>> and by access to code, and a solution where you're not alone but rather can
>>>>> work with many others to get things done." />
>>>>>  <meta name="Keywords" content="Open Source ERP,Open Source CRM,Open
>>>>> Source E-Commerce,Open Source eCommerce,Open Source POS,Open Source
>>>>> SCM,Open Source MRP,Open Source CMMS,Open Source EAM,web
>>>>> services,workflow,ebusiness,e-**business,ecommerce,e-commerce,**automation,enterprise
>>>>> software,open source,entity engine,service engine,erp,crm,party,**
>>>>> accounting,facility,supply,**chain,management,catalog,**order,project,task,work
>>>>> effort,financial,ledger,**content management,customer,inventory"**/>
>>>>>  <meta name="Distribution" content="Global" />
>>>>> - <meta name="Author" content="Hotwax Media, Brainfood" />
>>>>>  <meta name="Robots" content="index,follow" />
>>>>> - <title>Apache OFBiz Nightly Build Information Provided by HotWax Media
>>>>> and Contegix</title>
>>>>> + <title>Apache OFBiz Nightly Build Information</title>
>>>>>  <link rel="shortcut icon" type="image/x-icon"  href="images/favicon.ico"
>>>>> />
>>>>>  <link rel="stylesheet" href="css/global.css" type="text/css" />
>>>>>  <script type="text/javascript" src="js/prototype.js"></**script>
>>>>> Index: index.php
>>>>> ==============================**==============================**=======
>>>>> --- index.php (revision 1336412)
>>>>> +++ index.php (working copy)
>>>>> @@ -6,9 +6,8 @@
>>>>>  <meta name="Description" content="The Apache Open For Business Project
>>>>> is an open source enterprise automation software project licensed under the
>>>>> Apache License Version 2.0. Being open source under the Apache 2.0 license
>>>>> and driven by a community Apache OFBiz offers both flexibility by design
>>>>> and by access to code, and a solution where you're not alone but rather can
>>>>> work with many others to get things done." />
>>>>>  <meta name="Keywords" content="Open Source ERP,Open Source CRM,Open
>>>>> Source E-Commerce,Open Source eCommerce,Open Source POS,Open Source
>>>>> SCM,Open Source MRP,Open Source CMMS,Open Source EAM,web
>>>>> services,workflow,ebusiness,e-**business,ecommerce,e-commerce,**automation,enterprise
>>>>> software,open source,entity engine,service engine,erp,crm,party,**
>>>>> accounting,facility,supply,**chain,management,catalog,**order,project,task,work
>>>>> effort,financial,ledger,**content management,customer,inventory"**/>
>>>>>  <meta name="Distribution" content="Global" />
>>>>> - <meta name="Author" content="Hotwax Media, Brainfood" />
>>>>>  <meta name="Robots" content="index,follow" />
>>>>> - <title>Apache OFBiz Nightly Build Information Provided by HotWax Media
>>>>> and Contegix</title>
>>>>> + <title>Apache OFBiz Nightly Build Information</title>
>>>>>  <link rel="shortcut icon" type="image/x-icon"  href="images/favicon.ico"
>>>>> />
>>>>>  <link rel="stylesheet" href="css/global.css" type="text/css" />
>>>>>  <script type="text/javascript" src="js/prototype.js"></**script>
>>>>>
>>>>>
>>>>> Jacques Le Roux wrote:
>>>>>
>>>>>> Ha, it's .php files! I was not aware. OK that's why I did not find them.
>>>>>> So I have access it's just under build.
>>>>>>
>>>>>> Jacques
>>>>>>
>>>>>> From: "Jacques Le Roux" <[hidden email]>
>>>>>>
>>>>>>> Thanks Jacopo,
>>>>>>>
>>>>>>> Quite clear, I will handle it (if I have enough rights)
>>>>>>>
>>>>>>> Jacques
>>>>>>>
>>>>>>> From: "Jacopo Cappellato" <jacopo.cappellato@**hotwaxmedia.com<[hidden email]>
>>>>>>> >
>>>>>>>
>>>>>>>> Hi Jacques,
>>>>>>>>
>>>>>>>> On May 4, 2012, at 5:22 AM, Jacques Le Roux wrote:
>>>>>>>>
>>>>>>>>  I wanted to update the snapshots page http://ci.apache.org/projects/*
>>>>>>>>> *ofbiz/snapshots/ <http://ci.apache.org/projects/ofbiz/snapshots/>regarding ant start instead of run for
>>>>>>>>> trunk. But I don't know where this page is located. It does not seems
>>>>>>>>> to be under website, does someone knows?
>>>>>>>>>
>>>>>>>>
>>>>>>>> I *think* that the source files are here:
>>>>>>>>
>>>>>>>> http://svn.apache.org/repos/**asf/ofbiz/site/build/<http://svn.apache.org/repos/asf/ofbiz/site/build/>
>>>>>>>>
>>>>>>>>  Does we have a copy somewhere and it has been sent to infra? I see
>>>>>>>>> it's under http://ci.apache.org/projects/**ofbiz/<http://ci.apache.org/projects/ofbiz/>(ie
>>>>>>>>> buildbot) Also I found these lines in the source, not sure they still
>>>>>>>>> fit...
>>>>>>>>>
>>>>>>>>> <meta name="Author" content="Hotwax Media, Brainfood" />
>>>>>>>>> <title>Apache OFBiz Nightly Build Information Provided by HotWax
>>>>>>>>> Media and Contegix</title>
>>>>>>>>>
>>>>>>>>
>>>>>>>> My vote would be to remove these lines.
>>>>>>>>
>>>>>>>> Jacopo
>>>>>>>>
>>>>>>>>
>>>>>>>>> And the only link to it I found is at https://cwiki.apache.org/**
>>>>>>>>> confluence/display/OFBIZ/**Downloading<https://cwiki.apache.org/confluence/display/OFBIZ/Downloading>
>>>>>>>>>
>>>>>>>>> Thanks
>>>>>>>>>
>>>>>>>>> Jacques
>>>>>>>>>
>>>>>>>>
>>>
>>
Reply | Threaded
Open this post in threaded view
|

Re: snapshots page

Jacques Le Roux
Administrator
Complete if you have some information https://issues.apache.org/jira/browse/INFRA-4785

Jacques

From: "Jacques Le Roux" <[hidden email]>

> OK this has been added by ruppert at http://svn.apache.org/viewvc?view=revision&revision=889055
>
> Maybe it's now handled by the infra team, hence no answers here. I will contact them, forget it ;o)
>
> Jacques
>
>
> From: "Jacques Le Roux" <[hidden email]>
>> Also the snapshots page show a link "snapshots" which is not in the main page.
>>
>> Found this at http://svn.apache.org/viewvc?view=revision&revision=1293792
>>
>> +<!--
>> +jacopoc: publishing a link to download tarballs that are not official release may not be allowed by ASF: snapshots are fine but
>> should be known only to developers of the project
>>
>> I guess it's related?
>>
>> Sorry it seems I did not follow well those changes, can someone (Jacopo?) clarifies the situation please?
>>
>> Thanks
>>
>> Jacques
>> PS: I don't want to be a douche, just to understand ;o)
>>
>> From: "Jacques Le Roux" <[hidden email]>
>>> Once more, how can be that the file in repository https://svn.apache.org/repos/asf/ofbiz/site/build/index.php is not the same
>>> than
>>> the one rendered at http://ci.apache.org/projects/ofbiz/snapshots/ ?
>>>
>>> Should I open an infra Jira?
>>>
>>> The file in repository is
>>> Copyright 2001-2008 The Apache Software Foundation - www.apache.org
>>> the one rendered is
>>> Copyright 2001-2009 The Apache Software Foundation - www.apache.org
>>>
>>> So obviously someone updated it, but when and where?
>>>
>>> Jacques
>>>
>>> From: "Pierre Smits" <[hidden email]>
>>>> Jacques,
>>>>
>>>> I care. But I can't help you there.
>>>>
>>>> Regards,
>>>>
>>>> Pierre
>>>>
>>>> 2012/5/11 Jacques Le Roux <[hidden email]>
>>>>
>>>>> Nobody care?
>>>>>
>>>>>
>>>>> Jacques
>>>>>
>>>>> From: "Jacques Le Roux" <[hidden email]>
>>>>>
>>>>>> I have changed the files I have in my working copy (svn up to date). But
>>>>>> there is still something weird:
>>>>>>
>>>>>> At http://ci.apache.org/projects/**ofbiz/snapshots/<http://ci.apache.org/projects/ofbiz/snapshots/>
>>>>>> I read "Nightly 10.04 Builds"
>>>>>>
>>>>>> There is not such thing in my working copy
>>>>>>
>>>>>> So I wonder where those files are really
>>>>>>
>>>>>> Any ideas?
>>>>>>
>>>>>> Jacques
>>>>>> PS: patch
>>>>>> Index: branches.php
>>>>>> ==============================**==============================**=======
>>>>>> --- branches.php (revision 1336412)
>>>>>> +++ branches.php (working copy)
>>>>>> @@ -6,9 +6,8 @@
>>>>>>  <meta name="Description" content="The Apache Open For Business Project
>>>>>> is an open source enterprise automation software project licensed under the
>>>>>> Apache License Version 2.0. Being open source under the Apache 2.0 license
>>>>>> and driven by a community Apache OFBiz offers both flexibility by design
>>>>>> and by access to code, and a solution where you're not alone but rather can
>>>>>> work with many others to get things done." />
>>>>>>  <meta name="Keywords" content="Open Source ERP,Open Source CRM,Open
>>>>>> Source E-Commerce,Open Source eCommerce,Open Source POS,Open Source
>>>>>> SCM,Open Source MRP,Open Source CMMS,Open Source EAM,web
>>>>>> services,workflow,ebusiness,e-**business,ecommerce,e-commerce,**automation,enterprise
>>>>>> software,open source,entity engine,service engine,erp,crm,party,**
>>>>>> accounting,facility,supply,**chain,management,catalog,**order,project,task,work
>>>>>> effort,financial,ledger,**content management,customer,inventory"**/>
>>>>>>  <meta name="Distribution" content="Global" />
>>>>>> - <meta name="Author" content="Hotwax Media, Brainfood" />
>>>>>>  <meta name="Robots" content="index,follow" />
>>>>>> - <title>Apache OFBiz Nightly Build Information Provided by HotWax Media
>>>>>> and Contegix</title>
>>>>>> + <title>Apache OFBiz Nightly Build Information</title>
>>>>>>  <link rel="shortcut icon" type="image/x-icon"  href="images/favicon.ico"
>>>>>> />
>>>>>>  <link rel="stylesheet" href="css/global.css" type="text/css" />
>>>>>>  <script type="text/javascript" src="js/prototype.js"></**script>
>>>>>> Index: index.php
>>>>>> ==============================**==============================**=======
>>>>>> --- index.php (revision 1336412)
>>>>>> +++ index.php (working copy)
>>>>>> @@ -6,9 +6,8 @@
>>>>>>  <meta name="Description" content="The Apache Open For Business Project
>>>>>> is an open source enterprise automation software project licensed under the
>>>>>> Apache License Version 2.0. Being open source under the Apache 2.0 license
>>>>>> and driven by a community Apache OFBiz offers both flexibility by design
>>>>>> and by access to code, and a solution where you're not alone but rather can
>>>>>> work with many others to get things done." />
>>>>>>  <meta name="Keywords" content="Open Source ERP,Open Source CRM,Open
>>>>>> Source E-Commerce,Open Source eCommerce,Open Source POS,Open Source
>>>>>> SCM,Open Source MRP,Open Source CMMS,Open Source EAM,web
>>>>>> services,workflow,ebusiness,e-**business,ecommerce,e-commerce,**automation,enterprise
>>>>>> software,open source,entity engine,service engine,erp,crm,party,**
>>>>>> accounting,facility,supply,**chain,management,catalog,**order,project,task,work
>>>>>> effort,financial,ledger,**content management,customer,inventory"**/>
>>>>>>  <meta name="Distribution" content="Global" />
>>>>>> - <meta name="Author" content="Hotwax Media, Brainfood" />
>>>>>>  <meta name="Robots" content="index,follow" />
>>>>>> - <title>Apache OFBiz Nightly Build Information Provided by HotWax Media
>>>>>> and Contegix</title>
>>>>>> + <title>Apache OFBiz Nightly Build Information</title>
>>>>>>  <link rel="shortcut icon" type="image/x-icon"  href="images/favicon.ico"
>>>>>> />
>>>>>>  <link rel="stylesheet" href="css/global.css" type="text/css" />
>>>>>>  <script type="text/javascript" src="js/prototype.js"></**script>
>>>>>>
>>>>>>
>>>>>> Jacques Le Roux wrote:
>>>>>>
>>>>>>> Ha, it's .php files! I was not aware. OK that's why I did not find them.
>>>>>>> So I have access it's just under build.
>>>>>>>
>>>>>>> Jacques
>>>>>>>
>>>>>>> From: "Jacques Le Roux" <[hidden email]>
>>>>>>>
>>>>>>>> Thanks Jacopo,
>>>>>>>>
>>>>>>>> Quite clear, I will handle it (if I have enough rights)
>>>>>>>>
>>>>>>>> Jacques
>>>>>>>>
>>>>>>>> From: "Jacopo Cappellato" <jacopo.cappellato@**hotwaxmedia.com<[hidden email]>
>>>>>>>> >
>>>>>>>>
>>>>>>>>> Hi Jacques,
>>>>>>>>>
>>>>>>>>> On May 4, 2012, at 5:22 AM, Jacques Le Roux wrote:
>>>>>>>>>
>>>>>>>>>  I wanted to update the snapshots page http://ci.apache.org/projects/*
>>>>>>>>>> *ofbiz/snapshots/ <http://ci.apache.org/projects/ofbiz/snapshots/>regarding ant start instead of run for
>>>>>>>>>> trunk. But I don't know where this page is located. It does not seems
>>>>>>>>>> to be under website, does someone knows?
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> I *think* that the source files are here:
>>>>>>>>>
>>>>>>>>> http://svn.apache.org/repos/**asf/ofbiz/site/build/<http://svn.apache.org/repos/asf/ofbiz/site/build/>
>>>>>>>>>
>>>>>>>>>  Does we have a copy somewhere and it has been sent to infra? I see
>>>>>>>>>> it's under http://ci.apache.org/projects/**ofbiz/<http://ci.apache.org/projects/ofbiz/>(ie
>>>>>>>>>> buildbot) Also I found these lines in the source, not sure they still
>>>>>>>>>> fit...
>>>>>>>>>>
>>>>>>>>>> <meta name="Author" content="Hotwax Media, Brainfood" />
>>>>>>>>>> <title>Apache OFBiz Nightly Build Information Provided by HotWax
>>>>>>>>>> Media and Contegix</title>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> My vote would be to remove these lines.
>>>>>>>>>
>>>>>>>>> Jacopo
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>> And the only link to it I found is at https://cwiki.apache.org/**
>>>>>>>>>> confluence/display/OFBIZ/**Downloading<https://cwiki.apache.org/confluence/display/OFBIZ/Downloading>
>>>>>>>>>>
>>>>>>>>>> Thanks
>>>>>>>>>>
>>>>>>>>>> Jacques
>>>>>>>>>>
>>>>>>>>>
>>>>
>>>
Reply | Threaded
Open this post in threaded view
|

Re: snapshots page

Jacques Le Roux
Administrator
Gavin did it. This is now handled at the builbot level. I mean it was updated there, not in the repo.

Should we not remove the original files we have in the repository? It's mostly confusing now.

I mean those under https://svn.apache.org/repos/asf/ofbiz/site/build/

Jacques

From: "Jacques Le Roux" <[hidden email]>

> Complete if you have some information https://issues.apache.org/jira/browse/INFRA-4785
>
> Jacques
>
> From: "Jacques Le Roux" <[hidden email]>
>> OK this has been added by ruppert at http://svn.apache.org/viewvc?view=revision&revision=889055
>>
>> Maybe it's now handled by the infra team, hence no answers here. I will contact them, forget it ;o)
>>
>> Jacques
>>
>>
>> From: "Jacques Le Roux" <[hidden email]>
>>> Also the snapshots page show a link "snapshots" which is not in the main page.
>>>
>>> Found this at http://svn.apache.org/viewvc?view=revision&revision=1293792
>>>
>>> +<!--
>>> +jacopoc: publishing a link to download tarballs that are not official release may not be allowed by ASF: snapshots are fine but
>>> should be known only to developers of the project
>>>
>>> I guess it's related?
>>>
>>> Sorry it seems I did not follow well those changes, can someone (Jacopo?) clarifies the situation please?
>>>
>>> Thanks
>>>
>>> Jacques
>>> PS: I don't want to be a douche, just to understand ;o)
>>>
>>> From: "Jacques Le Roux" <[hidden email]>
>>>> Once more, how can be that the file in repository https://svn.apache.org/repos/asf/ofbiz/site/build/index.php is not the same
>>>> than
>>>> the one rendered at http://ci.apache.org/projects/ofbiz/snapshots/ ?
>>>>
>>>> Should I open an infra Jira?
>>>>
>>>> The file in repository is
>>>> Copyright 2001-2008 The Apache Software Foundation - www.apache.org
>>>> the one rendered is
>>>> Copyright 2001-2009 The Apache Software Foundation - www.apache.org
>>>>
>>>> So obviously someone updated it, but when and where?
>>>>
>>>> Jacques
>>>>
>>>> From: "Pierre Smits" <[hidden email]>
>>>>> Jacques,
>>>>>
>>>>> I care. But I can't help you there.
>>>>>
>>>>> Regards,
>>>>>
>>>>> Pierre
>>>>>
>>>>> 2012/5/11 Jacques Le Roux <[hidden email]>
>>>>>
>>>>>> Nobody care?
>>>>>>
>>>>>>
>>>>>> Jacques
>>>>>>
>>>>>> From: "Jacques Le Roux" <[hidden email]>
>>>>>>
>>>>>>> I have changed the files I have in my working copy (svn up to date). But
>>>>>>> there is still something weird:
>>>>>>>
>>>>>>> At http://ci.apache.org/projects/**ofbiz/snapshots/<http://ci.apache.org/projects/ofbiz/snapshots/>
>>>>>>> I read "Nightly 10.04 Builds"
>>>>>>>
>>>>>>> There is not such thing in my working copy
>>>>>>>
>>>>>>> So I wonder where those files are really
>>>>>>>
>>>>>>> Any ideas?
>>>>>>>
>>>>>>> Jacques
>>>>>>> PS: patch
>>>>>>> Index: branches.php
>>>>>>> ==============================**==============================**=======
>>>>>>> --- branches.php (revision 1336412)
>>>>>>> +++ branches.php (working copy)
>>>>>>> @@ -6,9 +6,8 @@
>>>>>>>  <meta name="Description" content="The Apache Open For Business Project
>>>>>>> is an open source enterprise automation software project licensed under the
>>>>>>> Apache License Version 2.0. Being open source under the Apache 2.0 license
>>>>>>> and driven by a community Apache OFBiz offers both flexibility by design
>>>>>>> and by access to code, and a solution where you're not alone but rather can
>>>>>>> work with many others to get things done." />
>>>>>>>  <meta name="Keywords" content="Open Source ERP,Open Source CRM,Open
>>>>>>> Source E-Commerce,Open Source eCommerce,Open Source POS,Open Source
>>>>>>> SCM,Open Source MRP,Open Source CMMS,Open Source EAM,web
>>>>>>> services,workflow,ebusiness,e-**business,ecommerce,e-commerce,**automation,enterprise
>>>>>>> software,open source,entity engine,service engine,erp,crm,party,**
>>>>>>> accounting,facility,supply,**chain,management,catalog,**order,project,task,work
>>>>>>> effort,financial,ledger,**content management,customer,inventory"**/>
>>>>>>>  <meta name="Distribution" content="Global" />
>>>>>>> - <meta name="Author" content="Hotwax Media, Brainfood" />
>>>>>>>  <meta name="Robots" content="index,follow" />
>>>>>>> - <title>Apache OFBiz Nightly Build Information Provided by HotWax Media
>>>>>>> and Contegix</title>
>>>>>>> + <title>Apache OFBiz Nightly Build Information</title>
>>>>>>>  <link rel="shortcut icon" type="image/x-icon"  href="images/favicon.ico"
>>>>>>> />
>>>>>>>  <link rel="stylesheet" href="css/global.css" type="text/css" />
>>>>>>>  <script type="text/javascript" src="js/prototype.js"></**script>
>>>>>>> Index: index.php
>>>>>>> ==============================**==============================**=======
>>>>>>> --- index.php (revision 1336412)
>>>>>>> +++ index.php (working copy)
>>>>>>> @@ -6,9 +6,8 @@
>>>>>>>  <meta name="Description" content="The Apache Open For Business Project
>>>>>>> is an open source enterprise automation software project licensed under the
>>>>>>> Apache License Version 2.0. Being open source under the Apache 2.0 license
>>>>>>> and driven by a community Apache OFBiz offers both flexibility by design
>>>>>>> and by access to code, and a solution where you're not alone but rather can
>>>>>>> work with many others to get things done." />
>>>>>>>  <meta name="Keywords" content="Open Source ERP,Open Source CRM,Open
>>>>>>> Source E-Commerce,Open Source eCommerce,Open Source POS,Open Source
>>>>>>> SCM,Open Source MRP,Open Source CMMS,Open Source EAM,web
>>>>>>> services,workflow,ebusiness,e-**business,ecommerce,e-commerce,**automation,enterprise
>>>>>>> software,open source,entity engine,service engine,erp,crm,party,**
>>>>>>> accounting,facility,supply,**chain,management,catalog,**order,project,task,work
>>>>>>> effort,financial,ledger,**content management,customer,inventory"**/>
>>>>>>>  <meta name="Distribution" content="Global" />
>>>>>>> - <meta name="Author" content="Hotwax Media, Brainfood" />
>>>>>>>  <meta name="Robots" content="index,follow" />
>>>>>>> - <title>Apache OFBiz Nightly Build Information Provided by HotWax Media
>>>>>>> and Contegix</title>
>>>>>>> + <title>Apache OFBiz Nightly Build Information</title>
>>>>>>>  <link rel="shortcut icon" type="image/x-icon"  href="images/favicon.ico"
>>>>>>> />
>>>>>>>  <link rel="stylesheet" href="css/global.css" type="text/css" />
>>>>>>>  <script type="text/javascript" src="js/prototype.js"></**script>
>>>>>>>
>>>>>>>
>>>>>>> Jacques Le Roux wrote:
>>>>>>>
>>>>>>>> Ha, it's .php files! I was not aware. OK that's why I did not find them.
>>>>>>>> So I have access it's just under build.
>>>>>>>>
>>>>>>>> Jacques
>>>>>>>>
>>>>>>>> From: "Jacques Le Roux" <[hidden email]>
>>>>>>>>
>>>>>>>>> Thanks Jacopo,
>>>>>>>>>
>>>>>>>>> Quite clear, I will handle it (if I have enough rights)
>>>>>>>>>
>>>>>>>>> Jacques
>>>>>>>>>
>>>>>>>>> From: "Jacopo Cappellato" <jacopo.cappellato@**hotwaxmedia.com<[hidden email]>
>>>>>>>>> >
>>>>>>>>>
>>>>>>>>>> Hi Jacques,
>>>>>>>>>>
>>>>>>>>>> On May 4, 2012, at 5:22 AM, Jacques Le Roux wrote:
>>>>>>>>>>
>>>>>>>>>>  I wanted to update the snapshots page http://ci.apache.org/projects/*
>>>>>>>>>>> *ofbiz/snapshots/ <http://ci.apache.org/projects/ofbiz/snapshots/>regarding ant start instead of run for
>>>>>>>>>>> trunk. But I don't know where this page is located. It does not seems
>>>>>>>>>>> to be under website, does someone knows?
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> I *think* that the source files are here:
>>>>>>>>>>
>>>>>>>>>> http://svn.apache.org/repos/**asf/ofbiz/site/build/<http://svn.apache.org/repos/asf/ofbiz/site/build/>
>>>>>>>>>>
>>>>>>>>>>  Does we have a copy somewhere and it has been sent to infra? I see
>>>>>>>>>>> it's under http://ci.apache.org/projects/**ofbiz/<http://ci.apache.org/projects/ofbiz/>(ie
>>>>>>>>>>> buildbot) Also I found these lines in the source, not sure they still
>>>>>>>>>>> fit...
>>>>>>>>>>>
>>>>>>>>>>> <meta name="Author" content="Hotwax Media, Brainfood" />
>>>>>>>>>>> <title>Apache OFBiz Nightly Build Information Provided by HotWax
>>>>>>>>>>> Media and Contegix</title>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> My vote would be to remove these lines.
>>>>>>>>>>
>>>>>>>>>> Jacopo
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>> And the only link to it I found is at https://cwiki.apache.org/**
>>>>>>>>>>> confluence/display/OFBIZ/**Downloading<https://cwiki.apache.org/confluence/display/OFBIZ/Downloading>
>>>>>>>>>>>
>>>>>>>>>>> Thanks
>>>>>>>>>>>
>>>>>>>>>>> Jacques
>>>>>>>>>>>
>>>>>>>>>>
>>>>>
>>>>
Reply | Threaded
Open this post in threaded view
|

Re: snapshots page

Jacques Le Roux
Administrator
Removed at r1338796

Jacques

From: "Jacques Le Roux" <[hidden email]>

> Gavin did it. This is now handled at the builbot level. I mean it was updated there, not in the repo.
>
> Should we not remove the original files we have in the repository? It's mostly confusing now.
>
> I mean those under https://svn.apache.org/repos/asf/ofbiz/site/build/
>
> Jacques
>
> From: "Jacques Le Roux" <[hidden email]>
>> Complete if you have some information https://issues.apache.org/jira/browse/INFRA-4785
>>
>> Jacques
>>
>> From: "Jacques Le Roux" <[hidden email]>
>>> OK this has been added by ruppert at http://svn.apache.org/viewvc?view=revision&revision=889055
>>>
>>> Maybe it's now handled by the infra team, hence no answers here. I will contact them, forget it ;o)
>>>
>>> Jacques
>>>
>>>
>>> From: "Jacques Le Roux" <[hidden email]>
>>>> Also the snapshots page show a link "snapshots" which is not in the main page.
>>>>
>>>> Found this at http://svn.apache.org/viewvc?view=revision&revision=1293792
>>>>
>>>> +<!--
>>>> +jacopoc: publishing a link to download tarballs that are not official release may not be allowed by ASF: snapshots are fine
>>>> but
>>>> should be known only to developers of the project
>>>>
>>>> I guess it's related?
>>>>
>>>> Sorry it seems I did not follow well those changes, can someone (Jacopo?) clarifies the situation please?
>>>>
>>>> Thanks
>>>>
>>>> Jacques
>>>> PS: I don't want to be a douche, just to understand ;o)
>>>>
>>>> From: "Jacques Le Roux" <[hidden email]>
>>>>> Once more, how can be that the file in repository https://svn.apache.org/repos/asf/ofbiz/site/build/index.php is not the same
>>>>> than
>>>>> the one rendered at http://ci.apache.org/projects/ofbiz/snapshots/ ?
>>>>>
>>>>> Should I open an infra Jira?
>>>>>
>>>>> The file in repository is
>>>>> Copyright 2001-2008 The Apache Software Foundation - www.apache.org
>>>>> the one rendered is
>>>>> Copyright 2001-2009 The Apache Software Foundation - www.apache.org
>>>>>
>>>>> So obviously someone updated it, but when and where?
>>>>>
>>>>> Jacques
>>>>>
>>>>> From: "Pierre Smits" <[hidden email]>
>>>>>> Jacques,
>>>>>>
>>>>>> I care. But I can't help you there.
>>>>>>
>>>>>> Regards,
>>>>>>
>>>>>> Pierre
>>>>>>
>>>>>> 2012/5/11 Jacques Le Roux <[hidden email]>
>>>>>>
>>>>>>> Nobody care?
>>>>>>>
>>>>>>>
>>>>>>> Jacques
>>>>>>>
>>>>>>> From: "Jacques Le Roux" <[hidden email]>
>>>>>>>
>>>>>>>> I have changed the files I have in my working copy (svn up to date). But
>>>>>>>> there is still something weird:
>>>>>>>>
>>>>>>>> At http://ci.apache.org/projects/**ofbiz/snapshots/<http://ci.apache.org/projects/ofbiz/snapshots/>
>>>>>>>> I read "Nightly 10.04 Builds"
>>>>>>>>
>>>>>>>> There is not such thing in my working copy
>>>>>>>>
>>>>>>>> So I wonder where those files are really
>>>>>>>>
>>>>>>>> Any ideas?
>>>>>>>>
>>>>>>>> Jacques
>>>>>>>> PS: patch
>>>>>>>> Index: branches.php
>>>>>>>> ==============================**==============================**=======
>>>>>>>> --- branches.php (revision 1336412)
>>>>>>>> +++ branches.php (working copy)
>>>>>>>> @@ -6,9 +6,8 @@
>>>>>>>>  <meta name="Description" content="The Apache Open For Business Project
>>>>>>>> is an open source enterprise automation software project licensed under the
>>>>>>>> Apache License Version 2.0. Being open source under the Apache 2.0 license
>>>>>>>> and driven by a community Apache OFBiz offers both flexibility by design
>>>>>>>> and by access to code, and a solution where you're not alone but rather can
>>>>>>>> work with many others to get things done." />
>>>>>>>>  <meta name="Keywords" content="Open Source ERP,Open Source CRM,Open
>>>>>>>> Source E-Commerce,Open Source eCommerce,Open Source POS,Open Source
>>>>>>>> SCM,Open Source MRP,Open Source CMMS,Open Source EAM,web
>>>>>>>> services,workflow,ebusiness,e-**business,ecommerce,e-commerce,**automation,enterprise
>>>>>>>> software,open source,entity engine,service engine,erp,crm,party,**
>>>>>>>> accounting,facility,supply,**chain,management,catalog,**order,project,task,work
>>>>>>>> effort,financial,ledger,**content management,customer,inventory"**/>
>>>>>>>>  <meta name="Distribution" content="Global" />
>>>>>>>> - <meta name="Author" content="Hotwax Media, Brainfood" />
>>>>>>>>  <meta name="Robots" content="index,follow" />
>>>>>>>> - <title>Apache OFBiz Nightly Build Information Provided by HotWax Media
>>>>>>>> and Contegix</title>
>>>>>>>> + <title>Apache OFBiz Nightly Build Information</title>
>>>>>>>>  <link rel="shortcut icon" type="image/x-icon"  href="images/favicon.ico"
>>>>>>>> />
>>>>>>>>  <link rel="stylesheet" href="css/global.css" type="text/css" />
>>>>>>>>  <script type="text/javascript" src="js/prototype.js"></**script>
>>>>>>>> Index: index.php
>>>>>>>> ==============================**==============================**=======
>>>>>>>> --- index.php (revision 1336412)
>>>>>>>> +++ index.php (working copy)
>>>>>>>> @@ -6,9 +6,8 @@
>>>>>>>>  <meta name="Description" content="The Apache Open For Business Project
>>>>>>>> is an open source enterprise automation software project licensed under the
>>>>>>>> Apache License Version 2.0. Being open source under the Apache 2.0 license
>>>>>>>> and driven by a community Apache OFBiz offers both flexibility by design
>>>>>>>> and by access to code, and a solution where you're not alone but rather can
>>>>>>>> work with many others to get things done." />
>>>>>>>>  <meta name="Keywords" content="Open Source ERP,Open Source CRM,Open
>>>>>>>> Source E-Commerce,Open Source eCommerce,Open Source POS,Open Source
>>>>>>>> SCM,Open Source MRP,Open Source CMMS,Open Source EAM,web
>>>>>>>> services,workflow,ebusiness,e-**business,ecommerce,e-commerce,**automation,enterprise
>>>>>>>> software,open source,entity engine,service engine,erp,crm,party,**
>>>>>>>> accounting,facility,supply,**chain,management,catalog,**order,project,task,work
>>>>>>>> effort,financial,ledger,**content management,customer,inventory"**/>
>>>>>>>>  <meta name="Distribution" content="Global" />
>>>>>>>> - <meta name="Author" content="Hotwax Media, Brainfood" />
>>>>>>>>  <meta name="Robots" content="index,follow" />
>>>>>>>> - <title>Apache OFBiz Nightly Build Information Provided by HotWax Media
>>>>>>>> and Contegix</title>
>>>>>>>> + <title>Apache OFBiz Nightly Build Information</title>
>>>>>>>>  <link rel="shortcut icon" type="image/x-icon"  href="images/favicon.ico"
>>>>>>>> />
>>>>>>>>  <link rel="stylesheet" href="css/global.css" type="text/css" />
>>>>>>>>  <script type="text/javascript" src="js/prototype.js"></**script>
>>>>>>>>
>>>>>>>>
>>>>>>>> Jacques Le Roux wrote:
>>>>>>>>
>>>>>>>>> Ha, it's .php files! I was not aware. OK that's why I did not find them.
>>>>>>>>> So I have access it's just under build.
>>>>>>>>>
>>>>>>>>> Jacques
>>>>>>>>>
>>>>>>>>> From: "Jacques Le Roux" <[hidden email]>
>>>>>>>>>
>>>>>>>>>> Thanks Jacopo,
>>>>>>>>>>
>>>>>>>>>> Quite clear, I will handle it (if I have enough rights)
>>>>>>>>>>
>>>>>>>>>> Jacques
>>>>>>>>>>
>>>>>>>>>> From: "Jacopo Cappellato" <jacopo.cappellato@**hotwaxmedia.com<[hidden email]>
>>>>>>>>>> >
>>>>>>>>>>
>>>>>>>>>>> Hi Jacques,
>>>>>>>>>>>
>>>>>>>>>>> On May 4, 2012, at 5:22 AM, Jacques Le Roux wrote:
>>>>>>>>>>>
>>>>>>>>>>>  I wanted to update the snapshots page http://ci.apache.org/projects/*
>>>>>>>>>>>> *ofbiz/snapshots/ <http://ci.apache.org/projects/ofbiz/snapshots/>regarding ant start instead of run for
>>>>>>>>>>>> trunk. But I don't know where this page is located. It does not seems
>>>>>>>>>>>> to be under website, does someone knows?
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> I *think* that the source files are here:
>>>>>>>>>>>
>>>>>>>>>>> http://svn.apache.org/repos/**asf/ofbiz/site/build/<http://svn.apache.org/repos/asf/ofbiz/site/build/>
>>>>>>>>>>>
>>>>>>>>>>>  Does we have a copy somewhere and it has been sent to infra? I see
>>>>>>>>>>>> it's under http://ci.apache.org/projects/**ofbiz/<http://ci.apache.org/projects/ofbiz/>(ie
>>>>>>>>>>>> buildbot) Also I found these lines in the source, not sure they still
>>>>>>>>>>>> fit...
>>>>>>>>>>>>
>>>>>>>>>>>> <meta name="Author" content="Hotwax Media, Brainfood" />
>>>>>>>>>>>> <title>Apache OFBiz Nightly Build Information Provided by HotWax
>>>>>>>>>>>> Media and Contegix</title>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> My vote would be to remove these lines.
>>>>>>>>>>>
>>>>>>>>>>> Jacopo
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>> And the only link to it I found is at https://cwiki.apache.org/**
>>>>>>>>>>>> confluence/display/OFBIZ/**Downloading<https://cwiki.apache.org/confluence/display/OFBIZ/Downloading>
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks
>>>>>>>>>>>>
>>>>>>>>>>>> Jacques
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>
>>>>>