Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit d69a7fe

Browse files
falkzollsomaya10
authored andcommitted
Change incubator-openwhisk git to openwhisk. (#101)
1 parent 2380162 commit d69a7fe

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This works on any deployment of Apache OpenWhisk or IBM Cloud Functions
3939

4040

4141
### Working with the local git repo
42-
Prerequisite: *Export* OPENWHISK_HOME to point to your `incubator-openwhisk` cloned directory.
42+
Prerequisite: *Export* OPENWHISK_HOME to point to your `openwhisk` cloned directory.
4343

4444
```
4545
./gradlew python3:distDocker
@@ -150,4 +150,4 @@ git push upstream 3.7@latest -f
150150

151151

152152
# License
153-
[Apache 2.0](LICENSE.txt)
153+
[Apache 2.0](LICENSE.txt)

python3.6/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ RUN pip install --upgrade pip setuptools six && pip install --no-cache-dir -r re
2424
RUN mkdir -p /action
2525

2626
RUN mkdir -p /actionProxy
27-
ADD https://raw.githubusercontent.com/apache/incubator-openwhisk-runtime-docker/8b2e205c39d84ed5ede6b1b08cccf314a2b13105/core/actionProxy/actionproxy.py /actionProxy/actionproxy.py
27+
ADD https://raw.githubusercontent.com/apache/openwhisk-runtime-docker/8b2e205c39d84ed5ede6b1b08cccf314a2b13105/core/actionProxy/actionproxy.py /actionProxy/actionproxy.py
2828

2929
RUN mkdir -p /pythonAction
30-
ADD https://raw.githubusercontent.com/apache/incubator-openwhisk-runtime-python/3%401.0.3/core/pythonAction/pythonrunner.py /pythonAction/pythonrunner.py
30+
ADD https://raw.githubusercontent.com/apache/openwhisk-runtime-python/3%401.0.3/core/pythonAction/pythonrunner.py /pythonAction/pythonrunner.py
3131

3232
CMD ["/bin/bash", "-c", "cd /pythonAction && python -u pythonrunner.py"]

python3.7/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ Python packages:
465465

466466
## 1.8.0
467467
Changes:
468-
- update to new base image fixing issue [Python 3.7 - sys.executable is empty](https://github.com/apache/incubator-openwhisk-runtime-python/issues/49)
468+
- update to new base image fixing issue [Python 3.7 - sys.executable is empty](https://github.com/apache/openwhisk-runtime-python/issues/49)
469469
- update httplib2 from `0.12.0` to `0.12.1`
470470
- update lxml from `4.3.0` to `4.3.1
471471
- update scipy from `1.2.0` to `1.2.1`

tools/travis/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ HOMEDIR="$SCRIPTDIR/../../../"
99

1010
# OpenWhisk stuff
1111
cd $HOMEDIR
12-
git clone --depth=1 https://github.com/apache/incubator-openwhisk.git openwhisk
12+
git clone --depth=1 https://github.com/apache/openwhisk.git openwhisk
1313
cd openwhisk
1414
./tools/travis/setup.sh
1515

0 commit comments

Comments
 (0)