-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: .glueopsrc creation as it seems it seems debian OS is slightly different on AWS and qmeu #239
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
/help |
PR Agent Walkthrough 🤖Welcome to the PR Agent, an AI-powered tool for automated pull request analysis, feedback, suggestions and more. Here is a list of tools you can use to interact with the PR Agent:
(1) Note that each tool be triggered automatically when a new PR is opened, or called manually by commenting on a PR. (2) Tools marked with [*] require additional parameters to be passed. For example, to invoke the |
PR Description updated to latest commit (a7c8f73)
|
User description
fix: .glueopsrc creation as it seems it seems debian OS is slightly different on AWS and qmeu
PR Type
Bug fix
Description
Fixed
.glueopsrc
creation to address differences in Debian OS behavior.Updated file writing method to use
sudo tee
for appending.Ensured compatibility across different environments (AWS and QEMU).
Changes walkthrough 📝
developer-setup.sh
Adjust `.glueopsrc` creation for Debian compatibility
developer-setup.sh
sudo tee
for.glueopsrc
..bashrc
sourcing usessudo tee
for appending.