-
Notifications
You must be signed in to change notification settings - Fork 5
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
Change system_update.py and uyuni-tools/group_system_update.py for Pole #13
Conversation
mbrookhuis
commented
Aug 24, 2022
- Change system_update.py and uyuni-tools/group_system_update.py for Pole Emploi
- This is a fix for Issue SP Migration for openSUSE #12
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.
I think you need to review all .idea stuff from all places. You added them to .gitignore
, but they are still at the PR.
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.
the folders "hubtools/.idea/.." and "uyuni-tools/.idea/.." still exists
@mbrookhuis looks strange, but |
removed .idea. |
Please fix the permissions as requested by Viktor, as the PR is making executable (755) a lot files that don't need to be executable (yaml, txt, md...) My guess is that only the .py script you are changing should be executable, and not sure about a couple of other .py scripts and the file |
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.
LGTM, as you can see I sent the fixes for the permissions on my own, so @mbrookhuis please review in case I broke something :-D