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

Correct option value for tar.gz compression #4507

Merged
merged 1 commit into from
Jun 9, 2017

Conversation

davidstaheli
Copy link
Contributor

This fixes #4497. I tested it on the build canary and by running legacy tests.

@@ -70,7 +70,7 @@
"groupName": "archive",
"visibleRule": "archiveType = tar",
"options": {
"default": "gz",
Copy link
Member

Choose a reason for hiding this comment

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

Is there any harm in removing "default" from the list? (I assume not, but may be worth testing how an existing definition with the value default works with this change).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good question. I confirmed that this change only affects the UI: the drop-down displays an initial value instead of being blank. But the behavior doesn't change.

Copy link
Member

@jpricket jpricket left a comment

Choose a reason for hiding this comment

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

Changes look good to me.

@davidstaheli davidstaheli merged commit 6269a6d into master Jun 9, 2017
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.

[ArchiveFiles] Task.json has incorrect default value for tarCompression input
3 participants