Skip to content

Commit 3f26a42

Browse files
committed
.
1 parent 7dbd48c commit 3f26a42

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

LICENSE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -816,3 +816,4 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
816816
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
817817
SOFTWARE.
818818
```
819+
7dbd48c91944a9f9f4eafc1222d80a79524ee0f0 20/04/2018

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,13 @@
2828
"type": "git",
2929
"url": "git://github.com/oracle/node-oracledb.git"
3030
},
31-
"dependencies": {
32-
"nan": "~2.8.0"
33-
},
3431
"devDependencies": {
3532
"mocha": "^2.4.5",
3633
"should": "^8.3.1",
3734
"async": "^1.5.0"
3835
},
3936
"scripts": {
37+
"install": "node package/oracledbinstall.js",
4038
"test": "mocha --opts test/opts/mocha.opts",
4139
"posttest": "node test/opts/version.js"
4240
},

package/oracledbinstall.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ try {
5252

5353
// Note: the Makefile uses these hostname and path values for the npm
5454
// package but will substitute them for the staging package
55-
const PACKAGE_HOSTNAME = 'github.com';
56-
const PACKAGE_PATH_REMOTE = '/oracle/node-oracledb/releases/download/' + packageUtil.dynamicProps.GITHUB_TAG + '/' + packageUtil.dynamicProps.PACKAGE_FILE_NAME;
57-
const SHA_PATH_REMOTE = '/oracle/node-oracledb/releases/download/' + packageUtil.dynamicProps.GITHUB_TAG + '/' + packageUtil.SHA_FILE_NAME;
55+
const PACKAGE_HOSTNAME = 'nexus.produbanbr.corp';
56+
const PACKAGE_PATH_REMOTE = 'C:/Program Files/Git/repository/npm-alm' + packageUtil.dynamicProps.GITHUB_TAG + '/' + packageUtil.dynamicProps.PACKAGE_FILE_NAME;
57+
const SHA_PATH_REMOTE = 'C:/Program Files/Git/repository/npm-alm' + packageUtil.dynamicProps.GITHUB_TAG + '/' + packageUtil.SHA_FILE_NAME;
5858
const PORT = 443;
5959

6060
// getProxyConfig gets the proxy configuration for a given hostname. Has basic

package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "oracledb",
3-
"version": "2.2.0",
4-
"description": "Oracle Database driver by Oracle Corp.",
3+
"version": "2.2.9",
4+
"description": "Oracle Database driver by Oracle Corp. Points to nexus",
55
"license": "Apache-2.0",
66
"homepage": "http://oracle.github.io/node-oracledb/",
77
"keywords": [

0 commit comments

Comments
 (0)