Excluding security and volatile archives for ubuntu precise for the the time being.
This commit is contained in:
parent
e5f5af6525
commit
d4d4265357
|
@ -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}"
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in New Issue