Skip to content

Commit b45152e

Browse files
committed
Remove obsolete references to version from packaging
1 parent 8c56eca commit b45152e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package/buildbinary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ try {
5858

5959
const buildInfo = nodbUtil.BINARY_FILE + ' ' + nodeVersion + ' ' + njsGitSha + ' ' + odpiGitSha + ' ' + buildDate.toUTCString();
6060

61-
// Build a binary using the current version of Node.js and move it to the Staging directory
61+
// Build a binary and move it to the Staging directory
6262
function buildBinary() {
6363
console.log('Building binary ' + nodbUtil.BINARY_FILE + ' using Node.js ' + nodeVersion);
6464
try {

package/prunebinaries.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@
1919
* prunebinaries.js
2020
*
2121
* DESCRIPTION
22-
* Removes pre-built binaries for all other Node.js releases and architectures.
23-
* It keeps only the binary for the current Node.js version and architecture.
22+
* Removes pre-built binaries for all other architectures.
2423
* This can be used to reduce the footprint of a node-oracledb install.
2524
*
2625
* USAGE
2726
* Invoke this from the top level directory.
28-
* After an 'npm install oracledb' installs pre-built binaries it
27+
* After an 'npm install oracledb' installs pre-built binaries, this file
2928
* can be run with 'npm run prune'.
3029
*
3130
*****************************************************************************/

0 commit comments

Comments
 (0)