You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/06/01 12:27:04 UTC

[GitHub] mrutkows closed pull request #174: Add the file .dockerignore back to the release

mrutkows closed pull request #174: Add the file .dockerignore back to the release
URL: https://github.com/apache/incubator-openwhisk-release/pull/174
 
 
   

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/tools/config.json b/tools/config.json
index 7faf1f6..1c1e5b1 100644
--- a/tools/config.json
+++ b/tools/config.json
@@ -21,64 +21,64 @@
     "openwhisk-runtime-python"
   ],
   "openwhisk": {
-    "hash": "c7271e2",
+    "hash": "0134f78",
     "repository": "https://github.com/apache/incubator-openwhisk.git",
     "branch": "master"
   },
   "openwhisk_wskdeploy": {
-    "hash": "fca1450",
+    "hash": "07ce883",
     "repository": "https://github.com/apache/incubator-openwhisk-wskdeploy.git",
     "branch": "master",
-    "binaries": "yes"
+    "binaries": "no"
   },
   "openwhisk_cli": {
-    "hash": "ea12cc2",
+    "hash": "e5e8bf0",
     "repository": "https://github.com/apache/incubator-openwhisk-cli.git",
     "branch": "master",
-    "binaries": "yes"
+    "binaries": "no"
   },
   "openwhisk_client_go": {
-    "hash": "defaf97",
+    "hash": "df32dca",
     "repository": "https://github.com/apache/incubator-openwhisk-client-go.git",
     "branch": "master"
   },
   "openwhisk_catalog": {
-    "hash": "d4ce22c",
+    "hash": "7f47212",
     "repository": "https://github.com/apache/openwhisk-catalog.git",
     "branch": "master"
   },
   "openwhisk_apigateway": {
-    "hash": "b89c487",
+    "hash": "8907ab9",
     "repository": "https://github.com/apache/incubator-openwhisk-apigateway.git",
     "branch": "master"
   },
   "openwhisk_runtime_nodejs": {
-    "hash": "e0b999d",
+    "hash": "26ed5d5",
     "repository": "https://github.com/apache/incubator-openwhisk-runtime-nodejs.git",
     "branch": "master"
   },
   "openwhisk_runtime_swift": {
-    "hash": "1ecfbe5",
+    "hash": "f783a44",
     "repository": "https://github.com/apache/incubator-openwhisk-runtime-swift.git",
     "branch": "master"
   },
   "openwhisk_runtime_php": {
-    "hash": "712da08",
+    "hash": "c2e63eb",
     "repository": "https://github.com/apache/incubator-openwhisk-runtime-php.git",
     "branch": "master"
   },
   "openwhisk_runtime_java": {
-    "hash": "398c6cc",
+    "hash": "2f894b7",
     "repository": "https://github.com/apache/incubator-openwhisk-runtime-java.git",
     "branch": "master"
   },
   "openwhisk_runtime_docker": {
-    "hash": "b94d97d",
+    "hash": "f17da4f",
     "repository": "https://github.com/apache/incubator-openwhisk-runtime-docker.git",
     "branch": "master"
   },
   "openwhisk_runtime_python": {
-    "hash": "2a1284d",
+    "hash": "252caf4",
     "repository": "https://github.com/apache/incubator-openwhisk-runtime-python.git",
     "branch": "master"
   }
diff --git a/tools/package_source_code.sh b/tools/package_source_code.sh
index b4f13b2..bd7b830 100755
--- a/tools/package_source_code.sh
+++ b/tools/package_source_code.sh
@@ -30,7 +30,7 @@ mkdir -p $CURRENT_VERSION_DIR
 # Remove bin and build folders
 mkdir -p $OPENWHISK_CLEANED_SOURCE_DIR
 rm -rf $OPENWHISK_CLEANED_SOURCE_DIR/*
-rsync -rtp --exclude .git* --exclude .dockerignore --exclude .travis.yml --exclude bin\* --exclude build\* --exclude tests\* $OPENWHISK_SOURCE_DIR/. $OPENWHISK_CLEANED_SOURCE_DIR
+rsync -rtp --exclude .git* --exclude .travis.yml --exclude bin\* --exclude build\* --exclude tests\* $OPENWHISK_SOURCE_DIR/. $OPENWHISK_CLEANED_SOURCE_DIR
 
 for repo in $(echo $repos | sed "s/,/ /g")
 do


 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services