Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
6ee49d29
Commit
6ee49d29
authored
May 31, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Integration] Update fixtures
parent
93db60aa
Hide whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
85 additions
and
87 deletions
+85
-87
Pods-resources.sh
.../integration/install_add_pod/after/Pods/Pods-resources.sh
+1
-1
execution_output.txt
spec/integration/install_add_pod/after/execution_output.txt
+5
-6
Pods-SampleApp_1-resources.sh
...custom_workspace/after/Pods/Pods-SampleApp_1-resources.sh
+1
-1
Pods-SampleApp_2-resources.sh
...custom_workspace/after/Pods/Pods-SampleApp_2-resources.sh
+1
-1
execution_output.txt
...ation/install_custom_workspace/after/execution_output.txt
+8
-8
Pods-resources.sh
...tion/install_external_source/after/Pods/Pods-resources.sh
+1
-1
execution_output.txt
...ration/install_external_source/after/execution_output.txt
+1
-1
Pods-resources.sh
...gration/install_local_source/after/Pods/Pods-resources.sh
+1
-1
Pods-SampleApp_2-resources.sh
...multiple_targets/after/Pods/Pods-SampleApp_2-resources.sh
+1
-1
Pods-resources.sh
...ion/install_multiple_targets/after/Pods/Pods-resources.sh
+1
-1
Pods-test-resources.sh
...nstall_multiple_targets/after/Pods/Pods-test-resources.sh
+1
-1
execution_output.txt
...ation/install_multiple_targets/after/execution_output.txt
+13
-14
Pods-resources.sh
spec/integration/install_new/after/Pods/Pods-resources.sh
+1
-1
execution_output.txt
spec/integration/install_new/after/execution_output.txt
+8
-8
Pods-resources.sh
...on/install_podfile_callbacks/after/Pods/Pods-resources.sh
+1
-1
execution_output.txt
...tion/install_podfile_callbacks/after/execution_output.txt
+8
-8
Pods-resources.sh
.../integration/install_podspec/after/Pods/Pods-resources.sh
+1
-1
execution_output.txt
spec/integration/install_podspec/after/execution_output.txt
+8
-8
Pods-resources.sh
...tegration/install_remove_pod/after/Pods/Pods-resources.sh
+1
-1
Pods-resources.sh
...ation/install_spec_callbacks/after/Pods/Pods-resources.sh
+1
-1
execution_output.txt
...gration/install_spec_callbacks/after/execution_output.txt
+8
-8
Pods-OS X App-resources.sh
...on/install_subspecs/after/Pods/Pods-OS X App-resources.sh
+1
-1
Pods-iOS App-resources.sh
...ion/install_subspecs/after/Pods/Pods-iOS App-resources.sh
+1
-1
execution_output.txt
spec/integration/install_subspecs/after/execution_output.txt
+2
-2
Pods-resources.sh
spec/integration/update/after/Pods/Pods-resources.sh
+1
-1
execution_output.txt
spec/integration/update/after/execution_output.txt
+8
-8
No files found.
spec/integration/install_add_pod/after/Pods/Pods-resources.sh
View file @
6ee49d29
#!/bin/sh
RESOURCES_TO_COPY
=
${
PODS_ROOT
}
/resources-to-copy.txt
touch
"
$RESOURCES_TO_COPY
"
>
"
$RESOURCES_TO_COPY
"
install_resource
()
{
...
...
spec/integration/install_add_pod/after/execution_output.txt
View file @
6ee49d29
...
...
@@ -18,18 +18,17 @@ Downloading dependencies
-> Installing JSONKit (1.5pre)
> GitHub download
$ /
opt/local
/bin/git config core.bare
$ /
usr
/bin/git config core.bare
true
$ /
opt/local
/bin/git config core.bare
$ /
usr
/bin/git config core.bare
true
$ /
opt/local
/bin/git rev-list --max-count=1 0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce
$ /
usr
/bin/git rev-list --max-count=1 0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce
0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce
> Cloning to Pods folder
$ /opt/local/bin/git clone "CACHES_DIR/GitHub/de3e1c97c03ac13b29e7533beea2d2131589900f"
"ROOT/tmp/install_add_pod/Pods/JSONKit"
$ /usr/bin/git clone "CACHES_DIR/GitHub/de3e1c97c03ac13b29e7533beea2d2131589900f" "ROOT/tmp/install_add_pod/Pods/JSONKit"
Cloning into 'ROOT/tmp/install_add_pod/Pods/JSONKit'...
done.
$ /
opt/local
/bin/git checkout -b activated-pod-commit 0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce 2>&1
$ /
usr
/bin/git checkout -b activated-pod-commit 0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce 2>&1
Switched to a new branch 'activated-pod-commit'
-> Using Reachability (3.1.0)
...
...
spec/integration/install_custom_workspace/after/Pods/Pods-SampleApp_1-resources.sh
View file @
6ee49d29
#!/bin/sh
RESOURCES_TO_COPY
=
${
PODS_ROOT
}
/resources-to-copy.txt
touch
"
$RESOURCES_TO_COPY
"
>
"
$RESOURCES_TO_COPY
"
install_resource
()
{
...
...
spec/integration/install_custom_workspace/after/Pods/Pods-SampleApp_2-resources.sh
View file @
6ee49d29
#!/bin/sh
RESOURCES_TO_COPY
=
${
PODS_ROOT
}
/resources-to-copy.txt
touch
"
$RESOURCES_TO_COPY
"
>
"
$RESOURCES_TO_COPY
"
install_resource
()
{
...
...
spec/integration/install_custom_workspace/after/execution_output.txt
View file @
6ee49d29
...
...
@@ -15,21 +15,21 @@ Downloading dependencies
-> Installing Reachability (3.1.0)
> GitHub download
$ /
opt/local
/bin/git config core.bare
$ /
usr
/bin/git config core.bare
true
$ /
opt/local
/bin/git config core.bare
$ /
usr
/bin/git config core.bare
true
$ /
opt/local
/bin/git rev-list --max-count=1 v3.1.0
$ /
usr
/bin/git rev-list --max-count=1 v3.1.0
f7176f4798d068d233dca5223ae4bd9c8059e830
$ /
opt/local
/bin/git init
$ /
usr
/bin/git init
Initialized empty Git repository in ROOT/tmp/install_custom_workspace/Pods/Reachability/.git/
$ /
opt/local
/bin/git remote add origin 'CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6'
$ /
opt/local
/bin/git fetch origin tags/v3.1.0 2>&1
$ /
usr
/bin/git remote add origin 'CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6'
$ /
usr
/bin/git fetch origin tags/v3.1.0 2>&1
From CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6
* tag v3.1.0 -> FETCH_HEAD
$ /
opt/local
/bin/git reset --hard FETCH_HEAD
$ /
usr
/bin/git reset --hard FETCH_HEAD
HEAD is now at f7176f4 updated podspec
$ /
opt/local
/bin/git checkout -b activated-pod-commit 2>&1
$ /
usr
/bin/git checkout -b activated-pod-commit 2>&1
Switched to a new branch 'activated-pod-commit'
- Running pre install hooks
...
...
spec/integration/install_external_source/after/Pods/Pods-resources.sh
View file @
6ee49d29
#!/bin/sh
RESOURCES_TO_COPY
=
${
PODS_ROOT
}
/resources-to-copy.txt
touch
"
$RESOURCES_TO_COPY
"
>
"
$RESOURCES_TO_COPY
"
install_resource
()
{
...
...
spec/integration/install_external_source/after/execution_output.txt
View file @
6ee49d29
...
...
@@ -4,7 +4,7 @@ Analyzing dependencies
Fetching external sources
-> Pre-downloading: `PodTest` from `PodTest-hg-source`
> Mercurial download
$ /
opt
/local/bin/hg clone "PodTest-hg-source" "ROOT/tmp/install_external_source/Pods/PodTest"
$ /
usr
/local/bin/hg clone "PodTest-hg-source" "ROOT/tmp/install_external_source/Pods/PodTest"
updating to branch default
5 files updated, 0 files merged, 0 files removed, 0 files unresolved
...
...
spec/integration/install_local_source/after/Pods/Pods-resources.sh
View file @
6ee49d29
#!/bin/sh
RESOURCES_TO_COPY
=
${
PODS_ROOT
}
/resources-to-copy.txt
touch
"
$RESOURCES_TO_COPY
"
>
"
$RESOURCES_TO_COPY
"
install_resource
()
{
...
...
spec/integration/install_multiple_targets/after/Pods/Pods-SampleApp_2-resources.sh
View file @
6ee49d29
#!/bin/sh
RESOURCES_TO_COPY
=
${
PODS_ROOT
}
/resources-to-copy.txt
touch
"
$RESOURCES_TO_COPY
"
>
"
$RESOURCES_TO_COPY
"
install_resource
()
{
...
...
spec/integration/install_multiple_targets/after/Pods/Pods-resources.sh
View file @
6ee49d29
#!/bin/sh
RESOURCES_TO_COPY
=
${
PODS_ROOT
}
/resources-to-copy.txt
touch
"
$RESOURCES_TO_COPY
"
>
"
$RESOURCES_TO_COPY
"
install_resource
()
{
...
...
spec/integration/install_multiple_targets/after/Pods/Pods-test-resources.sh
View file @
6ee49d29
#!/bin/sh
RESOURCES_TO_COPY
=
${
PODS_ROOT
}
/resources-to-copy.txt
touch
"
$RESOURCES_TO_COPY
"
>
"
$RESOURCES_TO_COPY
"
install_resource
()
{
...
...
spec/integration/install_multiple_targets/after/execution_output.txt
View file @
6ee49d29
...
...
@@ -18,37 +18,36 @@ Downloading dependencies
-> Installing JSONKit (1.5pre)
> GitHub download
$ /
opt/local
/bin/git config core.bare
$ /
usr
/bin/git config core.bare
true
$ /
opt/local
/bin/git config core.bare
$ /
usr
/bin/git config core.bare
true
$ /
opt/local
/bin/git rev-list --max-count=1 0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce
$ /
usr
/bin/git rev-list --max-count=1 0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce
0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce
> Cloning to Pods folder
$ /opt/local/bin/git clone "CACHES_DIR/GitHub/de3e1c97c03ac13b29e7533beea2d2131589900f"
"ROOT/tmp/install_multiple_targets/Pods/JSONKit"
$ /usr/bin/git clone "CACHES_DIR/GitHub/de3e1c97c03ac13b29e7533beea2d2131589900f" "ROOT/tmp/install_multiple_targets/Pods/JSONKit"
Cloning into 'ROOT/tmp/install_multiple_targets/Pods/JSONKit'...
done.
$ /
opt/local
/bin/git checkout -b activated-pod-commit 0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce 2>&1
$ /
usr
/bin/git checkout -b activated-pod-commit 0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce 2>&1
Switched to a new branch 'activated-pod-commit'
-> Installing Reachability (3.1.0)
> GitHub download
$ /
opt/local
/bin/git config core.bare
$ /
usr
/bin/git config core.bare
true
$ /
opt/local
/bin/git config core.bare
$ /
usr
/bin/git config core.bare
true
$ /
opt/local
/bin/git rev-list --max-count=1 v3.1.0
$ /
usr
/bin/git rev-list --max-count=1 v3.1.0
f7176f4798d068d233dca5223ae4bd9c8059e830
$ /
opt/local
/bin/git init
$ /
usr
/bin/git init
Initialized empty Git repository in ROOT/tmp/install_multiple_targets/Pods/Reachability/.git/
$ /
opt/local
/bin/git remote add origin 'CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6'
$ /
opt/local
/bin/git fetch origin tags/v3.1.0 2>&1
$ /
usr
/bin/git remote add origin 'CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6'
$ /
usr
/bin/git fetch origin tags/v3.1.0 2>&1
From CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6
* tag v3.1.0 -> FETCH_HEAD
$ /
opt/local
/bin/git reset --hard FETCH_HEAD
$ /
usr
/bin/git reset --hard FETCH_HEAD
HEAD is now at f7176f4 updated podspec
$ /
opt/local
/bin/git checkout -b activated-pod-commit 2>&1
$ /
usr
/bin/git checkout -b activated-pod-commit 2>&1
Switched to a new branch 'activated-pod-commit'
- Running pre install hooks
...
...
spec/integration/install_new/after/Pods/Pods-resources.sh
View file @
6ee49d29
#!/bin/sh
RESOURCES_TO_COPY
=
${
PODS_ROOT
}
/resources-to-copy.txt
touch
"
$RESOURCES_TO_COPY
"
>
"
$RESOURCES_TO_COPY
"
install_resource
()
{
...
...
spec/integration/install_new/after/execution_output.txt
View file @
6ee49d29
...
...
@@ -12,21 +12,21 @@ Downloading dependencies
-> Installing Reachability (3.1.0)
> GitHub download
$ /
opt/local
/bin/git config core.bare
$ /
usr
/bin/git config core.bare
true
$ /
opt/local
/bin/git config core.bare
$ /
usr
/bin/git config core.bare
true
$ /
opt/local
/bin/git rev-list --max-count=1 v3.1.0
$ /
usr
/bin/git rev-list --max-count=1 v3.1.0
f7176f4798d068d233dca5223ae4bd9c8059e830
$ /
opt/local
/bin/git init
$ /
usr
/bin/git init
Initialized empty Git repository in ROOT/tmp/install_new/Pods/Reachability/.git/
$ /
opt/local
/bin/git remote add origin 'CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6'
$ /
opt/local
/bin/git fetch origin tags/v3.1.0 2>&1
$ /
usr
/bin/git remote add origin 'CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6'
$ /
usr
/bin/git fetch origin tags/v3.1.0 2>&1
From CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6
* tag v3.1.0 -> FETCH_HEAD
$ /
opt/local
/bin/git reset --hard FETCH_HEAD
$ /
usr
/bin/git reset --hard FETCH_HEAD
HEAD is now at f7176f4 updated podspec
$ /
opt/local
/bin/git checkout -b activated-pod-commit 2>&1
$ /
usr
/bin/git checkout -b activated-pod-commit 2>&1
Switched to a new branch 'activated-pod-commit'
- Running pre install hooks
...
...
spec/integration/install_podfile_callbacks/after/Pods/Pods-resources.sh
View file @
6ee49d29
#!/bin/sh
RESOURCES_TO_COPY
=
${
PODS_ROOT
}
/resources-to-copy.txt
touch
"
$RESOURCES_TO_COPY
"
>
"
$RESOURCES_TO_COPY
"
install_resource
()
{
...
...
spec/integration/install_podfile_callbacks/after/execution_output.txt
View file @
6ee49d29
...
...
@@ -12,21 +12,21 @@ Downloading dependencies
-> Installing Reachability (3.1.0)
> GitHub download
$ /
opt/local
/bin/git config core.bare
$ /
usr
/bin/git config core.bare
true
$ /
opt/local
/bin/git config core.bare
$ /
usr
/bin/git config core.bare
true
$ /
opt/local
/bin/git rev-list --max-count=1 v3.1.0
$ /
usr
/bin/git rev-list --max-count=1 v3.1.0
f7176f4798d068d233dca5223ae4bd9c8059e830
$ /
opt/local
/bin/git init
$ /
usr
/bin/git init
Initialized empty Git repository in ROOT/tmp/install_podfile_callbacks/Pods/Reachability/.git/
$ /
opt/local
/bin/git remote add origin 'CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6'
$ /
opt/local
/bin/git fetch origin tags/v3.1.0 2>&1
$ /
usr
/bin/git remote add origin 'CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6'
$ /
usr
/bin/git fetch origin tags/v3.1.0 2>&1
From CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6
* tag v3.1.0 -> FETCH_HEAD
$ /
opt/local
/bin/git reset --hard FETCH_HEAD
$ /
usr
/bin/git reset --hard FETCH_HEAD
HEAD is now at f7176f4 updated podspec
$ /
opt/local
/bin/git checkout -b activated-pod-commit 2>&1
$ /
usr
/bin/git checkout -b activated-pod-commit 2>&1
Switched to a new branch 'activated-pod-commit'
- Running pre install hooks
- Podfile
...
...
spec/integration/install_podspec/after/Pods/Pods-resources.sh
View file @
6ee49d29
#!/bin/sh
RESOURCES_TO_COPY
=
${
PODS_ROOT
}
/resources-to-copy.txt
touch
"
$RESOURCES_TO_COPY
"
>
"
$RESOURCES_TO_COPY
"
install_resource
()
{
...
...
spec/integration/install_podspec/after/execution_output.txt
View file @
6ee49d29
...
...
@@ -15,21 +15,21 @@ Downloading dependencies
-> Installing Reachability (3.1.0)
> GitHub download
$ /
opt/local
/bin/git config core.bare
$ /
usr
/bin/git config core.bare
true
$ /
opt/local
/bin/git config core.bare
$ /
usr
/bin/git config core.bare
true
$ /
opt/local
/bin/git rev-list --max-count=1 v3.1.0
$ /
usr
/bin/git rev-list --max-count=1 v3.1.0
f7176f4798d068d233dca5223ae4bd9c8059e830
$ /
opt/local
/bin/git init
$ /
usr
/bin/git init
Initialized empty Git repository in ROOT/tmp/install_podspec/Pods/Reachability/.git/
$ /
opt/local
/bin/git remote add origin 'CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6'
$ /
opt/local
/bin/git fetch origin tags/v3.1.0 2>&1
$ /
usr
/bin/git remote add origin 'CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6'
$ /
usr
/bin/git fetch origin tags/v3.1.0 2>&1
From CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6
* tag v3.1.0 -> FETCH_HEAD
$ /
opt/local
/bin/git reset --hard FETCH_HEAD
$ /
usr
/bin/git reset --hard FETCH_HEAD
HEAD is now at f7176f4 updated podspec
$ /
opt/local
/bin/git checkout -b activated-pod-commit 2>&1
$ /
usr
/bin/git checkout -b activated-pod-commit 2>&1
Switched to a new branch 'activated-pod-commit'
- Running pre install hooks
...
...
spec/integration/install_remove_pod/after/Pods/Pods-resources.sh
View file @
6ee49d29
#!/bin/sh
RESOURCES_TO_COPY
=
${
PODS_ROOT
}
/resources-to-copy.txt
touch
"
$RESOURCES_TO_COPY
"
>
"
$RESOURCES_TO_COPY
"
install_resource
()
{
...
...
spec/integration/install_spec_callbacks/after/Pods/Pods-resources.sh
View file @
6ee49d29
#!/bin/sh
RESOURCES_TO_COPY
=
${
PODS_ROOT
}
/resources-to-copy.txt
touch
"
$RESOURCES_TO_COPY
"
>
"
$RESOURCES_TO_COPY
"
install_resource
()
{
...
...
spec/integration/install_spec_callbacks/after/execution_output.txt
View file @
6ee49d29
...
...
@@ -15,21 +15,21 @@ Downloading dependencies
-> Installing Reachability (3.1.0)
> GitHub download
$ /
opt/local
/bin/git config core.bare
$ /
usr
/bin/git config core.bare
true
$ /
opt/local
/bin/git config core.bare
$ /
usr
/bin/git config core.bare
true
$ /
opt/local
/bin/git rev-list --max-count=1 v3.1.0
$ /
usr
/bin/git rev-list --max-count=1 v3.1.0
f7176f4798d068d233dca5223ae4bd9c8059e830
$ /
opt/local
/bin/git init
$ /
usr
/bin/git init
Initialized empty Git repository in ROOT/tmp/install_spec_callbacks/Pods/Reachability/.git/
$ /
opt/local
/bin/git remote add origin 'CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6'
$ /
opt/local
/bin/git fetch origin tags/v3.1.0 2>&1
$ /
usr
/bin/git remote add origin 'CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6'
$ /
usr
/bin/git fetch origin tags/v3.1.0 2>&1
From CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6
* tag v3.1.0 -> FETCH_HEAD
$ /
opt/local
/bin/git reset --hard FETCH_HEAD
$ /
usr
/bin/git reset --hard FETCH_HEAD
HEAD is now at f7176f4 updated podspec
$ /
opt/local
/bin/git checkout -b activated-pod-commit 2>&1
$ /
usr
/bin/git checkout -b activated-pod-commit 2>&1
Switched to a new branch 'activated-pod-commit'
- Running pre install hooks
- Reachability
...
...
spec/integration/install_subspecs/after/Pods/Pods-OS X App-resources.sh
View file @
6ee49d29
#!/bin/sh
RESOURCES_TO_COPY
=
${
PODS_ROOT
}
/resources-to-copy.txt
touch
"
$RESOURCES_TO_COPY
"
>
"
$RESOURCES_TO_COPY
"
install_resource
()
{
...
...
spec/integration/install_subspecs/after/Pods/Pods-iOS App-resources.sh
View file @
6ee49d29
#!/bin/sh
RESOURCES_TO_COPY
=
${
PODS_ROOT
}
/resources-to-copy.txt
touch
"
$RESOURCES_TO_COPY
"
>
"
$RESOURCES_TO_COPY
"
install_resource
()
{
...
...
spec/integration/install_subspecs/after/execution_output.txt
View file @
6ee49d29
...
...
@@ -4,12 +4,12 @@ Analyzing dependencies
Fetching external sources
-> Pre-downloading: `PodTest` from `PodTest-hg-source`
> Mercurial download
$ /
opt
/local/bin/hg clone "PodTest-hg-source" "ROOT/tmp/install_subspecs/Pods/PodTest"
$ /
usr
/local/bin/hg clone "PodTest-hg-source" "ROOT/tmp/install_subspecs/Pods/PodTest"
updating to branch default
5 files updated, 0 files merged, 0 files removed, 0 files unresolved
-> Pre-downloading: `PodTest` from `PodTest-hg-source`
> Mercurial download
$ /
opt
/local/bin/hg clone "PodTest-hg-source" "ROOT/tmp/install_subspecs/Pods/PodTest"
$ /
usr
/local/bin/hg clone "PodTest-hg-source" "ROOT/tmp/install_subspecs/Pods/PodTest"
updating to branch default
5 files updated, 0 files merged, 0 files removed, 0 files unresolved
...
...
spec/integration/update/after/Pods/Pods-resources.sh
View file @
6ee49d29
#!/bin/sh
RESOURCES_TO_COPY
=
${
PODS_ROOT
}
/resources-to-copy.txt
touch
"
$RESOURCES_TO_COPY
"
>
"
$RESOURCES_TO_COPY
"
install_resource
()
{
...
...
spec/integration/update/after/execution_output.txt
View file @
6ee49d29
...
...
@@ -15,21 +15,21 @@ Downloading dependencies
-> Installing Reachability (3.1.0)
> GitHub download
$ /
opt/local
/bin/git config core.bare
$ /
usr
/bin/git config core.bare
true
$ /
opt/local
/bin/git config core.bare
$ /
usr
/bin/git config core.bare
true
$ /
opt/local
/bin/git rev-list --max-count=1 v3.1.0
$ /
usr
/bin/git rev-list --max-count=1 v3.1.0
f7176f4798d068d233dca5223ae4bd9c8059e830
$ /
opt/local
/bin/git init
$ /
usr
/bin/git init
Initialized empty Git repository in ROOT/tmp/update/Pods/Reachability/.git/
$ /
opt/local
/bin/git remote add origin 'CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6'
$ /
opt/local
/bin/git fetch origin tags/v3.1.0 2>&1
$ /
usr
/bin/git remote add origin 'CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6'
$ /
usr
/bin/git fetch origin tags/v3.1.0 2>&1
From CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6
* tag v3.1.0 -> FETCH_HEAD
$ /
opt/local
/bin/git reset --hard FETCH_HEAD
$ /
usr
/bin/git reset --hard FETCH_HEAD
HEAD is now at f7176f4 updated podspec
$ /
opt/local
/bin/git checkout -b activated-pod-commit 2>&1
$ /
usr
/bin/git checkout -b activated-pod-commit 2>&1
Switched to a new branch 'activated-pod-commit'
- Running pre install hooks
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment