Skip to content
Commit 9f3e4ce7 authored by Marcus Hüwe's avatar Marcus Hüwe
Browse files

- getprojpack():

  * changed logic for enabling/disabling build targets. Now it supports
    constructs like:
    <build>
      <enable repository='openSUSE_10.3'/>
      <disable/>
    </build>
    Additionally all packages inherit the project wide build target settings
    and may override them.
  * this should fix #493892 ("Problems to enable build in single reporistory only")
  * question: why does the srcserver care about the disable/enable stuff at all?
    Wouldn't it be more appropriate if this task is dedicated solely to the
    scheduler (even if the srcserver might read the deps for unneeded repos)?
- enabled():
  * the arch attribute has a higher score/exactness than all other attributes
    (repository).
parent 888c27f0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment