Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't ovewrite modules unless force flag is true #246

Merged
merged 1 commit into from Dec 21, 2016

Conversation

daviddavis
Copy link
Contributor

By default, no longer overwrite modules in the output dir. Also, added a force
flag which can override this behavior.

fixes #1853
https://pulp.plan.io/issues/1853

@mention-bot
Copy link

@daviddavis, thanks for your PR! By analyzing the history of the files in this pull request, we identified @jortel, @jeremycline and @schiermi to be potential reviewers.

@daviddavis daviddavis force-pushed the temp/20161213090658 branch 2 times, most recently from 25b3a06 to 723fbde Compare December 13, 2016 14:32
@daviddavis daviddavis changed the title Don't ovewrite modules unless force flag is passed Don't ovewrite modules unless force flag is true Dec 13, 2016
@mhrivnak mhrivnak requested a review from jortel December 14, 2016 15:20
@daviddavis daviddavis changed the base branch from master to 2.10-dev December 14, 2016 15:45
@@ -25,6 +25,8 @@

TAG = _('the name of a git tag to be checked out.')

FORCE = _('overwrite modules in the output dir if true')
Copy link
Contributor

Choose a reason for hiding this comment

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

Using the word true here seems inappropriate since the user either includes the -f option or does not.

Suggest: overwrite modules in the output directory. instead.

By default, no longer overwriting modules in the output dir. Also, added a
force flag which can override this behavior.

fixes #1853
https://pulp.plan.io/issues/1853
@daviddavis daviddavis merged commit 79f9fbf into pulp:2.10-dev Dec 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants