From: Holger Levsen Date: Tue, 24 Jan 2012 18:07:11 +0000 (+0100) Subject: if underscores dont work, use hyphens X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=5548100020ad92e30270403a7de58d5c0893d7d5;p=profitbricks%2Fjenkins-build-scripts.git if underscores dont work, use hyphens --- diff --git a/debian_build.py b/debian_build.py index 7a1e04e..49c2429 100755 --- a/debian_build.py +++ b/debian_build.py @@ -364,7 +364,7 @@ if __name__ == '__main__': new_log = 'Generated by jenkins build of %s' % git_helper.git_get_commit_id() if GIT_BRANCH_NAME == 'experimental' or GIT_BRANCH_NAME.startswith('feature/') or GIT_BRANCH_NAME.startswith('poc/') or GIT_BRANCH_NAME.startswith('bugfix/'): - changelog_distro ='dev_'+ GIT_BRANCH_NAME.replace("/","_") + changelog_distro ='dev-'+ GIT_BRANCH_NAME.replace("/","-") else: changelog_distro = options.distribution