Remove DENO_NO_UPDATE_CHECK help block

OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=127
This commit is contained in:
Avindra Goolcharan 2023-05-19 19:10:24 +00:00 committed by Git OBS Bridge
parent 783ce16da7
commit 5034897d7c
2 changed files with 19 additions and 0 deletions

View File

@ -16,3 +16,16 @@ index 99312d5..e733306 100644
let main_module = cli_options.resolve_main_module()?;
let permissions = PermissionsContainer::new(Permissions::from_options(
diff --git a/cli/args/flags.rs.1 b/cli/args/flags.rs
index fa28241..d6e2baa 100644
--- a/cli/args/flags.rs.1
+++ b/cli/args/flags.rs
@@ -580,8 +580,6 @@ static ENV_VARIABLES_HELP: &str = r#"ENVIRONMENT VARIABLES:
DENO_NO_PACKAGE_JSON Disables auto-resolution of package.json
DENO_NO_PROMPT Set to disable permission prompts on access
(alternative to passing --no-prompt on invocation)
- DENO_NO_UPDATE_CHECK Set to disable checking if a newer Deno version is
- available
DENO_V8_FLAGS Set V8 command line options
DENO_JOBS Number of parallel workers used for the --parallel
flag with the test subcommand. Defaults to number

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 19 19:07:35 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
- update deno-disable-update-check.patch
* remove DENO_NO_UPDATE_CHECK block from env variables help
-------------------------------------------------------------------
Thu May 18 20:19:52 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>