Home
last modified time | relevance | path

Searched refs:git (Results 1 – 25 of 204) sorted by relevance

123456789

/expo/scripts/
H A Ddownload-dependencies.sh12 require git-lfs
19 git submodule update --init
20 git submodule foreach --recursive git checkout .
23 git lfs pull
/expo/.github/actions/expo-git-decrypt/
H A Daction.yml2 description: 'Composite action to perform git secrets decryption.'
6 description: 'An encrypted git key.'
14 - name: �� Install git-crypt on Linux
17 run: sudo apt-get install git-crypt
18 - name: �� Install git-crypt on macOS
21 run: brew install git-crypt
28 echo 'git-crypt key not present in environment'
30 git crypt unlock <(echo $GIT_CRYPT_KEY_BASE64 | base64 --decode)
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/sdks/hermes-engine/
H A Dhermes-utils.rb33 def compute_hermes_source(build_from_source, hermestag_file, git, version, build_type, react_native… argument
40 build_from_tagfile(source, git, hermestag_file)
42 build_hermes_from_source(source, git)
49 build_hermes_from_source(source, git)
61 def build_from_tagfile(source, git, hermestag_file) argument
64 source[:git] = git
128 def build_hermes_from_source(source, git) argument
130 source[:git] = git
131 source[:commit] = `git ls-remote https://github.com/facebook/hermes main | cut -f 1`.strip
/expo/apps/eas-expo-go/scripts/
H A Deas-build-pre-install.sh17 sudo apt-get -y install git-crypt
19 HOMEBREW_NO_AUTO_UPDATE=1 brew install git-crypt
21 git-crypt unlock $GIT_CRYPT_KEY
27 url = https://github.com/expo/react-native.git
32 git submodule update --init
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/sdks/hermes-engine/
H A DABI47_0_0hermes-engine.podspec17 # We need to check the current git branch/remote to verify if
19 currentbranch, err = Open3.capture3("git rev-parse --abbrev-ref HEAD")
20 currentremote, err = Open3.capture3("git config --get remote.origin.url")
23 git = "https://github.com/facebook/hermes.git"
30 source[:git] = git
31 source[:commit] = `git ls-remote https://github.com/facebook/hermes main | cut -f 1`.strip
32 elsif currentremote.strip.end_with?("facebook/react-native.git") and currentbranch.strip.end_with?(…
36 source[:git] = git
71 if source[:git] then
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dprocess-podspecs.sh22 git init
23 git add .
24 git commit -m "init"
25 git remote add origin "https://example.com/$SPEC_REPO.git"
H A Dupdate-ruby.sh62 IS_GIT_REPO=$(git rev-parse --is-inside-work-tree 2> /dev/null || true)
65 git add \
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dprocess-podspecs.sh22 git init
23 git add .
24 git commit -m "init"
25 git remote add origin "https://example.com/$SPEC_REPO.git"
/expo/secrets/
H A D.gitattributes1 * filter=git-crypt diff=git-crypt
/expo/scripts/git-hooks/
H A Dpost-checkout2 command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but '…
3 git lfs post-checkout "$@"
H A Dpost-merge2 command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but '…
3 git lfs post-merge "$@"
/expo/packages/expo-dev-menu/scripts/
H A Dreset-dev-menu-packager-host.sh3 git update-index --no-skip-worktree $HOST_FILE
4 git checkout HEAD -- $HOST_FILE
/expo/bin/
H A Dunlock4 KEYFILE=$HOME/.expo-internal/expo-git-crypt-key
11 git-crypt unlock "$KEYFILE"
/expo/docs/pages/build-reference/
H A Dgit-submodules.mdx3 description: Learn how to configure EAS Build to use git submodules.
33 # git remote set-url origin git@github.com:example/repo.git
40 # add your git provider to the list of known hosts
43 git submodule update --init
/expo/
H A D.gitmodules3 url = git@github.com:expo/react-native.git
H A D.envrc30 for path in scripts/git-hooks/*; do
32 ln -sf "../../scripts/git-hooks/$filename" ".git/hooks/$filename"
/expo/packages/expo-auth-session/src/__tests__/
H A DQueryParams-test.ts5 expect(results.params).toStrictEqual({ foo: 'bar', git: 'hub' });
17 const results = QueryParams.buildQueryString({ foo: 'bar', git: 'hub , ' });
/expo/docs/scripts/
H A Dversionpatch.sh25 for f in $(git ls-files -o --exclude-standard); do
33 git diff -- ../$src_version | patch -p5
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/
H A DABI47_0_0React.podspec11 source = { :git => 'https://github.com/facebook/ABI47_0_0react-native.git' }
14 source[:commit] = `git rev-parse HEAD`.strip if system("git rev-parse --git-dir > /dev/null 2>&1")
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/
H A DABI49_0_0React.podspec11 source = { :git => 'https://github.com/facebook/ABI49_0_0react-native.git' }
14 source[:commit] = `git rev-parse HEAD`.strip if system("git rev-parse --git-dir > /dev/null 2>&1")
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/
H A DABI48_0_0React.podspec11 source = { :git => 'https://github.com/facebook/ABI48_0_0react-native.git' }
14 source[:commit] = `git rev-parse HEAD`.strip if system("git rev-parse --git-dir > /dev/null 2>&1")
/expo/packages/expo-sensors/ios/
H A DExpoSensors.podspec15 s.source = { git: 'https://github.com/expo/expo.git' }
/expo/packages/expo/
H A DExpo.podspec14 s.source = { git: 'https://github.com/expo/expo.git' }
/expo/packages/expo-video/ios/
H A DExpoVideo.podspec15 s.source = { git: 'https://github.com/expo/expo.git' }
/expo/packages/expo-in-app-purchases/ios/
H A DEXInAppPurchases.podspec14 s.source = { git: 'https://github.com/expo/expo.git' }

123456789