[jira] [Commented] (AVRO-2041) set up gitbox integration

2018-02-21 Thread Niels Basjes (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-2041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16372096#comment-16372096
 ] 

Niels Basjes commented on AVRO-2041:


I updated http://avro.apache.org/version_control.html

> set up gitbox integration
> -
>
> Key: AVRO-2041
> URL: https://issues.apache.org/jira/browse/AVRO-2041
> Project: Avro
>  Issue Type: Task
>  Components: community
>Reporter: Sean Busbey
>Assignee: Niels Basjes
>Priority: Major
>
> We got consensus back in may about [turning on gitbox 
> integration|https://lists.apache.org/thread.html/cdd8ba14c1bf8aca2d71d09862e9780f2dc46af414ed78b1e3fd9c56@%3Cdev.avro.apache.org%3E]
>  so do it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (AVRO-2041) set up gitbox integration

2018-02-21 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-2041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16372037#comment-16372037
 ] 

ASF GitHub Bot commented on AVRO-2041:
--

nielsbasjes closed pull request #285: AVRO-2041: Upgrade Apache Forrest in 
docker image to v0.9
URL: https://github.com/apache/avro/pull/285
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/share/docker/Dockerfile b/share/docker/Dockerfile
index f97416749..535ae318f 100644
--- a/share/docker/Dockerfile
+++ b/share/docker/Dockerfile
@@ -37,13 +37,24 @@ RUN apt-get update && apt-get install 
--no-install-recommends -y \
   ruby ruby-dev rake \
   libsnappy1 libsnappy-dev
 
-# Install Forrest
-RUN mkdir -p /usr/local/apache-forrest
-RUN curl -O 
http://archive.apache.org/dist/forrest/0.8/apache-forrest-0.8.tar.gz
-RUN tar xzf *forrest* --strip-components 1 -C /usr/local/apache-forrest
+# Install Forrest in /usr/local/apache-forrest
+# Download
+RUN cd /usr/local/ && wget 
"http://www.apache.org/dyn/closer.lua?action=download=/forrest/apache-forrest-0.9-sources.tar.gz;
  -O "apache-forrest-0.9-sources.tar.gz"
+RUN cd /usr/local/ && wget 
"http://www.apache.org/dyn/closer.lua?action=download=/forrest/apache-forrest-0.9-dependencies.tar.gz;
 -O "apache-forrest-0.9-dependencies.tar.gz"
+
+# Unpack Apache Forrest
+RUN cd /usr/local/ && \
+tar xzf apache-forrest-0.9-sources.tar.gz && \
+tar xzf apache-forrest-0.9-dependencies.tar.gz && \
+mv apache-forrest-0.9 apache-forrest
+RUN cd /usr/local/apache-forrest/main && ./build.sh
+
+# The solution for https://issues.apache.org/jira/browse/PIG-3906
+RUN mkdir -p /usr/local/apache-forrest/plugins   && chmod a+rwX -R 
/usr/local/apache-forrest/plugins
+RUN mkdir -p /usr/local/apache-forrest/build/plugins && chmod a+rwX -R 
/usr/local/apache-forrest/build/plugins
+
+# Configure where forrest can be found
 RUN echo 'forrest.home=/usr/local/apache-forrest' > build.properties
-RUN chmod -R 0777 /usr/local/apache-forrest/build 
/usr/local/apache-forrest/main \
-  /usr/local/apache-forrest/plugins
 ENV FORREST_HOME /usr/local/apache-forrest
 
 # Install Perl modules


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> set up gitbox integration
> -
>
> Key: AVRO-2041
> URL: https://issues.apache.org/jira/browse/AVRO-2041
> Project: Avro
>  Issue Type: Task
>  Components: community
>Reporter: Sean Busbey
>Assignee: Niels Basjes
>Priority: Major
>
> We got consensus back in may about [turning on gitbox 
> integration|https://lists.apache.org/thread.html/cdd8ba14c1bf8aca2d71d09862e9780f2dc46af414ed78b1e3fd9c56@%3Cdev.avro.apache.org%3E]
>  so do it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (AVRO-2041) set up gitbox integration

2018-02-21 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-2041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371944#comment-16371944
 ] 

ASF GitHub Bot commented on AVRO-2041:
--

nielsbasjes opened a new pull request #285: AVRO-2041: Upgrade Apache Forrest 
in docker image to v0.9
URL: https://github.com/apache/avro/pull/285
 
 
   This is needed to generate the avro website.
   Signed-off-by: Niels Basjes 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> set up gitbox integration
> -
>
> Key: AVRO-2041
> URL: https://issues.apache.org/jira/browse/AVRO-2041
> Project: Avro
>  Issue Type: Task
>  Components: community
>Reporter: Sean Busbey
>Assignee: Niels Basjes
>Priority: Major
>
> We got consensus back in may about [turning on gitbox 
> integration|https://lists.apache.org/thread.html/cdd8ba14c1bf8aca2d71d09862e9780f2dc46af414ed78b1e3fd9c56@%3Cdev.avro.apache.org%3E]
>  so do it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Re: [jira] [Commented] (AVRO-2041) set up gitbox integration

2018-02-21 Thread Doug Cutting
There's not much risk in updating the forrest version, since it's only used
at documentation build time.

So if it fixes the build in the Docker image then I'm +1 for upgrading.

Doug

On Wed, Feb 21, 2018 at 2:47 AM, Niels Basjes (JIRA) 
wrote:

>
> [ https://issues.apache.org/jira/browse/AVRO-2041?page=
> com.atlassian.jira.plugin.system.issuetabpanels:comment-
> tabpanel=16371215#comment-16371215 ]
>
> Niels Basjes commented on AVRO-2041:
> 
>
> The site is in subversion and uses ant/forrest to be generated.
>
> I tried to use the docker image we have to generate it but ran into a lot
> of errors like these
> {code:java}
> [exec] /usr/local/apache-forrest/main/webapp/resources/schema/
> relaxng/sitemap-v06.rng:781:29: error: datatype library "
> http://www.w3.org/2001/XMLSchema-datatypes; not recognized
> {code}
> I do not know too much about Forrest so I tried if updating it works and
> it does. So I updated forrest in the docker image from 0.8 to 0.9 (the
> latest).
>
> Should I commit this update to 0.9 or is there a better way to solve this?
>
> > set up gitbox integration
> > -
> >
> > Key: AVRO-2041
> > URL: https://issues.apache.org/jira/browse/AVRO-2041
> > Project: Avro
> >  Issue Type: Task
> >  Components: community
> >Reporter: Sean Busbey
> >Assignee: Niels Basjes
> >Priority: Major
> >
> > We got consensus back in may about [turning on gitbox integration|
> https://lists.apache.org/thread.html/cdd8ba14c1bf8aca2d71d09862e978
> 0f2dc46af414ed78b1e3fd9c56@%3Cdev.avro.apache.org%3E] so do it.
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v7.6.3#76005)
>


[jira] [Commented] (AVRO-2041) set up gitbox integration

2018-02-21 Thread Niels Basjes (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-2041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371215#comment-16371215
 ] 

Niels Basjes commented on AVRO-2041:


The site is in subversion and uses ant/forrest to be generated.

I tried to use the docker image we have to generate it but ran into a lot of 
errors like these
{code:java}
[exec] 
/usr/local/apache-forrest/main/webapp/resources/schema/relaxng/sitemap-v06.rng:781:29:
 error: datatype library "http://www.w3.org/2001/XMLSchema-datatypes; not 
recognized
{code}
I do not know too much about Forrest so I tried if updating it works and it 
does. So I updated forrest in the docker image from 0.8 to 0.9 (the latest).

Should I commit this update to 0.9 or is there a better way to solve this?

> set up gitbox integration
> -
>
> Key: AVRO-2041
> URL: https://issues.apache.org/jira/browse/AVRO-2041
> Project: Avro
>  Issue Type: Task
>  Components: community
>Reporter: Sean Busbey
>Assignee: Niels Basjes
>Priority: Major
>
> We got consensus back in may about [turning on gitbox 
> integration|https://lists.apache.org/thread.html/cdd8ba14c1bf8aca2d71d09862e9780f2dc46af414ed78b1e3fd9c56@%3Cdev.avro.apache.org%3E]
>  so do it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (AVRO-2041) set up gitbox integration

2018-02-14 Thread Sean Busbey (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-2041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364168#comment-16364168
 ] 

Sean Busbey commented on AVRO-2041:
---

thanks for taking this over Niels!

> set up gitbox integration
> -
>
> Key: AVRO-2041
> URL: https://issues.apache.org/jira/browse/AVRO-2041
> Project: Avro
>  Issue Type: Task
>  Components: community
>Reporter: Sean Busbey
>Assignee: Niels Basjes
>Priority: Major
>
> We got consensus back in may about [turning on gitbox 
> integration|https://lists.apache.org/thread.html/cdd8ba14c1bf8aca2d71d09862e9780f2dc46af414ed78b1e3fd9c56@%3Cdev.avro.apache.org%3E]
>  so do it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (AVRO-2041) set up gitbox integration

2018-02-12 Thread Niels Basjes (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-2041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16361208#comment-16361208
 ] 

Niels Basjes commented on AVRO-2041:


Seems like the transition was already done.

TODO: Update [http://avro.apache.org/version_control.html] and other places (if 
any) where we mention the git repo for developers.

> set up gitbox integration
> -
>
> Key: AVRO-2041
> URL: https://issues.apache.org/jira/browse/AVRO-2041
> Project: Avro
>  Issue Type: Task
>  Components: community
>Reporter: Sean Busbey
>Assignee: Niels Basjes
>Priority: Major
>
> We got consensus back in may about [turning on gitbox 
> integration|https://lists.apache.org/thread.html/cdd8ba14c1bf8aca2d71d09862e9780f2dc46af414ed78b1e3fd9c56@%3Cdev.avro.apache.org%3E]
>  so do it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (AVRO-2041) set up gitbox integration

2018-01-26 Thread Niels Basjes (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-2041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16340890#comment-16340890
 ] 

Niels Basjes commented on AVRO-2041:


I put in the request with the Apache Infra team via ticket INFRA-15913

> set up gitbox integration
> -
>
> Key: AVRO-2041
> URL: https://issues.apache.org/jira/browse/AVRO-2041
> Project: Avro
>  Issue Type: Task
>  Components: community
>Reporter: Sean Busbey
>Assignee: Sean Busbey
>Priority: Major
>
> We got consensus back in may about [turning on gitbox 
> integration|https://lists.apache.org/thread.html/cdd8ba14c1bf8aca2d71d09862e9780f2dc46af414ed78b1e3fd9c56@%3Cdev.avro.apache.org%3E]
>  so do it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (AVRO-2041) set up gitbox integration

2018-01-25 Thread Niels Basjes (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-2041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16339107#comment-16339107
 ] 

Niels Basjes commented on AVRO-2041:


Vote:

[https://lists.apache.org/thread.html/03d761432d99fd0cb9c7c935e45177cf3d8e4efec3066f45bb1f4f43@%3Cdev.avro.apache.org%3E]

Result:

[https://lists.apache.org/thread.html/e332c49cd25b3659f3820455974f0e6fad66edb47fed3a0be905cb22@%3Cdev.avro.apache.org%3E]

 

> set up gitbox integration
> -
>
> Key: AVRO-2041
> URL: https://issues.apache.org/jira/browse/AVRO-2041
> Project: Avro
>  Issue Type: Task
>  Components: community
>Reporter: Sean Busbey
>Assignee: Sean Busbey
>Priority: Major
>
> We got consensus back in may about [turning on gitbox 
> integration|https://lists.apache.org/thread.html/cdd8ba14c1bf8aca2d71d09862e9780f2dc46af414ed78b1e3fd9c56@%3Cdev.avro.apache.org%3E]
>  so do it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (AVRO-2041) set up gitbox integration

2018-01-24 Thread Niels Basjes (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-2041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16337589#comment-16337589
 ] 

Niels Basjes commented on AVRO-2041:


Seems the correct URL for the ticket is 

https://issues.apache.org/jira/browse/INFRA-14667
It was closed as "Invalid" months ago stating that Avro is not a gitbox project.
I thought this ticket was to convert Avro into gitbox ?!?!?

> set up gitbox integration
> -
>
> Key: AVRO-2041
> URL: https://issues.apache.org/jira/browse/AVRO-2041
> Project: Avro
>  Issue Type: Task
>  Components: community
>Reporter: Sean Busbey
>Assignee: Sean Busbey
>Priority: Major
>
> We got consensus back in may about [turning on gitbox 
> integration|https://lists.apache.org/thread.html/cdd8ba14c1bf8aca2d71d09862e9780f2dc46af414ed78b1e3fd9c56@%3Cdev.avro.apache.org%3E]
>  so do it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (AVRO-2041) set up gitbox integration

2017-12-05 Thread Niels Basjes (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-2041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16278331#comment-16278331
 ] 

Niels Basjes commented on AVRO-2041:


I setup the gitbox permissions for my account today and got the message:

{quote}According to LDAP, you will have access to the following repositories:
avro:
   No repositories for the avro project served from gitbox yet...
{quote}

[~rdblue] [~busbey] What is the current status of this gitbox integration?
I do not have permission to look at 
https://issues.apache.org/jira/servicedesk/customer/portal/1/INFRA-14667 .

> set up gitbox integration
> -
>
> Key: AVRO-2041
> URL: https://issues.apache.org/jira/browse/AVRO-2041
> Project: Avro
>  Issue Type: Task
>  Components: community
>Reporter: Sean Busbey
>Assignee: Sean Busbey
>
> We got consensus back in may about [turning on gitbox 
> integration|https://lists.apache.org/thread.html/cdd8ba14c1bf8aca2d71d09862e9780f2dc46af414ed78b1e3fd9c56@%3Cdev.avro.apache.org%3E]
>  so do it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AVRO-2041) set up gitbox integration

2017-07-20 Thread Suraj Acharya (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-2041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16095794#comment-16095794
 ] 

Suraj Acharya commented on AVRO-2041:
-

[~busbey] lets start with the simple feature of pull requests.
We can always expand to others.
If everything looks good to you, I would recommend that we file the ticket with 
Infra as Chris mentioned.

> set up gitbox integration
> -
>
> Key: AVRO-2041
> URL: https://issues.apache.org/jira/browse/AVRO-2041
> Project: Avro
>  Issue Type: Task
>  Components: community
>Reporter: Sean Busbey
>Assignee: Sean Busbey
>
> We got consensus back in may about [turning on gitbox 
> integration|https://lists.apache.org/thread.html/cdd8ba14c1bf8aca2d71d09862e9780f2dc46af414ed78b1e3fd9c56@%3Cdev.avro.apache.org%3E]
>  so do it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AVRO-2041) set up gitbox integration

2017-06-27 Thread Chris Thistlethwaite (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-2041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16064801#comment-16064801
 ] 

Chris Thistlethwaite commented on AVRO-2041:


Sean,

Just digging through GitBox tickets for INFRA and came across yours. When 
you're ready, please submit a ticket through 
https://issues.apache.org/jira/servicedesk/customer/portal/1/create/65 and 
we'll get you setup.

> set up gitbox integration
> -
>
> Key: AVRO-2041
> URL: https://issues.apache.org/jira/browse/AVRO-2041
> Project: Avro
>  Issue Type: Task
>  Components: community
>Reporter: Sean Busbey
>Assignee: Sean Busbey
>
> We got consensus back in may about [turning on gitbox 
> integration|https://lists.apache.org/thread.html/cdd8ba14c1bf8aca2d71d09862e9780f2dc46af414ed78b1e3fd9c56@%3Cdev.avro.apache.org%3E]
>  so do it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)