Exemple #1
0
 def dispatch(command_string):
     return gt.get_command_output(command_string.split(' '))
Exemple #2
0
		def dispatch(command_string):
			return gt.get_command_output(command_string.split(' '))
Exemple #3
0
 def setUp(self):
     self.testing_dir = tf.mkdtemp(prefix='gbp-testing-', dir="/tmp")
     gbp.git_tools.git_env = {'GIT_DIR': "%s/.git" % self.testing_dir}
     gt.get_command_output(['git', 'init', self.testing_dir])
Exemple #4
0
	def setUp(self):
		self.testing_dir = tf.mkdtemp(prefix='gbp-testing-', dir="/tmp")
		gbp.git_tools.git_env = {'GIT_DIR' : "%s/.git" % self.testing_dir }
		gt.get_command_output(['git', 'init', self.testing_dir])