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
60bd7375
Commit
60bd7375
authored
Apr 15, 2016
by
Samuel Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Repo::Update] Allow --silent to work when updating a specs repo
parent
c60a32aa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
CHANGELOG.md
CHANGELOG.md
+4
-0
update.rb
lib/cocoapods/command/repo/update.rb
+2
-1
No files found.
CHANGELOG.md
View file @
60bd7375
...
@@ -23,6 +23,10 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
...
@@ -23,6 +23,10 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
`Pod::Config.instance.sources_manager`
in some manner as soon as possible.
`Pod::Config.instance.sources_manager`
in some manner as soon as possible.
[
Samuel Giddins
](
https://github.com/segiddins
)
[
Samuel Giddins
](
https://github.com/segiddins
)
*
Running
`pod repo update --silent`
will now properly silence git output while
updating the repository.
[
Samuel Giddins
](
https://github.com/segiddins
)
## 1.0.0.beta.7 (2016-04-15)
## 1.0.0.beta.7 (2016-04-15)
...
...
lib/cocoapods/command/repo/update.rb
View file @
60bd7375
...
@@ -19,7 +19,8 @@ module Pod
...
@@ -19,7 +19,8 @@ module Pod
end
end
def
run
def
run
config
.
sources_manager
.
update
(
@name
,
true
)
show_output
=
!
config
.
silent?
config
.
sources_manager
.
update
(
@name
,
show_output
)
end
end
end
end
end
end
...
...
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