1. 30 5月, 2017 1 次提交
  2. 03 5月, 2017 1 次提交
    • L
      variants: Introduce "avocado variants" command · f967f0c6
      Lukáš Doktor 提交于
      The "avocado multiplex" command is misleading as multiplexation is only
      the generic concept used by one of our varianter plugins
      implementations. Let's change the command name to "avocado variants"
      which better reflects what is it used for.
      
      As people depend on "avocado multiplex" command let's keep both of them
      for now to give people time till Avocado 52.0 to migrate.
      Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
      f967f0c6
  3. 24 4月, 2017 1 次提交
  4. 31 3月, 2017 1 次提交
    • L
      mux: Add support for internal filters · 20364904
      Lukáš Doktor 提交于
      This adds the support to define per-node filters, which take part of
      environment and are evaluated during multiplexation.
      
      The basic idea is to define relations ({could be only used | could
      not be used} with other branch), which makes it a bit different from
      what we know from `--mux-filter-{only|out}`:
      
      1. They are applied per complete variant (because the filters are
         compound of per-leaf-filters)
      2. They don't remove/keep the nodes, but they only evaluate whether
         this resulting variant makes sense (whether it passes the filters)
      
      See the updated documentation for details.
      Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
      20364904
  5. 07 3月, 2017 1 次提交
  6. 04 3月, 2017 1 次提交