-
Notifications
You must be signed in to change notification settings - Fork 48
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
ENH: implement cleandb feature #56
base: master
Are you sure you want to change the base?
Conversation
On Sun, Jun 14, 2015 at 06:21:16AM -0700, François Boulogne wrote:
This approach is going to be racy. If you run: $ r2e run you risk cleaning (and never getting mail for) any posts that go up
You don't have to paste the DCO text into your PR to certify it, you $ git checkout clean # the branch you're using for the PR |
Yes, your proposition is better than mine. For my usecase, I was ok with the risk you mention, but your option is definitely the good one. |
On Fri, Dec 18, 2015 at 04:53:44PM -0800, François Boulogne wrote:
Do you have time to take a stab at it? I've been trying to catch back |
I'm afraid I won't. My only chance is during these holidays but I already have a long todo list... :( |
On Sat, Dec 19, 2015 at 12:34:54PM -0800, François Boulogne wrote:
No worries ;). If nobody else gets to it first, I'll probably have |
@sciunto This looks not-ready-to-be-merged, and rss2email's repository moved to https://github.com/rss2email/rss2email/ following maintainership changes, so feel free to close here and reopen your PR there if you think it should be tracked over there! :) |
Hi,
In this PR, i propose a new function to solve this issue: #33
It basically combines reset and run functions.
Thank you!
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file; or
(b) The contribution is based upon previous work that, to the best
of my knowledge, is covered under an appropriate open source
license and I have the right under that license to submit that
work with modifications, whether created in whole or in part
by me, under the same open source license (unless I am
permitted to submit under a different license), as indicated
in the file; or
(c) The contribution was provided directly to me by some other
person who certified (a), (b) or (c) and I have not modified
it.
(d) I understand and agree that this project and the contribution
are public and that a record of the contribution (including all
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.