Revision 8925faaa

b/Makefile.am
15 15
depgraph.dot: ganeti/*.py
16 16
	pylint.python2.4 --indent-string '  ' --rcfile=/dev/null \
17 17
	  --reports y --int-import-graph $@ --persistent n ganeti >/dev/null
18

  
19
install-exec-local:
20
	@mkdir_p@ ${localstatedir}/lib/ganeti ${localstatedir}/log/ganeti
b/lib/cmdlib.py
580 580
    result = utils.RunCmd(["ip", "link", "show", "dev", self.op.master_netdev])
581 581
    if result.failed:
582 582
      raise errors.OpPrereqError("Invalid master netdev given (%s): '%s'" %
583
                                 (self.op.master_netdev, result.output))
583
                                 (self.op.master_netdev,
584
                                  result.output.strip()))
584 585

  
585 586
  def Exec(self, feedback_fn):
586 587
    """Initialize the cluster.
b/testing/Makefile.am
6 6
	rm -f ganeti
7 7
	ln -s $(top_srcdir)/lib ganeti
8 8

  
9
EXTRA_DIST = $(TESTS) fake_config.py ganeti.qa.py qa-sample.yaml
9
EXTRA_DIST = $(TESTS) mocks.py ganeti.qa.py qa-sample.yaml

Also available in: Unified diff