Resolved merge conflicts against master.
This commit is contained in:
commit
c7e1a6a086
56 changed files with 270 additions and 263 deletions
|
|
@ -199,14 +199,11 @@ def handle_setup(last_step):
|
|||
at_initial_setup,
|
||||
reset_server]
|
||||
|
||||
#print " Initial setup: %s steps." % (len(setup_queue))
|
||||
|
||||
# step through queue, from last completed function
|
||||
for num, setup_func in enumerate(setup_queue[last_step:]):
|
||||
# run the setup function. Note that if there is a
|
||||
# traceback we let it stop the system so the config
|
||||
# step is not saved.
|
||||
#print "%s..." % num
|
||||
|
||||
try:
|
||||
setup_func()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue