From fe557d9c91dbc4d40fecfb0e392b27780725e177 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Fri, 19 Jul 2013 11:49:43 -0500 Subject: [PATCH] * sniff architecture rather than hardcode it --- jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins b/jenkins index 8ccb13fb5..8d2afbc49 100755 --- a/jenkins +++ b/jenkins @@ -1,7 +1,7 @@ #!/bin/bash GEM_SERVER=http://localhost:9000/gems -DEB_SERVER=http://localhost:9010/apt-i386 +DEB_SERVER=http://localhost:9010/apt-`uname -p` echo "starting build..." ./build