Skip to content

add --yaml to output a yaml file#24

Open
isfang wants to merge 3 commits into
segiddins:masterfrom
isfang:master
Open

add --yaml to output a yaml file#24
isfang wants to merge 3 commits into
segiddins:masterfrom
isfang:master

Conversation

@isfang

@isfang isfang commented Jun 3, 2019

Copy link
Copy Markdown

Hi, Can you have a look at this MR?

@segiddins

Copy link
Copy Markdown
Owner

Is there any reason you can't use the existing Podfile.lock DEPENDENCIES section?

@isfang

isfang commented Jun 10, 2019

Copy link
Copy Markdown
Author

On our APP CI platform, we have a whitelist of tripartite libraries. Before we do 'pod repo push', we will first check the dependencies of each podspec. If there are tripartite libraries not in the whitelist, we will not do 'pod repo push' and stop the CI build, just for podspec, not Podfile so I can't use Podfile.lock. In addition, we are working on podspec when building our component publishing system.

def yaml_output
UI.title 'Dependencies' do
UI.puts YAMLHelper.convert(dependencies)
#UI.puts YAMLHelper.convert(dependencies)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: commented out code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants