[ 
https://issues.apache.org/jira/browse/TINKERPOP-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15708536#comment-15708536
 ] 

ASF GitHub Bot commented on TINKERPOP-1363:
-------------------------------------------

Github user dkuppitz commented on a diff in the pull request:

    https://github.com/apache/tinkerpop/pull/508#discussion_r90227654
  
    --- Diff: docker/resources/groovy/grapeConfig.xml ---
    @@ -1,15 +1,22 @@
     <ivysettings>
       <settings defaultResolver="downloadGrapes"/>
    +  <property name="m2-pattern" 
value="${user.home}/.m2/repository/org/apache/tinkerpop/[module]/[revision]/[module]-[revision](-[classifier]).[ext]"
 />
    +  <property name="m2-pattern-ivy" 
value="${user.home}/.m2/repository/org/apache/tinkerpop/[module]/[revision]/[module]-[revision](-[classifier]).pom"
 />
    +  <caches>
    +    <cache name="nocache" useOrigin="true" />
    +  </caches>
       <resolvers>
         <chain name="downloadGrapes">
    +      <filesystem name="local-maven2" checkmodified="true" 
changingPattern=".*" changingMatcher="regexp" m2compatible="true" 
cache="nocache">
    +        <artifact pattern="${m2-pattern}"/>
    +        <ivy pattern="${m2-pattern-ivy}"/>
    +      </filesystem>
           <filesystem name="cachedGrapes">
             <ivy 
pattern="${user.home}/.groovy/grapes/[organisation]/[module]/ivy-[revision].xml"/>
             <artifact 
pattern="${user.home}/.groovy/grapes/[organisation]/[module]/[type]s/[artifact]-[revision].[ext]"/>
           </filesystem>
    -      <ibiblio name="codehaus" root="http://repository.codehaus.org/"; 
m2compatible="true"/>
    -      <ibiblio name="central" root="http://central.maven.org/maven2/"; 
m2compatible="true"/>
    -      <ibiblio name="java.net2" root="http://download.java.net/maven/2/"; 
m2compatible="true"/>
    -      <ibiblio name="hyracs-releases" 
root="http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public-releases/"; 
m2compatible="true"/>
    --- End diff --
    
    Giraph is now available in Maven central, hence no reason to keep this 
exotic repository in the list: 
https://mvnrepository.com/artifact/org.apache.giraph


> Cleanup Docker build script for next major release
> --------------------------------------------------
>
>                 Key: TINKERPOP-1363
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1363
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: build-release
>    Affects Versions: 3.2.1
>            Reporter: Daniel Kuppitz
>            Assignee: Daniel Kuppitz
>              Labels: breaking
>             Fix For: 3.3.0
>
>
> https://github.com/apache/tinkerpop/commit/2b9901d704c9c5cb1ad618b3cf67f9ec646cf5e5
> ^^ This commit contains a quick fix. The installation of setuptools should 
> happen in the Docker base image setup; however, this can only be done for the 
> next major release as it's a breaking change for the Docker build script 
> (developers will have to remove / rebuild their local base images).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to