This is already possible since a while.

** Summary changed:

- Unable to add multiple repositories
+ Unable to add multiple components

** Description changed:

  Binary package hint: apturl
  
  Currently, there is no way to activate multiple repositories in apturl.
  The logical syntax would be something like this:
  
  apt:mythbuntu-control-centre?section=universe?section=multiverse
- 
- Looking through the parsing code, here is the reason why:
- 
-                     try:
-                         if type(getattr(apt_url, k)) == type([]):
-                             getattr(apt_url, k).append(v)
-                         else:
-                             setattr(apt_url, k, v)
-                     except Exception, e:
-                         raise InvalidUrlException
- 
- The section attribute is only modified if its currently empty.

** Changed in: apturl (Ubuntu)
       Status: Confirmed => Fix Released
       Target: later => None

-- 
Unable to add multiple components
https://bugs.launchpad.net/bugs/139427
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to