From 8475700b37374ed8050fd01448fb5bc28249cfb3 Mon Sep 17 00:00:00 2001 From: Bogdano Arendartchuk Date: Mon, 13 Feb 2006 18:04:05 +0000 Subject: - changed the way create-srpm is called, now using options -r and -t to ease readability a bit --- RepSys/commands/submit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RepSys/commands/submit.py') diff --git a/RepSys/commands/submit.py b/RepSys/commands/submit.py index 3840296..b205fad 100644 --- a/RepSys/commands/submit.py +++ b/RepSys/commands/submit.py @@ -101,7 +101,7 @@ def submit(pkgdirurl, revision, target, list=0): else: if list: raise Error, "unable to list targets from svn+ssh:// URLs" - command = "ssh %s /usr/share/repsys/create-srpm '%s' %s %s" % ( + command = "ssh %s /usr/share/repsys/create-srpm '%s' -r %s -t %s" % ( host, pkgdirurl, revision, target) status, output = execcmd(command) if status == 0: -- cgit v1.2.1