Skip to content

Commit

Permalink
Update execution output for the introduction of the download cache
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Apr 18, 2015
1 parent 3e8ec34 commit bd72f0e
Show file tree
Hide file tree
Showing 23 changed files with 84 additions and 63 deletions.
2 changes: 1 addition & 1 deletion init_single_platform/after/execution_output.txt
@@ -1 +1 @@
CLAIDE_DISABLE_AUTO_WRAP=TRUE CP_AGGRESSIVE_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod init --verbose --no-ansi 2>&1
CLAIDE_DISABLE_AUTO_WRAP=TRUE COCOAPODS_SKIP_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod init --verbose --no-ansi 2>&1
12 changes: 7 additions & 5 deletions install_add_pod/after/execution_output.txt
@@ -1,4 +1,4 @@
CLAIDE_DISABLE_AUTO_WRAP=TRUE CP_AGGRESSIVE_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
CLAIDE_DISABLE_AUTO_WRAP=TRUE COCOAPODS_SKIP_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
Preparing

Analyzing dependencies
Expand Down Expand Up @@ -33,16 +33,17 @@ Downloading dependencies
-> Installing JSONKit (1.5pre)
> Git download
> Git download
$ GIT_BIN clone https://github.com/johnezang/JSONKit.git ROOT/tmp/install_add_pod/Pods/JSONKit
Cloning into 'ROOT/tmp/install_add_pod/Pods/JSONKit'...
$ GIT_BIN clone https://github.com/johnezang/JSONKit.git TMPDIR
Cloning into 'TMPDIR'...
$ GIT_BIN checkout -b activated-commit 0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce
Switched to a new branch 'activated-commit'
> Copying JSONKit from `TMPDIR/Release/JSONKit/1.5pre-efef3` to `Pods/JSONKit`

-> Installing Reachability (3.1.0)
> Git download
> Git download
$ GIT_BIN clone https://github.com/tonymillion/Reachability.git ROOT/tmp/install_add_pod/Pods/Reachability --single-branch --depth 1 --branch v3.1.0
Cloning into 'ROOT/tmp/install_add_pod/Pods/Reachability'...
$ GIT_BIN clone https://github.com/tonymillion/Reachability.git TMPDIR --single-branch --depth 1 --branch v3.1.0
Cloning into 'TMPDIR'...
Note: checking out 'f7176f4798d068d233dca5223ae4bd9c8059e830'.

You are in 'detached HEAD' state. You can look around, make experimental
Expand All @@ -54,6 +55,7 @@ Downloading dependencies

git checkout -b new_branch_name

> Copying Reachability from `TMPDIR/Release/Reachability/3.1.0-14a77` to `Pods/Reachability`
- Running pre install hooks

Generating Pods project
Expand Down
7 changes: 4 additions & 3 deletions install_custom_build_configuration/after/execution_output.txt
@@ -1,4 +1,4 @@
CLAIDE_DISABLE_AUTO_WRAP=TRUE CP_AGGRESSIVE_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
CLAIDE_DISABLE_AUTO_WRAP=TRUE COCOAPODS_SKIP_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
Preparing

Analyzing dependencies
Expand All @@ -24,8 +24,8 @@ Downloading dependencies
-> Installing Reachability (3.1.0)
> Git download
> Git download
$ GIT_BIN clone https://github.com/tonymillion/Reachability.git ROOT/tmp/install_custom_build_configuration/Pods/Reachability --single-branch --depth 1 --branch v3.1.0
Cloning into 'ROOT/tmp/install_custom_build_configuration/Pods/Reachability'...
$ GIT_BIN clone https://github.com/tonymillion/Reachability.git TMPDIR --single-branch --depth 1 --branch v3.1.0
Cloning into 'TMPDIR'...
Note: checking out 'f7176f4798d068d233dca5223ae4bd9c8059e830'.

You are in 'detached HEAD' state. You can look around, make experimental
Expand All @@ -37,6 +37,7 @@ Downloading dependencies

git checkout -b new_branch_name

> Copying Reachability from `TMPDIR/Release/Reachability/3.1.0-14a77` to `Pods/Reachability`
- Running pre install hooks

Generating Pods project
Expand Down
2 changes: 1 addition & 1 deletion install_custom_module_map/after/execution_output.txt
@@ -1,4 +1,4 @@
CLAIDE_DISABLE_AUTO_WRAP=TRUE CP_AGGRESSIVE_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
CLAIDE_DISABLE_AUTO_WRAP=TRUE COCOAPODS_SKIP_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
Preparing

Analyzing dependencies
Expand Down
12 changes: 7 additions & 5 deletions install_custom_module_name/after/execution_output.txt
@@ -1,4 +1,4 @@
CLAIDE_DISABLE_AUTO_WRAP=TRUE CP_AGGRESSIVE_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
CLAIDE_DISABLE_AUTO_WRAP=TRUE COCOAPODS_SKIP_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
Preparing

Analyzing dependencies
Expand Down Expand Up @@ -33,8 +33,8 @@ Downloading dependencies
-> Installing SocketRocket (0.3.1-beta2)
> Git download
> Git download
$ GIT_BIN clone https://github.com/square/SocketRocket.git ROOT/tmp/install_custom_module_name/Pods/SocketRocket --single-branch --depth 1 --branch v0.3.1-beta2
Cloning into 'ROOT/tmp/install_custom_module_name/Pods/SocketRocket'...
$ GIT_BIN clone https://github.com/square/SocketRocket.git TMPDIR --single-branch --depth 1 --branch v0.3.1-beta2
Cloning into 'TMPDIR'...
Note: checking out 'f61e3c3ae532bf72f0c75524c92e95d625283a13'.

You are in 'detached HEAD' state. You can look around, make experimental
Expand All @@ -46,12 +46,13 @@ Downloading dependencies

git checkout -b new_branch_name

> Copying SocketRocket from `TMPDIR/Release/SocketRocket/0.3.1-beta2-79a68` to `Pods/SocketRocket`

-> Installing libPusher (1.5)
> Git download
> Git download
$ GIT_BIN clone https://github.com/lukeredpath/libPusher.git ROOT/tmp/install_custom_module_name/Pods/libPusher --single-branch --depth 1 --branch v1.5
Cloning into 'ROOT/tmp/install_custom_module_name/Pods/libPusher'...
$ GIT_BIN clone https://github.com/lukeredpath/libPusher.git TMPDIR --single-branch --depth 1 --branch v1.5
Cloning into 'TMPDIR'...
Note: checking out 'ac87421f81c874ad0b5116d3523a3467dff28439'.

You are in 'detached HEAD' state. You can look around, make experimental
Expand All @@ -63,6 +64,7 @@ Downloading dependencies

git checkout -b new_branch_name

> Copying libPusher from `TMPDIR/Release/libPusher/1.5-58332` to `Pods/libPusher`
- Running pre install hooks

Generating Pods project
Expand Down
7 changes: 4 additions & 3 deletions install_custom_workspace/after/execution_output.txt
@@ -1,4 +1,4 @@
CLAIDE_DISABLE_AUTO_WRAP=TRUE CP_AGGRESSIVE_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
CLAIDE_DISABLE_AUTO_WRAP=TRUE COCOAPODS_SKIP_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
Preparing

Analyzing dependencies
Expand Down Expand Up @@ -29,8 +29,8 @@ Downloading dependencies
-> Installing Reachability (3.1.0)
> Git download
> Git download
$ GIT_BIN clone https://github.com/tonymillion/Reachability.git ROOT/tmp/install_custom_workspace/Pods/Reachability --single-branch --depth 1 --branch v3.1.0
Cloning into 'ROOT/tmp/install_custom_workspace/Pods/Reachability'...
$ GIT_BIN clone https://github.com/tonymillion/Reachability.git TMPDIR --single-branch --depth 1 --branch v3.1.0
Cloning into 'TMPDIR'...
Note: checking out 'f7176f4798d068d233dca5223ae4bd9c8059e830'.

You are in 'detached HEAD' state. You can look around, make experimental
Expand All @@ -42,6 +42,7 @@ Downloading dependencies

git checkout -b new_branch_name

> Copying Reachability from `TMPDIR/Release/Reachability/3.1.0-14a77` to `Pods/Reachability`
- Running pre install hooks

Generating Pods project
Expand Down
5 changes: 3 additions & 2 deletions install_external_source/after/execution_output.txt
@@ -1,4 +1,4 @@
CLAIDE_DISABLE_AUTO_WRAP=TRUE CP_AGGRESSIVE_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
CLAIDE_DISABLE_AUTO_WRAP=TRUE COCOAPODS_SKIP_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
Preparing

Analyzing dependencies
Expand All @@ -9,9 +9,10 @@ Inspecting targets to integrate
Fetching external sources
-> Pre-downloading: `PodTest` from `PodTest-hg-source`
> Mercurial download
$ HG_BIN clone PodTest-hg-source ROOT/tmp/install_external_source/Pods/PodTest
$ HG_BIN clone PodTest-hg-source TMPDIR
updating to branch default
5 files updated, 0 files merged, 0 files removed, 0 files unresolved
> Copying PodTest from `TMPDIR/External/PodTest/980b701b951d78af6633f3b3a3517275` to `Pods/PodTest`

Resolving dependencies of `Podfile`
Starting resolution (<#DATE#>)
Expand Down
2 changes: 1 addition & 1 deletion install_framework_resources/after/execution_output.txt
@@ -1,4 +1,4 @@
CLAIDE_DISABLE_AUTO_WRAP=TRUE CP_AGGRESSIVE_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
CLAIDE_DISABLE_AUTO_WRAP=TRUE COCOAPODS_SKIP_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
Preparing

Analyzing dependencies
Expand Down
2 changes: 1 addition & 1 deletion install_local_source/after/execution_output.txt
@@ -1,4 +1,4 @@
CLAIDE_DISABLE_AUTO_WRAP=TRUE CP_AGGRESSIVE_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
CLAIDE_DISABLE_AUTO_WRAP=TRUE COCOAPODS_SKIP_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
Preparing

Analyzing dependencies
Expand Down
12 changes: 7 additions & 5 deletions install_multiple_targets/after/execution_output.txt
@@ -1,4 +1,4 @@
CLAIDE_DISABLE_AUTO_WRAP=TRUE CP_AGGRESSIVE_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
CLAIDE_DISABLE_AUTO_WRAP=TRUE COCOAPODS_SKIP_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
Preparing

Analyzing dependencies
Expand Down Expand Up @@ -38,8 +38,8 @@ Downloading dependencies
-> Installing JSONKit (1.4)
> Git download
> Git download
$ GIT_BIN clone https://github.com/johnezang/JSONKit.git ROOT/tmp/install_multiple_targets/Pods/JSONKit --single-branch --depth 1 --branch v1.4
Cloning into 'ROOT/tmp/install_multiple_targets/Pods/JSONKit'...
$ GIT_BIN clone https://github.com/johnezang/JSONKit.git TMPDIR --single-branch --depth 1 --branch v1.4
Cloning into 'TMPDIR'...
Note: checking out '99930114548f9cedc8070a3bd4d9a217adc218ca'.

You are in 'detached HEAD' state. You can look around, make experimental
Expand All @@ -51,12 +51,13 @@ Downloading dependencies

git checkout -b new_branch_name

> Copying JSONKit from `TMPDIR/Release/JSONKit/1.4-2111a` to `Pods/JSONKit`

-> Installing Reachability (3.1.0)
> Git download
> Git download
$ GIT_BIN clone https://github.com/tonymillion/Reachability.git ROOT/tmp/install_multiple_targets/Pods/Reachability --single-branch --depth 1 --branch v3.1.0
Cloning into 'ROOT/tmp/install_multiple_targets/Pods/Reachability'...
$ GIT_BIN clone https://github.com/tonymillion/Reachability.git TMPDIR --single-branch --depth 1 --branch v3.1.0
Cloning into 'TMPDIR'...
Note: checking out 'f7176f4798d068d233dca5223ae4bd9c8059e830'.

You are in 'detached HEAD' state. You can look around, make experimental
Expand All @@ -68,6 +69,7 @@ Downloading dependencies

git checkout -b new_branch_name

> Copying Reachability from `TMPDIR/Release/Reachability/3.1.0-14a77` to `Pods/Reachability`
- Running pre install hooks

Generating Pods project
Expand Down
7 changes: 4 additions & 3 deletions install_new/after/execution_output.txt
@@ -1,4 +1,4 @@
CLAIDE_DISABLE_AUTO_WRAP=TRUE CP_AGGRESSIVE_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
CLAIDE_DISABLE_AUTO_WRAP=TRUE COCOAPODS_SKIP_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
Preparing

Analyzing dependencies
Expand All @@ -24,8 +24,8 @@ Downloading dependencies
-> Installing Reachability (3.1.0)
> Git download
> Git download
$ GIT_BIN clone https://github.com/tonymillion/Reachability.git ROOT/tmp/install_new/Pods/Reachability --single-branch --depth 1 --branch v3.1.0
Cloning into 'ROOT/tmp/install_new/Pods/Reachability'...
$ GIT_BIN clone https://github.com/tonymillion/Reachability.git TMPDIR --single-branch --depth 1 --branch v3.1.0
Cloning into 'TMPDIR'...
Note: checking out 'f7176f4798d068d233dca5223ae4bd9c8059e830'.

You are in 'detached HEAD' state. You can look around, make experimental
Expand All @@ -37,6 +37,7 @@ Downloading dependencies

git checkout -b new_branch_name

> Copying Reachability from `TMPDIR/Release/Reachability/3.1.0-14a77` to `Pods/Reachability`
- Running pre install hooks

Generating Pods project
Expand Down
7 changes: 4 additions & 3 deletions install_non_objective_c_files/after/execution_output.txt
@@ -1,4 +1,4 @@
CLAIDE_DISABLE_AUTO_WRAP=TRUE CP_AGGRESSIVE_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
CLAIDE_DISABLE_AUTO_WRAP=TRUE COCOAPODS_SKIP_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
Preparing

Analyzing dependencies
Expand Down Expand Up @@ -27,10 +27,11 @@ Downloading dependencies
-> Installing Moment (0.0.1)
> Git download
> Git download
$ GIT_BIN clone https://github.com/kmussel/Moment.git ROOT/tmp/install_non_objective_c_files/Pods/Moment
Cloning into 'ROOT/tmp/install_non_objective_c_files/Pods/Moment'...
$ GIT_BIN clone https://github.com/kmussel/Moment.git TMPDIR
Cloning into 'TMPDIR'...
$ GIT_BIN checkout -b activated-commit 39f21fee0cef410c6d89c9fa94ff5638527ef7bc
Switched to a new branch 'activated-commit'
> Copying Moment from `TMPDIR/External/Moment/36661709e941ee9665042b1c53a2cbd8-59f62` to `Pods/Moment`
- Running pre install hooks

Generating Pods project
Expand Down
7 changes: 4 additions & 3 deletions install_podfile_callbacks/after/execution_output.txt
@@ -1,4 +1,4 @@
CLAIDE_DISABLE_AUTO_WRAP=TRUE CP_AGGRESSIVE_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
CLAIDE_DISABLE_AUTO_WRAP=TRUE COCOAPODS_SKIP_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
Preparing

Analyzing dependencies
Expand All @@ -24,8 +24,8 @@ Downloading dependencies
-> Installing Reachability (3.1.0)
> Git download
> Git download
$ GIT_BIN clone https://github.com/tonymillion/Reachability.git ROOT/tmp/install_podfile_callbacks/Pods/Reachability --single-branch --depth 1 --branch v3.1.0
Cloning into 'ROOT/tmp/install_podfile_callbacks/Pods/Reachability'...
$ GIT_BIN clone https://github.com/tonymillion/Reachability.git TMPDIR --single-branch --depth 1 --branch v3.1.0
Cloning into 'TMPDIR'...
Note: checking out 'f7176f4798d068d233dca5223ae4bd9c8059e830'.

You are in 'detached HEAD' state. You can look around, make experimental
Expand All @@ -37,6 +37,7 @@ Downloading dependencies

git checkout -b new_branch_name

> Copying Reachability from `TMPDIR/Release/Reachability/3.1.0-14a77` to `Pods/Reachability`
- Running pre install hooks
- Podfile

Expand Down
7 changes: 4 additions & 3 deletions install_podspec/after/execution_output.txt
@@ -1,4 +1,4 @@
CLAIDE_DISABLE_AUTO_WRAP=TRUE CP_AGGRESSIVE_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
CLAIDE_DISABLE_AUTO_WRAP=TRUE COCOAPODS_SKIP_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
Preparing

Analyzing dependencies
Expand Down Expand Up @@ -27,8 +27,8 @@ Downloading dependencies
-> Installing Reachability (3.1.0)
> Git download
> Git download
$ GIT_BIN clone https://github.com/tonymillion/Reachability.git ROOT/tmp/install_podspec/Pods/Reachability --single-branch --depth 1 --branch v3.1.0
Cloning into 'ROOT/tmp/install_podspec/Pods/Reachability'...
$ GIT_BIN clone https://github.com/tonymillion/Reachability.git TMPDIR --single-branch --depth 1 --branch v3.1.0
Cloning into 'TMPDIR'...
Note: checking out 'f7176f4798d068d233dca5223ae4bd9c8059e830'.

You are in 'detached HEAD' state. You can look around, make experimental
Expand All @@ -40,6 +40,7 @@ Downloading dependencies

git checkout -b new_branch_name

> Copying Reachability from `TMPDIR/External/Reachability/780cc8d3605be966ab99d841c83f0d03-2d009` to `Pods/Reachability`
- Running pre install hooks

Generating Pods project
Expand Down
7 changes: 4 additions & 3 deletions install_remove_pod/after/execution_output.txt
@@ -1,4 +1,4 @@
CLAIDE_DISABLE_AUTO_WRAP=TRUE CP_AGGRESSIVE_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
CLAIDE_DISABLE_AUTO_WRAP=TRUE COCOAPODS_SKIP_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
Preparing

Analyzing dependencies
Expand Down Expand Up @@ -31,8 +31,8 @@ Downloading dependencies
-> Installing Reachability (3.1.0)
> Git download
> Git download
$ GIT_BIN clone https://github.com/tonymillion/Reachability.git ROOT/tmp/install_remove_pod/Pods/Reachability --single-branch --depth 1 --branch v3.1.0
Cloning into 'ROOT/tmp/install_remove_pod/Pods/Reachability'...
$ GIT_BIN clone https://github.com/tonymillion/Reachability.git TMPDIR --single-branch --depth 1 --branch v3.1.0
Cloning into 'TMPDIR'...
Note: checking out 'f7176f4798d068d233dca5223ae4bd9c8059e830'.

You are in 'detached HEAD' state. You can look around, make experimental
Expand All @@ -44,6 +44,7 @@ Downloading dependencies

git checkout -b new_branch_name

> Copying Reachability from `TMPDIR/Release/Reachability/3.1.0-14a77` to `Pods/Reachability`
- Running pre install hooks

Generating Pods project
Expand Down
2 changes: 1 addition & 1 deletion install_resources/after/execution_output.txt
@@ -1,4 +1,4 @@
CLAIDE_DISABLE_AUTO_WRAP=TRUE CP_AGGRESSIVE_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
CLAIDE_DISABLE_AUTO_WRAP=TRUE COCOAPODS_SKIP_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
Preparing

Analyzing dependencies
Expand Down
@@ -1,4 +1,4 @@
CLAIDE_DISABLE_AUTO_WRAP=TRUE CP_AGGRESSIVE_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
CLAIDE_DISABLE_AUTO_WRAP=TRUE COCOAPODS_SKIP_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
Preparing

Analyzing dependencies
Expand Down
5 changes: 3 additions & 2 deletions install_subspecs/after/execution_output.txt
@@ -1,4 +1,4 @@
CLAIDE_DISABLE_AUTO_WRAP=TRUE CP_AGGRESSIVE_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
CLAIDE_DISABLE_AUTO_WRAP=TRUE COCOAPODS_SKIP_CACHE=TRUE CP_REPOS_DIR=ROOT/spec/fixtures/spec-repos XCODEPROJ_DISABLE_XCPROJ=TRUE ruby ROOT/bin/pod install --no-repo-update --verbose --no-ansi 2>&1
Preparing

Analyzing dependencies
Expand All @@ -11,9 +11,10 @@ Inspecting targets to integrate
Fetching external sources
-> Pre-downloading: `PodTest` from `PodTest-hg-source`
> Mercurial download
$ HG_BIN clone PodTest-hg-source ROOT/tmp/install_subspecs/Pods/PodTest
$ HG_BIN clone PodTest-hg-source TMPDIR
updating to branch default
5 files updated, 0 files merged, 0 files removed, 0 files unresolved
> Copying PodTest from `TMPDIR/External/PodTest/980b701b951d78af6633f3b3a3517275` to `Pods/PodTest`

Resolving dependencies of `Podfile`
Starting resolution (<#DATE#>)
Expand Down

0 comments on commit bd72f0e

Please sign in to comment.