-
Notifications
You must be signed in to change notification settings - Fork 100
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
Important Update From Author - Jun 5th, 2020 #82
Comments
Welcome back @seporaitis, One of the major reason of the slowdown on my part is that I lost access to a proper test platform. Several PRs unfortunately were not backward compatible (e.g. #69 inverses the priority of configuration vs environment variables, #78 adds the dependency to boto3, etc..). A few notes:
|
It appears GitHub actions don't support CentOS out of the box, but it can run a docker container built from any image. This change uses [rpmbuild-centos6-github-action](https://github.com/seporaitis/rpmbuild-centos6-github-action) and [rpmbuild-centos7-github-action](https://github.com/seporaitis/rpmbuild-centos7-github-action) to execute `make rpm` command as a first step in improving build process. NOTE: I am aware that there are a couple of rpmbuild action options available on GitHub Marketplace, but they seem to require specific repository/file setup and I want to avoid big changes at first, as per #82. Also, I haven't worked with GitHub Actions and Workflows - so this'll let me get used to them bottom-up.
Thank you for the detailed answer @mbrossard it is very helpful. Re: testing environment. I have set-up a basic GitHub Workflow that builds the RPM. It is my first GW, and just runs Re: boto3 - very good point. My thoughts now are somewhere between:
All carry trade-offs, so before I change anything I will try to establish a somewhat good enough CI setup. |
Hello everyone, author of the plugin would like to make an announcement.
This project has not been updated in a while. I have stopped maintaining it in 2014/15 (Issue 38). After that a few excellent open source maintainers took over and kept this project up-to-date until late 2017. I think mostly thanks to them is why this project surprisingly is alive, still in use and even finds new users. I don't know the reasons for stopping maintenance after 2017, but I am sure there is a valid one and I appreciate their time maintaining project that long So what is this about?
Lately, I had a few inquiries about this project and since there had not been any releases, I intend to come back "from retirement" and bring this project up-to-date. I haven't worked with CentOS flavor Linux for a while (6 years), but in the coming weeks I plan to:
Overall my goal is to:
boto3
if possible; here - Use boto3 to manage credentials #78 is very helpful contribution).Understandably, I don't want to accidentally break someone's use-case unannounced - I will be deliberately slow at first. If anyone wants to help and steer me and point out potential issues - I would really appreciate that in a form of a comment or code review. Hopefully, together we all can continue keeping this plugin enjoyable to work with.
The text was updated successfully, but these errors were encountered: