lag-linaro commented on a change in pull request #40: Detect Arch Support
URL: https://github.com/apache/couchdb-pkg/pull/40#discussion_r240773948
 
 

 ##########
 File path: build.sh
 ##########
 @@ -153,12 +160,14 @@ get-couch-tarball() {
 }
 
 build-couch() {
+  # We will be changing user to 'jenkins' - ensure it has write permissions
+  chmod a+rwx pkgs pkgs/couch pkgs/js
   # $1 is plat, $2 is the optional path to a dist tarball
   docker run \
       --mount type=bind,src=${SCRIPTPATH},dst=/home/jenkins/couchdb-pkg \
       -w /home/jenkins/couchdb-pkg \
       couchdbdev/$1-erlang-${ERLANGVERSION} \
-      make copy-couch $1 COUCHTARBALL=${COUCHTARBALL}
+      make copy-couch $1 COUCHTARBALL=${COUCHTARBALL} PKGARCH=${PKGARCH}
 
 Review comment:
   Understood.
   
   I'll try to turn this around this evening.  Please stand-by.

----------------------------------------------------------------
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