summaryrefslogtreecommitdiff
path: root/jenkinstool
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-08-21 08:51:09 +0100
committerLars Wirzenius <liw@liw.fi>2012-08-21 08:51:09 +0100
commit3695dfa3b348417cbd5e3249c7a3997de869dd11 (patch)
tree147e548913e8fd002649f727a5c81a9f8ded75c2 /jenkinstool
parent526a648b742797708ceac69452cfc53edb816f03 (diff)
downloadjenkinstool-3695dfa3b348417cbd5e3249c7a3997de869dd11.tar.gz
Exclude .bzr when building .dsc packages
Diffstat (limited to 'jenkinstool')
-rwxr-xr-xjenkinstool2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkinstool b/jenkinstool
index 5ec15f1..5ece299 100755
--- a/jenkinstool
+++ b/jenkinstool
@@ -367,7 +367,7 @@ else
wget -O "../$origtgz" "$project_url/$tarball"
dch -v "$debianversion" --distribution "%(host.debian-dist)s" "CI build"
dch -r ''
- debuild -S -us -uc
+ debuild -S -us -uc -i'\.bzr'
dput -f "%(global.dput-host)s" "../$changes"
fi
''')