Skip to content

Commit

Permalink
10.7.6 build
Browse files Browse the repository at this point in the history
  • Loading branch information
search5 committed Feb 4, 2021
1 parent cdadb72 commit 32d30a5
Show file tree
Hide file tree
Showing 59 changed files with 375 additions and 348 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

ELECTRON_VERSION=11.1.1
EVERNOTE_VERSION=10.6.9-win-ddl-ga-2254
EVERNOTE_VERSION=10.7.6-win-ddl-ga-2321
EVERNOTE_BINARY=evernote.exe
BUILD_ARCH=${1:-x64}
PACKAGE_ARCH=${2:-amd64}
Expand All @@ -16,7 +16,7 @@ check-command() {
fi
}

commands=(node npm 7z convert fakeroot dpkg g++ make)
commands=(node npm 7z fakeroot dpkg g++ make)

# Check for required commands
for command in "${commands[@]}"; do
Expand Down
2 changes: 1 addition & 1 deletion build_helper/npm_registry_exists.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
if r.status_code == 404:
private_registry.append("{}\n".format(item))

print(private_registry)
# print(private_registry)
open("output_log.txt", "w").writelines(private_registry)
64 changes: 32 additions & 32 deletions build_helper/output_log.txt
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
conduit-core
en-conduit-electron-shared
en-thrift-internal
en-conduit-electron-renderer
en-data-model
en-conduit-plugin-features-rollout
en-conduit-plugin-event-recording
conduit-storage
conduit-ipc-messages
electron-local-notifications
conduit-nap
conduit-storage
en-conduit-plugin-maestro
conduit-utils
conduit-view
conduit-view-types
en-conduit-electron
en-conduit-electron-shared
en-conduit-plugin-task
en-data-model
en-graph-types
en-node-appauth-js
en-conduit-plugin-note-import
en-conduit-plugin-communication-engine
en-conduit-schema
en-nsync-connector
en-conduit-plugin-support-ticket
en-conduit-plugin-cross-promotions
conduit-storage-better-sqlite3
en-conduit-plugin-datadog-metrics
en-search-engine-shared
en-thrift-connector
en-thrift-internal
en-conduit-plugin-notification-scheduler
en-conduit-plugin-nsvc-authz-token
en-conduit-plugin-search
conduit-view-types
en-conduit-electron-worker
en-conduit-plugin-task
en-ts-utils
conduit-core
en-conduit-plugin-monetization
conduit-view
en-conduit-plugin-common-queries
evernote-thrift
conduit-storage-better-sqlite3
electron-local-notifications
en-conduit-electron-auth
en-conduit-electron-renderer
en-conduit-electron-worker
en-conduit-plugin-analytics-measurement-protocol
en-conduit-electron
en-graph-types
en-thrift-connector
en-conduit-plugin-in-app-purchasing
en-conduit-electron-auth
en-conduit-plugin-board
en-conduit-plugin-common-queries
en-conduit-plugin-communication-engine
en-conduit-plugin-cross-promotions
en-conduit-plugin-datadog-metrics
en-conduit-plugin-event-recording
en-conduit-plugin-features-rollout
en-node-appauth-js
en-conduit-plugin-google-services
en-conduit-plugin-in-app-purchasing
en-conduit-plugin-maestro
en-conduit-plugin-monetization
en-conduit-plugin-note-import
en-conduit-plugin-notification-scheduler
en-conduit-plugin-nsvc-authz-token
en-conduit-plugin-search
en-conduit-plugin-support-ticket
en-conduit-schema
7 changes: 6 additions & 1 deletion build_helper/publishConfig_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import click
import glob
import json
import os


@click.command()
Expand All @@ -17,8 +18,12 @@ def main(registry):
# private url registry set
package_json["publishConfig"] = {"registry": registry}

json.dump(package_json, open("{0}/package.json".format(entry), "w"), indent=4)
json.dump(package_json, open("{0}/package.json".format(entry), "w"), indent=2)

os.chdir(entry)
os.system("npm publish")
os.chdir("..")
# print(os.getcwd())

if __name__ == "__main__":
main()
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
MIT License

Copyright (c) 2018 zman

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
MIT License
Copyright (c) 2019 alex.wei
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-clipboard-files",
"version": "1.0.3",
"name": "@evernote/electron-clipboard-files",
"version": "0.0.10",
"description": "A nodejs addon, read file path from clipboard, support win32 and mac osx",
"main": "./lib/index.js",
"directories": {
Expand All @@ -22,7 +22,10 @@
"license": "MIT",
"gypfile": true,
"dependencies": {
"nan": "^2.13.2",
"node-pre-gyp": "^0.12.0"
"nan": "^2.14.2",
"node-pre-gyp": "^0.17.0"
},
"publishConfig": {
"registry": "http://localhost:4873"
}
}
48 changes: 24 additions & 24 deletions evernote_modules/clucene/package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "clucene",
"description": "A CLucene native library for Node.js, for advanced information retrieval.",
"main": "dist/index",
"version": "10.0.0",
"publishConfig": {
"registry": "http://localhost:4873"
},
"engines": {
"node": ">= 10.12.0"
},
"files": [
"dist",
"binding.gyp"
],
"devDependencies": {
"@types/node": "^12.12.11",
"nan": "^2.14.0"
},
"dependencies": {
"en-search-engine-shared": "^10.0.0",
"node-addon-api": "*",
"node-gyp": "*"
}
}
"name": "clucene",
"description": "A CLucene native library for Node.js, for advanced information retrieval.",
"main": "dist/index",
"version": "10.0.0",
"publishConfig": {
"registry": "http://localhost:4873"
},
"engines": {
"node": ">= 10.12.0"
},
"files": [
"dist",
"binding.gyp"
],
"devDependencies": {
"@types/node": "^12.12.11",
"nan": "^2.14.0"
},
"dependencies": {
"en-search-engine-shared": "^10.0.0",
"node-addon-api": "*",
"node-gyp": "*"
}
}
10 changes: 5 additions & 5 deletions evernote_modules/conduit-core/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "conduit-core",
"version": "1.26.7",
"version": "1.27.2",
"publishConfig": {
"registry": "https://maven.vpn.etonreve.com/api/npm/npm"
"registry": "http://localhost:4873"
},
"description": "Core Conduit module",
"main": "dist/index",
Expand All @@ -23,9 +23,9 @@
"ts-sinon": "^1.0.21"
},
"dependencies": {
"conduit-storage": "1.26.7",
"conduit-utils": "1.26.7",
"conduit-view-types": "1.26.7",
"conduit-storage": "1.27.2",
"conduit-utils": "1.27.2",
"conduit-view-types": "1.27.2",
"dataloader": "^1.4.0",
"en-graph-types": "0.12.1",
"graphql": "^14.0.2",
Expand Down
8 changes: 4 additions & 4 deletions evernote_modules/conduit-ipc-messages/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "conduit-ipc-messages",
"version": "1.26.7",
"version": "1.27.2",
"publishConfig": {
"registry": "https://maven.vpn.etonreve.com/api/npm/npm"
"registry": "http://localhost:4873"
},
"description": "Common Conduit IPC messages",
"main": "dist/index",
"files": [
"dist"
],
"dependencies": {
"conduit-utils": "1.26.7",
"conduit-view-types": "1.26.7"
"conduit-utils": "1.27.2",
"conduit-view-types": "1.27.2"
}
}
8 changes: 4 additions & 4 deletions evernote_modules/conduit-nap/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "conduit-nap",
"version": "1.26.7",
"version": "1.27.2",
"publishConfig": {
"registry": "https://maven.vpn.etonreve.com/api/npm/npm"
"registry": "http://localhost:4873"
},
"description": "NAP Auth Library",
"main": "dist/index",
Expand All @@ -16,8 +16,8 @@
"chai-as-promised": "^7.1.1"
},
"dependencies": {
"conduit-utils": "1.26.7",
"conduit-view-types": "1.26.7",
"conduit-utils": "1.27.2",
"conduit-view-types": "1.27.2",
"en-node-appauth-js": "1.3.1-remove-types-jquery.0",
"js-base64": "^3.5.2"
}
Expand Down
8 changes: 4 additions & 4 deletions evernote_modules/conduit-storage-better-sqlite3/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "conduit-storage-better-sqlite3",
"version": "1.26.7",
"version": "1.27.2",
"publishConfig": {
"registry": "https://maven.vpn.etonreve.com/api/npm/npm"
"registry": "http://localhost:4873"
},
"description": "Conduit better-sqlite3 wrapper",
"main": "dist/index",
Expand All @@ -19,8 +19,8 @@
},
"dependencies": {
"better-sqlite3": "^7.1.2",
"conduit-storage": "1.26.7",
"conduit-utils": "1.26.7",
"conduit-storage": "1.27.2",
"conduit-utils": "1.27.2",
"fs-extra": "^7.0.1"
}
}
8 changes: 4 additions & 4 deletions evernote_modules/conduit-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "conduit-storage",
"version": "1.26.7",
"version": "1.27.2",
"publishConfig": {
"registry": "https://maven.vpn.etonreve.com/api/npm/npm"
"registry": "http://localhost:4873"
},
"description": "Storage",
"main": "dist/index",
Expand All @@ -16,8 +16,8 @@
"sinon-chai": "^3.3.0"
},
"dependencies": {
"conduit-utils": "1.26.7",
"conduit-view-types": "1.26.7",
"conduit-utils": "1.27.2",
"conduit-view-types": "1.27.2",
"lcg-random": "^2.0.0",
"simply-immutable": "^2.1.1"
}
Expand Down
4 changes: 2 additions & 2 deletions evernote_modules/conduit-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "conduit-utils",
"version": "1.26.7",
"version": "1.27.2",
"publishConfig": {
"registry": "https://maven.vpn.etonreve.com/api/npm/npm"
"registry": "http://localhost:4873"
},
"description": "Utils",
"main": "dist/index",
Expand Down
6 changes: 3 additions & 3 deletions evernote_modules/conduit-view-types/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "conduit-view-types",
"version": "1.26.7",
"version": "1.27.2",
"publishConfig": {
"registry": "https://maven.vpn.etonreve.com/api/npm/npm"
"registry": "http://localhost:4873"
},
"description": "Shared types between conduit-core and conduit-view",
"main": "dist/index",
"files": [
"dist"
],
"dependencies": {
"conduit-utils": "1.26.7"
"conduit-utils": "1.27.2"
}
}
Loading

0 comments on commit 32d30a5

Please sign in to comment.