-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
rewrite - more convert script changes #11799
Conversation
@@ -36,12 +36,6 @@ class FileTemplate | |||
# Once the file's contents are written, set the proper [chmod] mode and | |||
# format the file with a language-appropriate formatter. | |||
def generate(pwd, template, path, provider) | |||
# If we've modified a file since starting an MM run, it's a reasonable | |||
# assumption that it was this run that modified it. | |||
if File.exist?(path) && File.mtime(path) > @env[:start_time] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gets raised when trying to convert a product.yaml
file with product.yaml.temp
I think we are close enough to the migration to turn this off
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR hasn't generated any diffs, but I'll let you know if a future commit does. |
1 similar comment
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR hasn't generated any diffs, but I'll let you know if a future commit does. |
Release Note Template for Downstream PRs (will be copied)