Enabling volatile for squeeze.

This commit is contained in:
Daniel Baumann 2010-11-13 17:30:59 +01:00
parent e206e40b01
commit 7ee8457e1d
1 changed files with 7 additions and 0 deletions

View File

@ -348,6 +348,10 @@ Set_defaults ()
lenny)
LB_MIRROR_CHROOT_VOLATILE="http://volatile.debian.org/debian-volatile/"
;;
squeeze)
LB_MIRROR_CHROOT_VOLATILE="${LB_MIRROR_CHROOT}"
;;
esac
;;
@ -444,6 +448,9 @@ Set_defaults ()
lenny)
LB_MIRROR_BINARY_VOLATILE="http://volatile.debian.org/debian-volatile/"
;;
squeeze)
LB_MIRROR_BINARY_VOLATILE="${LB_MIRROR_BINARY}"
esac
;;