From 5548100020ad92e30270403a7de58d5c0893d7d5 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 24 Jan 2012 19:07:11 +0100 Subject: [PATCH] if underscores dont work, use hyphens --- debian_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5