-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Version 8.0.0-beta.3 has lots of templates with wrong permissions. #23440
Comments
@deepu105 Could this be related to the beta.3 release you did? |
Strange. I released from linux so there shouldn't be windows issue. So i guess the templates were committed with wrong permission flags. Also I'm confused why does it matter? templates are not executable right |
@mshima also identified issues in yeoman... |
@deepu105 generated files will match templates file mode. Yeoman is aware of file mode, it detects and applies.
@DanielFran yep, those issues should be fixed in yeoman/yeoman-api@0cbf162 and yeoman/yeoman-api@82a9e67. I think we should go on and release the npm package with release script. |
ok I can delete and clone the repo again for next release. that should fix
it right
Thanks & Regards,
Deepu
…On Wed, Sep 27, 2023 at 3:50 PM Marcelo Shima ***@***.***> wrote:
@deepu105 <https://github.com/deepu105> generated files will match
templates file mode. Yeoman is aware of file mode, it detects and applies.
Those files had wrong permission in git a few months back. Git won't apply
the new file mode so this will update the file mode:
rm -rf generators
git checkout generators
@DanielFran <https://github.com/DanielFran> yep, those issues should be
fixed in ***@***.***
<yeoman/yeoman-api@0cbf162>
and ***@***.***
<yeoman/yeoman-api@82a9e67>
.
Not part of beta.3.
I think we should go on and release the npm package with release script.
—
Reply to this email directly, view it on GitHub
<#23440 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIOKF7JSK4MLPTIPOO6B5LX4QVJ5ANCNFSM6AAAAAA4PSPS54>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Overview of the issue
Published package has a lot of templates with wrong permission:
Current git:
Motivation for or Use Case
Reproduce the error
Related issues
Suggest a Fix
JHipster Version(s)
JHipster configuration
Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryBrowsers and Operating System
The text was updated successfully, but these errors were encountered: