Home
last modified time | relevance | path

Searched full:gitremote (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython3/.azure-pipelines/windows-release/
Dcheckout.yml7 …meters.depth }} --branch $(SourceTag) --single-branch https://github.com/$(GitRemote)/cpython.git .
8 displayName: 'git clone ($(GitRemote)/$(SourceTag))'
9 condition: and(succeeded(), and(variables['GitRemote'], variables['SourceTag']))
13 condition: and(succeeded(), and(not(variables['GitRemote']), variables['SourceTag']))
15 …}} --branch $(Build.SourceBranchName) --single-branch https://github.com/$(GitRemote)/cpython.git .
16 displayName: 'git clone ($(GitRemote)/<default>)'
17 condition: and(succeeded(), and(variables['GitRemote'], not(variables['SourceTag'])))
21 condition: and(succeeded(), and(not(variables['GitRemote']), not(variables['SourceTag'])))
/external/python/cpython3/.azure-pipelines/
Dwindows-release.yml4 - name: GitRemote
84 ${{ if ne(parameters.GitRemote, '(Other)') }}:
85 GitRemote: ${{ parameters.GitRemote }}
87 GitRemote: ${{ parameters.GitRemote_Other }}
/external/toybox/toys/pending/
Dgit.c20 USE_GITREMOTE(NEWTOY(gitremote, "<1", TOYFLAG_USR|TOYFLAG_BIN))
44 config GITREMOTE
45 bool "gitremote"
48 usage: gitremote URL
320 static void gitremote(char *url) in gitremote() function
616 gitremote(TT.url); in gitclone_main()
636 gitremote(TT.url); in gitremote_main()
/external/toybox/scripts/prereq/generated/
Dnewtoys.h41 USE_GITREMOTE(NEWTOY(gitremote, "<1", TOYFLAG_USR|TOYFLAG_BIN))
/external/toybox/android/device/generated/
Dnewtoys.h111 USE_GITREMOTE(NEWTOY(gitremote, "<1", TOYFLAG_USR|TOYFLAG_BIN))
Dflags.h1189 // gitremote <1
5028 #define TT this.gitremote
Dhelp.h475 #define HELP_gitremote "usage: gitremote URL\nA minimal git remote add origin."
/external/toybox/android/mac/generated/
Dnewtoys.h111 USE_GITREMOTE(NEWTOY(gitremote, "<1", TOYFLAG_USR|TOYFLAG_BIN))
Dflags.h1189 // gitremote <1
5028 #define TT this.gitremote
Dhelp.h477 #define HELP_gitremote "usage: gitremote URL\nA minimal git remote add origin."
/external/toybox/android/linux/generated/
Dnewtoys.h111 USE_GITREMOTE(NEWTOY(gitremote, "<1", TOYFLAG_USR|TOYFLAG_BIN))
Dflags.h1189 // gitremote <1
5028 #define TT this.gitremote
Dhelp.h477 #define HELP_gitremote "usage: gitremote URL\nA minimal git remote add origin."