From: martin f. krafft Date: Mon, 1 Feb 2010 00:20:39 +0000 (+0100) Subject: always use sid chroot for lintian tests X-Git-Url: https://git.madduck.net/code/mbuild.git/commitdiff_plain/23eec7b2b681840038c88bcb3ed410284abefe11?hp=4acfe4036f522fa5f1bf438d76aa76cb2e4b07e8 always use sid chroot for lintian tests Signed-off-by: martin f. krafft --- diff --git a/rc b/rc index 3d76ee2..520e15c 100644 --- a/rc +++ b/rc @@ -45,7 +45,7 @@ print_bundle_location() { } postbuild() { - schroot -qc "${1}-${2}-qa" -- lintian -i "$3" > "${3%.changes}.lintian" || : + schroot -qc "sid-${2}-qa" -- lintian -i "$3" > "${3%.changes}.lintian" || : } KEYID=330c4a75