Skip to content

Commit

Permalink
Merge pull request #125 from lukecampbell/fs-force_clean
Browse files Browse the repository at this point in the history
Luke: adds filesystem cleanup to -fc arg.
  • Loading branch information
lukecampbell committed Jul 13, 2012
2 parents 99ff949 + 3ebdaec commit e851dc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/pycc.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ def prepare_container():
from pyon.datastore import clear_couch_util
print "pycc: force_clean=True. DROP DATASTORES for sysname=%s" % bootstrap.get_sys_name()
clear_couch_util.clear_couch(bootstrap_config, prefix=bootstrap.get_sys_name())
pyon_config.container.filesystem.force_clean=True

from pyon.core.interfaces.interfaces import InterfaceAdmin
iadm = InterfaceAdmin(bootstrap.get_sys_name(), config=bootstrap_config)
Expand Down

0 comments on commit e851dc4

Please sign in to comment.