From 02b0a35215d3410e234778a59680e8e07cebda6f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 26 Aug 2011 12:45:03 +0200 Subject: [PATCH] we love syntax errors, yes we do --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 8803511..c3a52f3 100755 --- a/build.py +++ b/build.py @@ -87,7 +87,7 @@ DPUT_OPTIONS = { 'fqdn': DPUT_URI.groupdict().get('url'), 'method': 'scp', 'login': 'reprepro', - 'incoming': '/srv/debian-repository/incoming/profitbricks')), + 'incoming': '/srv/debian-repository/incoming/profitbricks', 'allow_unsigned_uploads': 1, } DPUT_CF = os.path.join(GIT_TARGET_WORKSPACE, 'dput.cf') -- 2.39.5