Home
last modified time | relevance | path

Searched +full:dry +full:- +full:run (Results 1 – 25 of 247) sorted by relevance

12345678910

/third_party/node/deps/v8/tools/release/
Dcreate_release.py3 # Use of this source code is governed by a BSD-style license that can be
22 self.DeleteBranch("work-branch")
85 print("Dry run. Command:\ngit %s" % cmd)
100 print("Dry run. Command:\ngit %s" % cmd)
109 self.Git("reset --hard origin/main")
110 self.Git("new-branch work-branch --upstream origin/%s" % self["version"])
127 new_watchlist_content = re.sub("(# 'v8-merges@googlegroups\.com',)",
128 "'v8-merges@googlegroups.com',",
150 print("Dry run - upload CL.")
159 cmd = "cl land --bypass-hooks -f"
[all …]
Dauto_roll.py3 # Use of this source code is governed by a BSD-style license that can be
17 https://v8.dev/docs/triage-issues
20 https://v8-roll.appspot.com/
23 CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel
46 # Get last-rolled v8 revision from Chromium's DEPS file.
48 "gclient", "getdep -r src/v8", cwd=self._options.chromium).strip()
74 # compared to the last roll, i.e. if the newest release is a cherry-pick
127 self.DeleteBranch("work-branch", cwd=cwd)
133 self.GitCreateBranch("work-branch", cwd=cwd)
143 if self.Command("gclient", "setdep -r src/v8@%s" %
[all …]
/third_party/node/deps/npm/man/man1/
Dnpm-prune.11 .TH "NPM-PRUNE" "1" "February 2024" "" ""
3 \fBnpm-prune\fR - Remove extraneous packages
17 If the \fB--omit=dev\fR flag is specified or the \fBNODE_ENV\fR environment variable is set to \fBp…
19 If the \fB--dry-run\fR flag is used then no changes will actually be made.
21 If the \fB--json\fR flag is used, then the changes \fBnpm prune\fR made (or would have made with \f…
23 …les are pruned automatically, so you'll only need this command with the \fB--production\fR flag. H…
36 …ependencies \fIare\fR still resolved and added to the \fBpackage-lock.json\fR or \fBnpm-shrinkwrap…
38 If a package type appears in both the \fB--include\fR and \fB--omit\fR lists, then it will be inclu…
52 This is the inverse of \fB--omit=<type>\fR.
54 …types specified in \fB--include\fR will not be omitted, regardless of the order in which omit/incl…
[all …]
Dnpm-publish.11 .TH "NPM-PUBLISH" "1" "February 2024" "" ""
3 \fBnpm-publish\fR - Publish a package
8 npm publish <package-spec>
15 … in the name, combined with a scope-configured registry (see \fB\fBpackage.json\fR\fR \fI\(la/conf…
20 … a program described by a \fB\fBpackage.json\fR\fR \fI\(la/configuring-npm/package-json\(ra\fR file
28 e) a \fB<name>@<tag>\fR (see npm help dist-tag) that points to (d)
42 Similar to \fB--dry-run\fR see npm help pack, which figures out the files to be included and packs …
45 To see what will be included in your package, run \fBnpm pack --dry-run\fR. All files are included …
50 If there is a "files" list in \fB\fBpackage.json\fR\fR \fI\(la/configuring-npm/package-json\(ra\fR,…
54 … the \fBsame pattern rules\fR \fI\(lahttps://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-t…
[all …]
/third_party/nghttp2/.github/workflows/
Dfuzz.yml3 permissions: read-all
6 runs-on: ubuntu-latest
8 - name: Build Fuzzers
9 uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
11 oss-fuzz-project-name: 'nghttp2'
12 dry-run: false
13 - name: Run Fuzzers
14 uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
16 oss-fuzz-project-name: 'nghttp2'
17 fuzz-seconds: 600
[all …]
/third_party/pcre2/pcre2/.github/workflows/
Dcifuzz.yml5 runs-on: ubuntu-latest
7 - name: Build Fuzzers
9 uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
11 oss-fuzz-project-name: 'pcre2'
12 dry-run: false
13 - name: Run Fuzzers
14 uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
16 oss-fuzz-project-name: 'pcre2'
17 fuzz-seconds: 300
18 dry-run: false
[all …]
/third_party/libsnd/.github/workflows/
Dcifuzz.yml5 runs-on: ubuntu-latest
7 - name: Build Fuzzers
9 uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
11 oss-fuzz-project-name: 'libsndfile'
12 dry-run: false
14 - name: Run Fuzzers
15 uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
17 oss-fuzz-project-name: 'libsndfile'
18 fuzz-seconds: 600
19 dry-run: false
[all …]
/third_party/node/deps/npm/tap-snapshots/test/lib/commands/
Dpublish.js.test.cjs2 * This snapshot file is auto-generated, but designed for humans.
4 * Re-generate by setting TAP_SNAPSHOT=1 and running tests.
9 + test-package@1.0.0
13 + @npm/test-package@1.0.0
16 exports[`test/lib/commands/publish.js TAP dry-run > must match snapshot 1`] = `
23 "package: test-package@1.0.0",
38 name: test-package
40 filename: test-package-1.0.0.tgz
54 "Publishing to https://registry.npmjs.org/ with tag latest and default access (dry-run)",
59 exports[`test/lib/commands/publish.js TAP foreground-scripts can still be set to false > must match…
[all …]
/third_party/node/deps/npm/lib/commands/
Dpublish.js1 const log = require('../utils/log-shim.js')
5 const runScript = require('@npmcli/run-script')
7 const npa = require('npm-package-arg')
8 const npmFetch = require('npm-registry-fetch')
9 const replaceInfo = require('../utils/replace-info.js')
16 // revisit this at some point, and have a minimal set that's a SemVer-major
19 const pkgJson = require('@npmcli/package-json')
21 const BaseCommand = require('../base-command.js')
28 'dry-run',
32 'include-workspace-root',
[all …]
Ddedupe.js2 const reifyFinish = require('../utils/reify-finish.js')
4 const ArboristWorkspaceCmd = require('../arborist-cmd.js')
10 'install-strategy',
11 'legacy-bundling',
12 'global-style',
13 'strict-peer-deps',
14 'package-lock',
17 'ignore-scripts',
19 'bin-links',
21 'dry-run',
[all …]
/third_party/node/deps/npm/docs/content/commands/
Dnpm-prune.md1 ---
2 title: npm-prune
5 ---
21 If the `--omit=dev` flag is specified or the `NODE_ENV` environment
25 If the `--dry-run` flag is used then no changes will actually be made.
27 If the `--json` flag is used, then the changes `npm prune` made (or would
28 have made with `--dry-run`) are printed as a JSON object.
31 only need this command with the `--production` flag. However, in the real
46 `package-lock.json` or `npm-shrinkwrap.json` file. They are just not
49 If a package type appears in both the `--include` and `--omit` lists, then
[all …]
Dnpm-publish.md1 ---
2 title: npm-publish
5 ---
10 npm publish <package-spec>
19 [`scope`](/using-npm/scope) in the name, combined with a
20 scope-configured registry (see
21 [`package.json`](/configuring-npm/package-json)).
28 [`package.json`](/configuring-npm/package-json) file
32 [`registry`](/using-npm/registry)) with (c)
33 * e) a `<name>@<tag>` (see [`npm dist-tag`](/commands/npm-dist-tag)) that
[all …]
/third_party/skia/third_party/externals/tint/tools/src/cmd/roll-release/
Dmain.go7 // http://www.apache.org/licenses/LICENSE-2.0
15 // roll-release is a tool to roll changes in Tint release branches into Dawn,
37 "github.com/go-git/go-git/v5"
38 "github.com/go-git/go-git/v5/config"
39 "github.com/go-git/go-git/v5/plumbing"
40 "github.com/go-git/go-git/v5/plumbing/transport"
41 git_http "github.com/go-git/go-git/v5/plumbing/transport/http"
42 "github.com/go-git/go-git/v5/storage/memory"
46 toolName = "roll-release"
47 gitCommitMsgHookURL = "https://gerrit-review.googlesource.com/tools/hooks/commit-msg"
[all …]
/third_party/python/Tools/scripts/
Dfixnotice.py12 -h / --help
15 --oldnotice=file
19 --newnotice=file
23 --dry-run
25 would change. When used with -v, a status will be printed for every
28 -v / --verbose
35 Copyright (c) 1995-2000, Corporation for National Research Initiatives.
36 Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
64 'dry-run', 'verbose'])
69 if opt in ('-h', '--help'):
[all …]
/third_party/node/deps/npm/docs/output/commands/
Dnpm-prune.html2 <meta charset="utf-8">
3 <title>npm-prune</title>
6 background-color: #ffffff;
11 line-height: 1.5;
13 …font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple C…
17 background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff);
21 text-decoration: none;
25 text-decoration: underline;
32 border-radius: 6px;
37 white-space: pre;
[all …]
Dnpm-publish.html2 <meta charset="utf-8">
3 <title>npm-publish</title>
6 background-color: #ffffff;
11 line-height: 1.5;
13 …font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple C…
17 background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff);
21 text-decoration: none;
25 text-decoration: underline;
32 border-radius: 6px;
37 white-space: pre;
[all …]
Dnpm-pack.html2 <meta charset="utf-8">
3 <title>npm-pack</title>
6 background-color: #ffffff;
11 line-height: 1.5;
13 …font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple C…
17 background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff);
21 text-decoration: none;
25 text-decoration: underline;
32 border-radius: 6px;
37 white-space: pre;
[all …]
/third_party/jerryscript/tools/
Dgen-doctest.py9 # http://www.apache.org/licenses/LICENSE-2.0
32 def __init__(self, outdir, dry): argument
35 :param dry: if True, don't create the doctest files but print the file
39 self._dry = dry
79 decl['test'] = 'run'
162 auto-numbered naming scheme), and `test` determines the test action to be performed on
163 the extracted code (valid options are "compile", "link", and the default "run").
165 parser.add_argument('-d', '--dir', metavar='NAME', default=os.getcwd(),
167 parser.add_argument('--dry', action='store_true',
174 extractor = DoctestExtractor(args.dir, args.dry)
/third_party/node/deps/npm/tap-snapshots/test/lib/
Ddocs.js.test.cjs2 * This snapshot file is auto-generated, but designed for humans.
4 * Re-generate by setting TAP_SNAPSHOT=1 and running tests.
15 npm test run this project's tests
16 npm run <foo> run the script named <foo>
17 npm <command> -h quick help on <command>
18 npm -l display usage info for all commands
26 Specify configs in the ini-formatted file:
28 or on the command line via: npm <command> --key=value
39 "add-user": "adduser",
42 "cit": "install-ci-test",
[all …]
/third_party/skia/site/docs/dev/contrib/
Dcqkeywords.md2 ---
6 ---
18 ------
23 To do a dry run through the CQ please use Gerrit's [CQ Dry
24 Run](https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/G5-X0_tfmok)
29 The CQ will run through its list of verifiers (reviewer check, trybots, tree check,
33 No-Dependency-Checks
34 --------------------
36 No-Dependency-Checks: true
42 Cq-Include-Trybots
[all …]
/third_party/rust/crates/once_cell/xtask/src/
Dmain.rs10 fn main() -> xshell::Result<()> { in main()
18 cmd!(sh, "cargo test --workspace --no-run").run()?; in main()
24 for &release in &[None, Some("--release")] { in main()
25 cmd!(sh, "cargo test --features unstable {release...}").run()?; in main()
28 "cargo test --no-default-features --features unstable,std,parking_lot {release...}" in main()
30 .run()?; in main()
34 cmd!(sh, "cargo test --no-default-features --features unstable --test it").run()?; in main()
35 cmd!(sh, "cargo test --no-default-features --features unstable,alloc --test it").run()?; in main()
37 cmd!(sh, "cargo test --no-default-features --features critical-section").run()?; in main()
38 cmd!(sh, "cargo test --features critical-section").run()?; in main()
[all …]
/third_party/node/deps/npm/test/lib/commands/
Dpack.js2 const { load: loadMockNpm } = require('../../fixtures/mock-npm')
3 const { cleanZlib } = require('../../fixtures/clean-snapshot')
13 name: 'test-package',
19 const filename = 'test-package-1.0.0.tgz'
25 t.test('follows pack-destination config', async t => {
29 name: 'test-package',
32 'tar-destination': {},
34 config: ({ prefix }) => ({ 'pack-destination': path.join(prefix, 'tar-destination') }),
37 const filename = 'test-package-1.0.0.tgz'
39 t.ok(fs.statSync(path.resolve(npm.prefix, 'tar-destination', filename)))
[all …]
/third_party/typescript/tests/baselines/reference/tsbuild/sample1/
Ddoes-not-write-any-files-in-a-dry-build.js3 /// <reference no-default-lib="true"/>
94 export function run() { function
113 /lib/tsc --b /src/tests --dry
114 [12:00:06 AM] A non-dry build would build project '/src/core/tsconfig.json'
116 [12:00:07 AM] A non-dry build would build project '/src/logic/tsconfig.json'
118 [12:00:08 AM] A non-dry build would build project '/src/tests/tsconfig.json'
/third_party/python/Lib/distutils/
Dcmd.py22 been processed -- hence 'finalize_options()'. The "body" of the
24 options, is the 'run()' method, which must also be implemented by every
29 # eg. "install" as the parent with sub-commands "install_lib",
45 # -- Creation/initialization methods -------------------------------
64 # Per-command versions of the global flags, so that the user can
65 # customize Distutils' behaviour command-by-command and let some
69 # value of each flag is a touch complicated -- hence "self._dry_run"
84 # The 'help' flag is just used for command-line parsing, so
113 # setup script, by options from config file(s), or by command-line
118 # (command-line, option file, etc.) has been processed
[all …]
/third_party/python/Tools/msi/
Duploadrelease.bat17 if "%1" EQU "-h" goto Help
18 if "%1" EQU "-o" (set HOST=%~2) && shift && shift && goto CheckOpts
19 if "%1" EQU "--host" (set HOST=%~2) && shift && shift && goto CheckOpts
20 if "%1" EQU "-u" (set USER=%~2) && shift && shift && goto CheckOpts
21 if "%1" EQU "--user" (set USER=%~2) && shift && shift && goto CheckOpts
22 if "%1" EQU "-t" (set TARGET=%~2) && shift && shift && goto CheckOpts
23 if "%1" EQU "--target" (set TARGET=%~2) && shift && shift && goto CheckOpts
24 if "%1" EQU "--dry-run" (set DRYRUN=true) && shift && goto CheckOpts
25 if "%1" EQU "--skip-upload" (set NOUPLOAD=true) && shift && goto CheckOpts
26 if "%1" EQU "--skip-gpg" (set NOGPG=true) && shift && goto CheckOpts
[all …]

12345678910