From: Holger Levsen Date: Thu, 25 Aug 2011 13:39:00 +0000 (+0200) Subject: the path is probably not enough but maybe X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=9f1d28f113757bac1b47b697ee9d0ba6b96e016b;p=profitbricks%2Fjenkins-build-scripts.git the path is probably not enough but maybe --- diff --git a/build.py b/build.py index ac8e6b3..1b0e168 100755 --- a/build.py +++ b/build.py @@ -371,7 +371,7 @@ if __name__ == '__main__': logger.debug(os.listdir('./')) logger.debug(os.listdir('../')) create_dput_cfg() - dput_package_upload('../build-area/result/*.changes') + dput_package_upload('../build-area/result/') exit_ok()