From 0065aedd5564d5942e68375c397b25efe1eee4b3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 13 Feb 2012 21:12:52 +0100 Subject: [PATCH] support basically arbitrary distros --- debian_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian_build.py b/debian_build.py index 66b97bd..66f49de 100755 --- a/debian_build.py +++ b/debian_build.py @@ -419,7 +419,7 @@ if __name__ == '__main__': subprocess.check_call(cmd) if options.distribution in ('experimental'): - pb_suite='experimental' + pb_suite=changelog_distro elif options.distribution in ('unstable' , 'pre-staging'): pb_suite='pre-staging' elif GIT_BRANCH_NAME.startswith('release/') or GIT_BRANCH_NAME.startswith('hotfix/') or options.distribution in ('stable', 'stable-proposed-updates', 'production', 'production-proposed-updates'): -- 2.39.5