From e73a38dac170532e65d2751ff04cb56f3d9c33ac Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 8 Apr 2013 08:54:25 +0100 Subject: Fix wheezy builder confs to build for wheezy, not unstable --- liw-real.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/liw-real.conf b/liw-real.conf index 98add9f..eff669b 100644 --- a/liw-real.conf +++ b/liw-real.conf @@ -22,7 +22,7 @@ "ssh-key": "/var/lib/jenkins/.ssh/id_rsa.pub", "directory": "/tmp/workspace", "arch": "amd64", - "debian-dist": "unstable" + "debian-dist": "wheezy" }, { "name": "wheezy-i386", @@ -30,7 +30,7 @@ "ssh-key": "/var/lib/jenkins/.ssh/id_rsa.pub", "directory": "/tmp/workspace", "arch": "i386", - "debian-dist": "unstable" + "debian-dist": "wheezy" }, { "name": "squeeze-amd64", -- cgit v1.2.1