Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git branch
- RulesforReviewers
- UpdateReviews3
- UpdateReviews4
- * desktop01
- hwallet7
- master
- metaVerdicts
- missingreviews
- syncios
- syncios2
- syncios3
- syncios4
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git checkout missingreviews
- Switched to branch 'missingreviews'
- Your branch is up to date with 'origin/missingreviews'.
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git pull leo
- From https://gitlab.com/walletscrutiny/walletScrutinyCom
- 8d9597707..649f4b7a3 master -> leo/master
- You asked to pull from the remote 'leo', but did not specify
- a branch. Because this is not the default configured remote
- for your current branch, you must specify a branch on the command line.
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git pull
- Already up to date.
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git status
- On branch missingreviews
- Your branch is up to date with 'origin/missingreviews'.
- Changes not staged for commit:
- (use "git add <file>..." to update what will be committed)
- (use "git restore <file>..." to discard changes in working directory)
- modified: _android/co.okex.app.md
- no changes added to commit (use "git add" and/or "git commit -a")
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git add .
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git commit -m "update of missingreviews, fixed OKEx WSID"
- [missingreviews d6eeca118] update of missingreviews, fixed OKEx WSID
- 1 file changed, 1 insertion(+), 1 deletion(-)
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git push
- Enumerating objects: 7, done.
- Counting objects: 100% (7/7), done.
- Delta compression using up to 4 threads
- Compressing objects: 100% (4/4), done.
- Writing objects: 100% (4/4), 401 bytes | 401.00 KiB/s, done.
- Total 4 (delta 3), reused 0 (delta 0)
- remote:
- remote: View merge request for missingreviews:
- remote: https://gitlab.com/walletscrutiny/walletScrutinyCom/-/merge_requests/298
- remote:
- To gitlab.com:dannygarcia/walletScrutinyCom.git
- 5272eddc0..d6eeca118 missingreviews -> missingreviews
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git checkout master
- Switched to branch 'master'
- Your branch is ahead of 'origin/master' by 74 commits.
- (use "git push" to publish your local commits)
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git merge leo/master
- Updating 8d9597707..649f4b7a3
- Fast-forward
- _android/de.schildbach.wallet.md | 29 +++++++++++++++----------
- _hardware/bithdrazor.md | 1 +
- _hardware/bithdwatch1.md | 1 +
- _hardware/bithdwatch2.md | 1 +
- _hardware/passport.md | 27 +++++++++++++----------
- _hardware/trezorOne.md | 46 +++++++++++++++------------------------
- _hardware/trezorT.md | 38 +++++++++++++++-----------------
- scripts/test/hardware/bithdrazor.sh | 101 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- scripts/test/hardware/passport.sh | 1 +
- 9 files changed, 172 insertions(+), 73 deletions(-)
- create mode 100644 scripts/test/hardware/bithdrazor.sh
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git mergetool
- No files need merging
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git commit -m "merged master"
- On branch master
- Your branch is ahead of 'origin/master' by 77 commits.
- (use "git push" to publish your local commits)
- nothing to commit, working tree clean
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git status
- On branch master
- Your branch is ahead of 'origin/master' by 77 commits.
- (use "git push" to publish your local commits)
- nothing to commit, working tree clean
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git checkout -b missingreviews2
- Switched to a new branch 'missingreviews2'
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git checkout master
- Switched to branch 'master'
- Your branch is ahead of 'origin/master' by 77 commits.
- (use "git push" to publish your local commits)
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git checkout missingreviews2
- Switched to branch 'missingreviews2'
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ locate com.frontierwallet*
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ node refreshNewAndroidApps.js com.frontierwallet
- node:internal/modules/cjs/loader:936
- throw err;
- ^
- Error: Cannot find module '../google-play-scraper'
- Require stack:
- - /home/dannybuntu/Work/walletScrutinyCom/scripts/helperPlayStore.js
- - /home/dannybuntu/Work/walletScrutinyCom/refreshNewAndroidApps.js
- at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
- at Function.Module._load (node:internal/modules/cjs/loader:778:27)
- at Module.require (node:internal/modules/cjs/loader:999:19)
- at require (node:internal/modules/cjs/helpers:102:18)
- at Object.<anonymous> (/home/dannybuntu/Work/walletScrutinyCom/scripts/helperPlayStore.js:2:15)
- at Module._compile (node:internal/modules/cjs/loader:1097:14)
- at Object.Module._extensions..js (node:internal/modules/cjs/loader:1149:10)
- at Module.load (node:internal/modules/cjs/loader:975:32)
- at Function.Module._load (node:internal/modules/cjs/loader:822:12)
- at Module.require (node:internal/modules/cjs/loader:999:19) {
- code: 'MODULE_NOT_FOUND',
- requireStack: [
- '/home/dannybuntu/Work/walletScrutinyCom/scripts/helperPlayStore.js',
- '/home/dannybuntu/Work/walletScrutinyCom/refreshNewAndroidApps.js'
- ]
- }
- Node.js v17.2.0
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ ls
- _android _data _hardware node_modules refreshDonations.js _site
- assets debug.keystore images package.json refreshHardwareWallets.js someCharts.ods
- _authors embed _includes package-lock.json refreshNewAndroidApps.js test.sh
- CHANGELOG.md Gemfile _iphone _pages refreshNewIphoneApps.js updateImages.sh
- _config.dev.yml Gemfile.lock _layouts _press refresh.sh
- _config.yml google-play-scraper LICENSE README.md _sass
- CONTRIBUTING.md gulpfile.js netlify.toml refreshApps.js scripts
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git checkout master
- Switched to branch 'master'
- Your branch is ahead of 'origin/master' by 77 commits.
- (use "git push" to publish your local commits)
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git submodule update --init --recursive
- Submodule path 'google-play-scraper': checked out '4f31495b4db741ba83000e1c596446014c45e19a'
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ cd google-play-scraper/
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom/google-play-scraper$ npm install
- npm WARN old lockfile
- npm WARN old lockfile The package-lock.json file was created with an old version of npm,
- npm WARN old lockfile so supplemental metadata must be fetched from the registry.
- npm WARN old lockfile
- npm WARN old lockfile This is a one-time fix-up, please be patient...
- npm WARN old lockfile
- npm WARN deprecated [email protected]: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
- npm WARN deprecated [email protected]: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
- added 289 packages, and audited 290 packages in 15s
- 11 packages are looking for funding
- run `npm fund` for details
- 16 moderate severity vulnerabilities
- To address issues that do not require attention, run:
- npm audit fix
- To address all issues (including breaking changes), run:
- npm audit fix --force
- Run `npm audit` for details.
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom/google-play-scraper$ cd ..
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git checkout missingreviews2
- M google-play-scraper
- Switched to branch 'missingreviews2'
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git status
- On branch missingreviews2
- Changes not staged for commit:
- (use "git add <file>..." to update what will be committed)
- (use "git restore <file>..." to discard changes in working directory)
- (commit or discard the untracked or modified content in submodules)
- modified: google-play-scraper (modified content)
- no changes added to commit (use "git add" and/or "git commit -a")
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git checkout master
- M google-play-scraper
- Switched to branch 'master'
- Your branch is ahead of 'origin/master' by 77 commits.
- (use "git push" to publish your local commits)
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git status
- On branch master
- Your branch is ahead of 'origin/master' by 77 commits.
- (use "git push" to publish your local commits)
- Changes not staged for commit:
- (use "git add <file>..." to update what will be committed)
- (use "git restore <file>..." to discard changes in working directory)
- (commit or discard the untracked or modified content in submodules)
- modified: google-play-scraper (modified content)
- no changes added to commit (use "git add" and/or "git commit -a")
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git add google-play-scraper/
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git commit -m "Google Play Scraper"
- On branch master
- Your branch is ahead of 'origin/master' by 77 commits.
- (use "git push" to publish your local commits)
- Changes not staged for commit:
- (use "git add <file>..." to update what will be committed)
- (use "git restore <file>..." to discard changes in working directory)
- (commit or discard the untracked or modified content in submodules)
- modified: google-play-scraper (modified content)
- no changes added to commit (use "git add" and/or "git commit -a")
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git add .
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git status
- On branch master
- Your branch is ahead of 'origin/master' by 77 commits.
- (use "git push" to publish your local commits)
- Changes not staged for commit:
- (use "git add <file>..." to update what will be committed)
- (use "git restore <file>..." to discard changes in working directory)
- (commit or discard the untracked or modified content in submodules)
- modified: google-play-scraper (modified content)
- no changes added to commit (use "git add" and/or "git commit -a")
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement