kou closed pull request #17: ARROW-1725: Upload .deb for Ubuntu 17.10
URL: https://github.com/apache/arrow-dist/pull/17
 
 
   

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/.travis.yml b/.travis.yml
index 048d464..098afe6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,7 +54,7 @@ matrix:
     before_install:
     install:
     script:
-    - (cd cpp-linux && rake apt:build DEBUG=no)
+    - (cd cpp-linux && travis_wait 40 rake apt:build PARALLEL=yes DEBUG=no)
     deploy:
       provider: bintray
       file: cpp-linux/apt/descriptor.json
diff --git a/cpp-linux/apt/descriptor.json b/cpp-linux/apt/descriptor.json
index fde23e4..9e1ff7a 100644
--- a/cpp-linux/apt/descriptor.json
+++ b/cpp-linux/apt/descriptor.json
@@ -39,6 +39,16 @@
                 "deb_architecture": "amd64",
                 "override": 1
             }
+        },
+        {
+            "includePattern": 
"cpp-linux/apt/repositories/([^/]+)/pool/artful/universe/a/apache-arrow/([^/]+\\.deb)\\z",
+            "uploadPattern": "pool/artful/universe/$2",
+            "matrixParams": {
+                "deb_distribution": "artful",
+                "deb_component": "universe",
+                "deb_architecture": "amd64",
+                "override": 1
+            }
         }
     ],
     "publish": true


 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to