-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathove.static
5 lines (5 loc) · 4.15 KB
/
ove.static
1
2
3
4
5
OVE_BUILT_INS="add add-config add-project add-repo ag ahead am apply apply-cached authors behind blame blame-history branch build-order buildme buildme-parallel cd checkout checkout-by-date commit config demo describe diff diff-cached diff-check diff-owel digraph distrocheck distrocheck-all distrocheck-parallel do domains dry-run echo edit emacs env export export-logs fetch fetch-fetched fetch-remains forall forall-parallel format-patch forowel forowel-parallel forsome fsck fzf generate-doc gfe gfv grep gvim head-tail heads2revtab help hooks ide import import-submodules init install-pkg install-pkg-os l lastlog lastlog-replay lastlog-summary less-lastlog list-aliases list-colors list-commands list-commands-by-category list-committed-files list-deps list-externals list-git-command-options list-heads list-hooks list-hub list-missing-projects list-modified-files list-modified-files-basename list-needs list-path list-projects list-repositories list-scripts list-systests list-systests-aliases list-tags locate locate-all log log-owel loglevel logo loop loop-close lr ls-files ls-remote make mrproper news nop oneliner patch-repo post-push post-push-parallel pre-push proj2val ps pull purge-hub readme rebase-autosquash rec refresh refresh-hub refresh-image remote remote-check remote-set-url remove-repo rename replicate replicate-cluster replicate-cluster-parallel reset reset-ahead reset-hard revtab-check revtab-diff revtab-sync rg rm-logs run run-parallel setup shell-check shortlog-owel show show-ahead show-behind show-dangling show-news stash status strace-connect strace-execve-time strace-execve-timeline strace-graph systest tag tail-lastlog task ts unittest unsource update-revtab version vi wdiff wdiff-cached what-extensions what-is wipe-base-dir worktree"
export OVE_BUILT_INS
OVE_BUILT_INS_WITHOUT_ARGS="authors build-order domains export-logs fetch-fetched fetch-remains generate-doc list-aliases list-colors list-commands-by-category list-externals list-git-command-options list-hub list-modified-files list-modified-files-basename list-scripts list-systests list-systests-aliases list-tags locate locate-all log logo loop-close nop post-push post-push-parallel pre-push ps purge-hub refresh-hub refresh-image remote-check shell-check tag unsource version"
export OVE_BUILT_INS_WITHOUT_ARGS
declare -A ove_config2type=( [OVE_ACCELERATE_BUILDS]=int [OVE_ALIAS]=int [OVE_ALIAS_LIST]=string [OVE_ANONYMIZE_LOGS]=int [OVE_AUTO_CLONE]=int [OVE_AUTO_CORRECT]=int [OVE_AUTO_INSTALL_INCUS]=int [OVE_AUTO_RM_LOGS]=int [OVE_BATCH_IT]=int [OVE_BUILDME_PRE_STEPS]=string [OVE_BUILDME_STEPS]=string [OVE_CLONE_MAX_PARALLEL]=int [OVE_CLONE_RETRY]=int [OVE_CLONE_RETRY_PERIOD]=int [OVE_COMMAND_SETSID]=int [OVE_DEFAULT_BRANCH_NAME]=string [OVE_DEMO_DIVISOR]=int [OVE_DISTROCHECK_CONTAINER_NAME]=string [OVE_DISTROCHECK_CONTAINER_PREFIX]=string [OVE_DISTROCHECK_LAUNCH_EXTRA_ARGS]=string [OVE_DISTROCHECK_STEPS]=string [OVE_DRY_RUN]=int [OVE_EDIT_LIFESPAN_TIME_IN_SEC]=int [OVE_FETCH_EXCLUDE]=string [OVE_FETCH_MAX_PARALLEL]=int [OVE_FETCH_SUBMODULES]=int [OVE_FORCE_SERIALIZE_COMMANDS]=string [OVE_GIT_COMMAND_OPTIONS_DEFAULT]=string [OVE_GIT_COMMAND_OPTIONS_OVERRIDE]=string [OVE_GIT_USE_FLOCK]=int [OVE_GRAPH_VIEWER]=string [OVE_HASH_SIZE_THRESHOLD_IN_BYTES]=int [OVE_HEADS2REVTAB_MODE]=int [OVE_HOOKS_APPEND_TO_LASTLOG]=int [OVE_HUB_URL_LIST]=string [OVE_IDE_LOOP_ARGS]=string [OVE_IDE_SLEEP_BETWEEN_COMMANDS]=float [OVE_IMPORT_PROJECTS]=int [OVE_INSTALL_PKG]=int [OVE_INSTALL_PKG_ELEVATE_METHOD]=string [OVE_LOCAL_ECHO]=int [OVE_LOCATE_LIFESPAN_TIME_IN_SEC]=int [OVE_LOCATE_SEARCH_DIR]=string [OVE_LOGLEVEL]=int [OVE_LOG_DIR_DISK_USAGE_WARNING_MB]=int [OVE_LOOP_INOTIFY_EXTRA]=string [OVE_MAKEFLAGS]=string [OVE_OWEL_CI_BRANCH]=string [OVE_PATCH_REPOS]=int [OVE_PATCH_REPOS_METHOD]=string [OVE_PROJECT_DISABLE]=string [OVE_RECORD_IT]=int [OVE_REDIRECT_OUTPUT]= [OVE_REFRESH_STEPS]=string [OVE_REVTAB_CHECK]=int [OVE_STATUS_TRUNC]=int [OVE_STATUS_TRUNC_REVISION]=int [OVE_SYSTEST_CLEANUP]=int [OVE_SYSTEST_HEADER]=string [OVE_SYSTEST_REPEAT]=int [OVE_SYSTEST_SKIP]=string [OVE_SYSTEST_TIMEOUT]=int [OVE_TAINT_USER_ENV]=int [OVE_TMUX_LAYOUT]=string [OVE_TMUX_PANE_HEADER]=string [OVE_TMUX_PANE_PER_WINDOW]=int [OVE_TRACE_MODE]=int )