File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,13 @@ endif
53
53
# Create the generic 'npm install' package with a package.json that
54
54
# invokes oracledbinstall.js at install time
55
55
npmpackage :
56
+ $(ECHO ) " $( GITSHA) $( BUILDDATE) " > ../lib/rel.txt
57
+ $(NPM ) pack .. && $(MV ) oracledb-$(VER ) .tgz oracledb-src-$(VER ) .tgz
58
+ @$(ECHO ) " ==> Created generic GitHub source package for node-oracledb $( VER) "
59
+
56
60
$(SED) -e "s# 'github.com'#'$(NODE_ORACLEDB_PACKAGE_HOSTNAME)'#" oracledbinstall.js > oracledbinstall.js.tmp && $(MV) oracledbinstall.js.tmp oracledbinstall.js
57
61
$(SED) -e "s# '/oracle/node-oracledb/releases/download/'#'$(NODE_ORACLEDB_PACKAGE_URL_PATH)'#" oracledbinstall.js > oracledbinstall.js.tmp && $(MV) oracledbinstall.js.tmp oracledbinstall.js
58
62
$(CP) package.json ../package.json
59
- $(ECHO ) " $( GITSHA) $( BUILDDATE) " > ../lib/rel.txt
60
63
$(NPM) pack .. && $(MV) oracledb-$(VER).tgz staging-oracledb-$(VER).tgz
61
64
@$(ECHO) "==> Created generic npm staging package for node-oracledb $(VER)"
62
65
You can’t perform that action at this time.
0 commit comments