From af065e9bb433e852b951fd9583b766f4289c7b5f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 25 Jan 2012 11:45:13 +0100 Subject: [PATCH] change pathes --- debian_build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian_build.py b/debian_build.py index 49c2429..a995833 100755 --- a/debian_build.py +++ b/debian_build.py @@ -76,9 +76,9 @@ DPUT_OPTIONS_DEV = { 'fqdn': 'alexandria.profitbricks.localdomain', 'method': 'scp', 'login': 'reprepro', - 'incoming': '/srv/profitbricks-dev-repository/incoming/profitbricks', + 'incoming': '/srv/dev-repository/incoming/', 'allow_unsigned_uploads': 1, - 'post_upload_command': 'ssh reprepro@alexandria.profitbricks.localdomain /srv/profitbricks-dev-repository/bin/pb_processincoming', + 'post_upload_command': 'ssh reprepro@alexandria.profitbricks.localdomain /srv/dev-repository/bin/pb_processincoming', } DPUT_CF = os.path.join(GIT_TARGET_WORKSPACE, 'dput.cf') -- 2.39.5