summaryrefslogtreecommitdiff
path: root/jenkinstool
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-09-01 16:08:35 +0100
committerLars Wirzenius <liw@liw.fi>2012-09-01 16:08:46 +0100
commit4021e6dbed21f1fc4818c12d67aa83a5254cbb15 (patch)
treec90452c61ed7bfcddaac108fa427d8b643b8f5df /jenkinstool
parentfe2f51bde6b3e83665d972647583b8509ea014b6 (diff)
downloadjenkinstool-4021e6dbed21f1fc4818c12d67aa83a5254cbb15.tar.gz
Fix test for arch:any packages
Obnam has architecture linux-any, not just any.
Diffstat (limited to 'jenkinstool')
-rwxr-xr-xjenkinstool2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkinstool b/jenkinstool
index da73f0f..4d73d06 100755
--- a/jenkinstool
+++ b/jenkinstool
@@ -524,7 +524,7 @@ fi
script = have_vcs_copy + prelude
if build_all:
script += '''
-if grep '^Architecture:.* any' debian/control > /dev/null
+if grep '^Architecture:.*any' debian/control > /dev/null
then
url="$poolurl/$archany_changes"
else