Excluding security and volatile archives for ubuntu precise for the the time being.

This commit is contained in:
Daniel Baumann 2012-03-03 13:37:16 +01:00
parent e5f5af6525
commit d4d4265357
1 changed files with 2 additions and 2 deletions

View File

@ -850,7 +850,7 @@ Set_defaults ()
# Setting security updates option
case "${LB_DISTRIBUTION}" in
wheezy|sid|baureo)
wheezy|sid|precise)
LB_SECURITY="${LB_SECURITY:-false}"
;;
@ -861,7 +861,7 @@ Set_defaults ()
# Setting volatile updates option
case "${LB_DISTRIBUTION}" in
wheezy|sid|baureo)
wheezy|sid|precise)
LB_VOLATILE="${LB_VOLATILE:-false}"
;;