Commit 6ee49d29 authored by Fabio Pelosin's avatar Fabio Pelosin

[Integration] Update fixtures

parent 93db60aa
#!/bin/sh #!/bin/sh
RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt
touch "$RESOURCES_TO_COPY" > "$RESOURCES_TO_COPY"
install_resource() install_resource()
{ {
......
...@@ -18,18 +18,17 @@ Downloading dependencies ...@@ -18,18 +18,17 @@ Downloading dependencies
-> Installing JSONKit (1.5pre) -> Installing JSONKit (1.5pre)
> GitHub download > GitHub download
$ /opt/local/bin/git config core.bare $ /usr/bin/git config core.bare
true true
$ /opt/local/bin/git config core.bare $ /usr/bin/git config core.bare
true true
$ /opt/local/bin/git rev-list --max-count=1 0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce $ /usr/bin/git rev-list --max-count=1 0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce
0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce 0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce
> Cloning to Pods folder > Cloning to Pods folder
$ /opt/local/bin/git clone "CACHES_DIR/GitHub/de3e1c97c03ac13b29e7533beea2d2131589900f" $ /usr/bin/git clone "CACHES_DIR/GitHub/de3e1c97c03ac13b29e7533beea2d2131589900f" "ROOT/tmp/install_add_pod/Pods/JSONKit"
"ROOT/tmp/install_add_pod/Pods/JSONKit"
Cloning into 'ROOT/tmp/install_add_pod/Pods/JSONKit'... Cloning into 'ROOT/tmp/install_add_pod/Pods/JSONKit'...
done. 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' Switched to a new branch 'activated-pod-commit'
-> Using Reachability (3.1.0) -> Using Reachability (3.1.0)
......
#!/bin/sh #!/bin/sh
RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt
touch "$RESOURCES_TO_COPY" > "$RESOURCES_TO_COPY"
install_resource() install_resource()
{ {
......
#!/bin/sh #!/bin/sh
RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt
touch "$RESOURCES_TO_COPY" > "$RESOURCES_TO_COPY"
install_resource() install_resource()
{ {
......
...@@ -15,21 +15,21 @@ Downloading dependencies ...@@ -15,21 +15,21 @@ Downloading dependencies
-> Installing Reachability (3.1.0) -> Installing Reachability (3.1.0)
> GitHub download > GitHub download
$ /opt/local/bin/git config core.bare $ /usr/bin/git config core.bare
true true
$ /opt/local/bin/git config core.bare $ /usr/bin/git config core.bare
true 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 f7176f4798d068d233dca5223ae4bd9c8059e830
$ /opt/local/bin/git init $ /usr/bin/git init
Initialized empty Git repository in ROOT/tmp/install_custom_workspace/Pods/Reachability/.git/ Initialized empty Git repository in ROOT/tmp/install_custom_workspace/Pods/Reachability/.git/
$ /opt/local/bin/git remote add origin 'CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6' $ /usr/bin/git remote add origin 'CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6'
$ /opt/local/bin/git fetch origin tags/v3.1.0 2>&1 $ /usr/bin/git fetch origin tags/v3.1.0 2>&1
From CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6 From CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6
* tag v3.1.0 -> FETCH_HEAD * 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 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' Switched to a new branch 'activated-pod-commit'
- Running pre install hooks - Running pre install hooks
......
#!/bin/sh #!/bin/sh
RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt
touch "$RESOURCES_TO_COPY" > "$RESOURCES_TO_COPY"
install_resource() install_resource()
{ {
......
...@@ -4,7 +4,7 @@ Analyzing dependencies ...@@ -4,7 +4,7 @@ Analyzing dependencies
Fetching external sources Fetching external sources
-> Pre-downloading: `PodTest` from `PodTest-hg-source` -> Pre-downloading: `PodTest` from `PodTest-hg-source`
> Mercurial download > 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 updating to branch default
5 files updated, 0 files merged, 0 files removed, 0 files unresolved 5 files updated, 0 files merged, 0 files removed, 0 files unresolved
......
#!/bin/sh #!/bin/sh
RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt
touch "$RESOURCES_TO_COPY" > "$RESOURCES_TO_COPY"
install_resource() install_resource()
{ {
......
#!/bin/sh #!/bin/sh
RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt
touch "$RESOURCES_TO_COPY" > "$RESOURCES_TO_COPY"
install_resource() install_resource()
{ {
......
#!/bin/sh #!/bin/sh
RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt
touch "$RESOURCES_TO_COPY" > "$RESOURCES_TO_COPY"
install_resource() install_resource()
{ {
......
#!/bin/sh #!/bin/sh
RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt
touch "$RESOURCES_TO_COPY" > "$RESOURCES_TO_COPY"
install_resource() install_resource()
{ {
......
...@@ -18,37 +18,36 @@ Downloading dependencies ...@@ -18,37 +18,36 @@ Downloading dependencies
-> Installing JSONKit (1.5pre) -> Installing JSONKit (1.5pre)
> GitHub download > GitHub download
$ /opt/local/bin/git config core.bare $ /usr/bin/git config core.bare
true true
$ /opt/local/bin/git config core.bare $ /usr/bin/git config core.bare
true true
$ /opt/local/bin/git rev-list --max-count=1 0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce $ /usr/bin/git rev-list --max-count=1 0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce
0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce 0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce
> Cloning to Pods folder > Cloning to Pods folder
$ /opt/local/bin/git clone "CACHES_DIR/GitHub/de3e1c97c03ac13b29e7533beea2d2131589900f" $ /usr/bin/git clone "CACHES_DIR/GitHub/de3e1c97c03ac13b29e7533beea2d2131589900f" "ROOT/tmp/install_multiple_targets/Pods/JSONKit"
"ROOT/tmp/install_multiple_targets/Pods/JSONKit"
Cloning into 'ROOT/tmp/install_multiple_targets/Pods/JSONKit'... Cloning into 'ROOT/tmp/install_multiple_targets/Pods/JSONKit'...
done. 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' Switched to a new branch 'activated-pod-commit'
-> Installing Reachability (3.1.0) -> Installing Reachability (3.1.0)
> GitHub download > GitHub download
$ /opt/local/bin/git config core.bare $ /usr/bin/git config core.bare
true true
$ /opt/local/bin/git config core.bare $ /usr/bin/git config core.bare
true 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 f7176f4798d068d233dca5223ae4bd9c8059e830
$ /opt/local/bin/git init $ /usr/bin/git init
Initialized empty Git repository in ROOT/tmp/install_multiple_targets/Pods/Reachability/.git/ Initialized empty Git repository in ROOT/tmp/install_multiple_targets/Pods/Reachability/.git/
$ /opt/local/bin/git remote add origin 'CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6' $ /usr/bin/git remote add origin 'CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6'
$ /opt/local/bin/git fetch origin tags/v3.1.0 2>&1 $ /usr/bin/git fetch origin tags/v3.1.0 2>&1
From CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6 From CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6
* tag v3.1.0 -> FETCH_HEAD * 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 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' Switched to a new branch 'activated-pod-commit'
- Running pre install hooks - Running pre install hooks
......
#!/bin/sh #!/bin/sh
RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt
touch "$RESOURCES_TO_COPY" > "$RESOURCES_TO_COPY"
install_resource() install_resource()
{ {
......
...@@ -12,21 +12,21 @@ Downloading dependencies ...@@ -12,21 +12,21 @@ Downloading dependencies
-> Installing Reachability (3.1.0) -> Installing Reachability (3.1.0)
> GitHub download > GitHub download
$ /opt/local/bin/git config core.bare $ /usr/bin/git config core.bare
true true
$ /opt/local/bin/git config core.bare $ /usr/bin/git config core.bare
true 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 f7176f4798d068d233dca5223ae4bd9c8059e830
$ /opt/local/bin/git init $ /usr/bin/git init
Initialized empty Git repository in ROOT/tmp/install_new/Pods/Reachability/.git/ Initialized empty Git repository in ROOT/tmp/install_new/Pods/Reachability/.git/
$ /opt/local/bin/git remote add origin 'CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6' $ /usr/bin/git remote add origin 'CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6'
$ /opt/local/bin/git fetch origin tags/v3.1.0 2>&1 $ /usr/bin/git fetch origin tags/v3.1.0 2>&1
From CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6 From CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6
* tag v3.1.0 -> FETCH_HEAD * 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 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' Switched to a new branch 'activated-pod-commit'
- Running pre install hooks - Running pre install hooks
......
#!/bin/sh #!/bin/sh
RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt
touch "$RESOURCES_TO_COPY" > "$RESOURCES_TO_COPY"
install_resource() install_resource()
{ {
......
...@@ -12,21 +12,21 @@ Downloading dependencies ...@@ -12,21 +12,21 @@ Downloading dependencies
-> Installing Reachability (3.1.0) -> Installing Reachability (3.1.0)
> GitHub download > GitHub download
$ /opt/local/bin/git config core.bare $ /usr/bin/git config core.bare
true true
$ /opt/local/bin/git config core.bare $ /usr/bin/git config core.bare
true 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 f7176f4798d068d233dca5223ae4bd9c8059e830
$ /opt/local/bin/git init $ /usr/bin/git init
Initialized empty Git repository in ROOT/tmp/install_podfile_callbacks/Pods/Reachability/.git/ Initialized empty Git repository in ROOT/tmp/install_podfile_callbacks/Pods/Reachability/.git/
$ /opt/local/bin/git remote add origin 'CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6' $ /usr/bin/git remote add origin 'CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6'
$ /opt/local/bin/git fetch origin tags/v3.1.0 2>&1 $ /usr/bin/git fetch origin tags/v3.1.0 2>&1
From CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6 From CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6
* tag v3.1.0 -> FETCH_HEAD * 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 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' Switched to a new branch 'activated-pod-commit'
- Running pre install hooks - Running pre install hooks
- Podfile - Podfile
......
#!/bin/sh #!/bin/sh
RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt
touch "$RESOURCES_TO_COPY" > "$RESOURCES_TO_COPY"
install_resource() install_resource()
{ {
......
...@@ -15,21 +15,21 @@ Downloading dependencies ...@@ -15,21 +15,21 @@ Downloading dependencies
-> Installing Reachability (3.1.0) -> Installing Reachability (3.1.0)
> GitHub download > GitHub download
$ /opt/local/bin/git config core.bare $ /usr/bin/git config core.bare
true true
$ /opt/local/bin/git config core.bare $ /usr/bin/git config core.bare
true 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 f7176f4798d068d233dca5223ae4bd9c8059e830
$ /opt/local/bin/git init $ /usr/bin/git init
Initialized empty Git repository in ROOT/tmp/install_podspec/Pods/Reachability/.git/ Initialized empty Git repository in ROOT/tmp/install_podspec/Pods/Reachability/.git/
$ /opt/local/bin/git remote add origin 'CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6' $ /usr/bin/git remote add origin 'CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6'
$ /opt/local/bin/git fetch origin tags/v3.1.0 2>&1 $ /usr/bin/git fetch origin tags/v3.1.0 2>&1
From CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6 From CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6
* tag v3.1.0 -> FETCH_HEAD * 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 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' Switched to a new branch 'activated-pod-commit'
- Running pre install hooks - Running pre install hooks
......
#!/bin/sh #!/bin/sh
RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt
touch "$RESOURCES_TO_COPY" > "$RESOURCES_TO_COPY"
install_resource() install_resource()
{ {
......
#!/bin/sh #!/bin/sh
RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt
touch "$RESOURCES_TO_COPY" > "$RESOURCES_TO_COPY"
install_resource() install_resource()
{ {
......
...@@ -15,21 +15,21 @@ Downloading dependencies ...@@ -15,21 +15,21 @@ Downloading dependencies
-> Installing Reachability (3.1.0) -> Installing Reachability (3.1.0)
> GitHub download > GitHub download
$ /opt/local/bin/git config core.bare $ /usr/bin/git config core.bare
true true
$ /opt/local/bin/git config core.bare $ /usr/bin/git config core.bare
true 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 f7176f4798d068d233dca5223ae4bd9c8059e830
$ /opt/local/bin/git init $ /usr/bin/git init
Initialized empty Git repository in ROOT/tmp/install_spec_callbacks/Pods/Reachability/.git/ Initialized empty Git repository in ROOT/tmp/install_spec_callbacks/Pods/Reachability/.git/
$ /opt/local/bin/git remote add origin 'CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6' $ /usr/bin/git remote add origin 'CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6'
$ /opt/local/bin/git fetch origin tags/v3.1.0 2>&1 $ /usr/bin/git fetch origin tags/v3.1.0 2>&1
From CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6 From CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6
* tag v3.1.0 -> FETCH_HEAD * 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 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' Switched to a new branch 'activated-pod-commit'
- Running pre install hooks - Running pre install hooks
- Reachability - Reachability
......
#!/bin/sh #!/bin/sh
RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt
touch "$RESOURCES_TO_COPY" > "$RESOURCES_TO_COPY"
install_resource() install_resource()
{ {
......
#!/bin/sh #!/bin/sh
RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt
touch "$RESOURCES_TO_COPY" > "$RESOURCES_TO_COPY"
install_resource() install_resource()
{ {
......
...@@ -4,12 +4,12 @@ Analyzing dependencies ...@@ -4,12 +4,12 @@ Analyzing dependencies
Fetching external sources Fetching external sources
-> Pre-downloading: `PodTest` from `PodTest-hg-source` -> Pre-downloading: `PodTest` from `PodTest-hg-source`
> Mercurial download > 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 updating to branch default
5 files updated, 0 files merged, 0 files removed, 0 files unresolved 5 files updated, 0 files merged, 0 files removed, 0 files unresolved
-> Pre-downloading: `PodTest` from `PodTest-hg-source` -> Pre-downloading: `PodTest` from `PodTest-hg-source`
> Mercurial download > 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 updating to branch default
5 files updated, 0 files merged, 0 files removed, 0 files unresolved 5 files updated, 0 files merged, 0 files removed, 0 files unresolved
......
#!/bin/sh #!/bin/sh
RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt
touch "$RESOURCES_TO_COPY" > "$RESOURCES_TO_COPY"
install_resource() install_resource()
{ {
......
...@@ -15,21 +15,21 @@ Downloading dependencies ...@@ -15,21 +15,21 @@ Downloading dependencies
-> Installing Reachability (3.1.0) -> Installing Reachability (3.1.0)
> GitHub download > GitHub download
$ /opt/local/bin/git config core.bare $ /usr/bin/git config core.bare
true true
$ /opt/local/bin/git config core.bare $ /usr/bin/git config core.bare
true 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 f7176f4798d068d233dca5223ae4bd9c8059e830
$ /opt/local/bin/git init $ /usr/bin/git init
Initialized empty Git repository in ROOT/tmp/update/Pods/Reachability/.git/ Initialized empty Git repository in ROOT/tmp/update/Pods/Reachability/.git/
$ /opt/local/bin/git remote add origin 'CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6' $ /usr/bin/git remote add origin 'CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6'
$ /opt/local/bin/git fetch origin tags/v3.1.0 2>&1 $ /usr/bin/git fetch origin tags/v3.1.0 2>&1
From CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6 From CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6
* tag v3.1.0 -> FETCH_HEAD * 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 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' Switched to a new branch 'activated-pod-commit'
- Running pre install hooks - Running pre install hooks
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment