-
Notifications
You must be signed in to change notification settings - Fork 19
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
add "apt-get clean" functionality to apt module #112
Comments
Hi @bhmayor, It doesn't look like a huge architectural change, thus it doesn't need to be a widely discussed proposal in this repo. Oh.. and it looks there's already a feature request for this: ansible/ansible#38920. Have a nice day :) |
Why was this closed? |
@bhmayor the explanation above seems quite clear. |
amenonsen, Yeah, clear as mud - right! Let me suggest to you that uh, well, "reading really is fundamental"! #38920 was closed because this issue exists and this issue was closed because #38920 exists. So, like now both of them are closed and nothing will happen. So, why was this was closed is a totally reasonable and appropriate question. Then this dude webknjaz said to create a PR, but does anyone like really know what a PR is? Maybe he means I should go to Puerto Rico? I don't know. Whatever he means, I don't want the issue closed I want it to be debated and perhaps taken on as something the developers see value in and adding to Ansible. Get it? Thanks, Blake |
Yes, I agree completely. And:
#38920 isn't closed. |
@bhmayor PR is a fundamental concept of GitHub, it's a Pull Request, a means of discussing and reviewing improvements. The community documentation on how to file issues and pull requests is at https://docs.ansible.com/ansible/latest/community/how_can_I_help.html#file-and-verify-issues. As an existing pull request exists for this issue, you can watch that PR or add any additional information that might help improve the pull request. This repository is for discussing architectural changes and concepts, rather than small feature improvements to a module. |
Hey Blake, I'm sorry, I didn't check whether you're well-familiar with GitHub. @willthames is right, for GitHub/GitLab/Bitbucket users it is common to use PR for Pull Request (GitLabbers call it a Merge Request), which has been basically invented by GitHub probably around 7-8 years ago, it's a way/process for sending your patches to some project which is hosted in such code hostings. I believe that this GitHub's doc can help you understand it better: https://help.github.com/categories/collaborating-with-issues-and-pull-requests/. But long story short: hit "Fork" button (top right @ https://github.com/ansible/ansible page), create a branch from You are claiming that ansible/ansible#38920 is closed, but nobody ever closed it. You likely noticed I hope this all doesn't look as cryptic to you now and you'll be able to proceed with the next steps :) |
Proposal: Modification of apt module to include "apt-get clean" functionality
Author: Blake
Date: 07 MAY 2018
Motivation
This module stands in the absence of proffering the suggested capability.
Problems
What problems exist that this proposal will solve?
The apt module has not the manner by which to execute a task not unsimilar to "apt-get clean".
Solution proposal
Writing code to add this capability will resolve the issue.
Dependencies (optional)
None.
Testing (optional)
This function should of course be fully tested prior to being made available, I agree.
Documentation (optional)
Yes, document this.
Anything else?
N/A
The text was updated successfully, but these errors were encountered: