From 4a4035c8afc56994450cf318bea3c67524e1128b Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Wed, 26 Oct 2011 11:21:25 -0500 Subject: Added an extra warning about wipealldata being pretty inflexible. --- mediagoblin/gmg_commands/wipealldata.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mediagoblin/gmg_commands/wipealldata.py') diff --git a/mediagoblin/gmg_commands/wipealldata.py b/mediagoblin/gmg_commands/wipealldata.py index dc5d6cf7..0cfb58d7 100644 --- a/mediagoblin/gmg_commands/wipealldata.py +++ b/mediagoblin/gmg_commands/wipealldata.py @@ -30,6 +30,10 @@ def wipe(args): print "" print "Running this will destroy your mediagoblin database," print "remove all your media files in user_dev/, etc." + print "" + print "ALSO: This command is currently a hack and will only remove" + print " things properly on the default setup! If you've customized" + print " your mediagoblin configs, it won't work (for now)." drop_it = raw_input( 'Are you **SURE** you want to destroy your environment? ' -- cgit v1.2.3 From c57b42a130a5e8f94054770dfc87337a42ef3c19 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Wed, 26 Oct 2011 11:24:39 -0500 Subject: Removed suggestion that the user run ./bin/buildout --- mediagoblin/gmg_commands/wipealldata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mediagoblin/gmg_commands/wipealldata.py') diff --git a/mediagoblin/gmg_commands/wipealldata.py b/mediagoblin/gmg_commands/wipealldata.py index 0cfb58d7..cddbab38 100644 --- a/mediagoblin/gmg_commands/wipealldata.py +++ b/mediagoblin/gmg_commands/wipealldata.py @@ -52,4 +52,4 @@ def wipe(args): print "nixing %s...." % directory shutil.rmtree(directory) - print "removed all your stuff! okay, now re-run ./bin/buildout" + print "removed all your stuff!" -- cgit v1.2.3