Enabling volatile for squeeze.

This commit is contained in:
Daniel Baumann 2010-11-13 17:30:59 +01:00
parent 4bb62ce0e9
commit 7b426dd91a
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
;;