Skip to content
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

Quickfixs #148

Closed
wants to merge 35 commits into from
Closed

Quickfixs #148

wants to merge 35 commits into from

Conversation

Psycojoker
Copy link
Member

@Psycojoker Psycojoker commented May 13, 2016

Hello,

A serie of quickfix I've made while reading this file (I wanted to know how domains were stored).

You can cherry-pick if you want.

@Psycojoker
Copy link
Member Author

I still need to make some tests, don't merge too quickly :$

@@ -200,12 +194,13 @@ def domain_remove(auth, domain, force=False):
m18n.n('domain_uninstall_app_first'))

if auth.remove('virtualdomain=' + domain + ',ou=domains') or force:
os.system('rm -rf /etc/yunohost/certs/%s' % domain)
shutil.rmtree('rm -rf /etc/yunohost/certs/%s' % domain)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, it seems there is an issue here! :)

@jeromelebleu
Copy link
Contributor

jeromelebleu commented May 13, 2016

Thank you for this really big review!! :) We will have to see in which branch it should be merged...

@zamentur
Copy link
Member

What is the status of this PR ?

@Psycojoker
Copy link
Member Author

Probably too big and outdated now, I'm closing it and I'll redo one or a series of smaller one (or directly push on unstable if it's only things like pep8 which are just looks and not possible breaking things at a time where we don't have too much PRs).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants