Searched full:gitremote (Results 1 – 13 of 13) sorted by relevance
| /external/python/cpython3/.azure-pipelines/windows-release/ |
| D | checkout.yml | 7 …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/ |
| D | windows-release.yml | 4 - name: GitRemote 84 ${{ if ne(parameters.GitRemote, '(Other)') }}: 85 GitRemote: ${{ parameters.GitRemote }} 87 GitRemote: ${{ parameters.GitRemote_Other }}
|
| /external/toybox/toys/pending/ |
| D | git.c | 20 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/ |
| D | newtoys.h | 41 USE_GITREMOTE(NEWTOY(gitremote, "<1", TOYFLAG_USR|TOYFLAG_BIN))
|
| /external/toybox/android/device/generated/ |
| D | newtoys.h | 111 USE_GITREMOTE(NEWTOY(gitremote, "<1", TOYFLAG_USR|TOYFLAG_BIN))
|
| D | flags.h | 1189 // gitremote <1 5028 #define TT this.gitremote
|
| D | help.h | 475 #define HELP_gitremote "usage: gitremote URL\nA minimal git remote add origin."
|
| /external/toybox/android/mac/generated/ |
| D | newtoys.h | 111 USE_GITREMOTE(NEWTOY(gitremote, "<1", TOYFLAG_USR|TOYFLAG_BIN))
|
| D | flags.h | 1189 // gitremote <1 5028 #define TT this.gitremote
|
| D | help.h | 477 #define HELP_gitremote "usage: gitremote URL\nA minimal git remote add origin."
|
| /external/toybox/android/linux/generated/ |
| D | newtoys.h | 111 USE_GITREMOTE(NEWTOY(gitremote, "<1", TOYFLAG_USR|TOYFLAG_BIN))
|
| D | flags.h | 1189 // gitremote <1 5028 #define TT this.gitremote
|
| D | help.h | 477 #define HELP_gitremote "usage: gitremote URL\nA minimal git remote add origin."
|