NetworkManager/contrib
Lubomir Rintel b8f8a6caf6 contrib/rh-bkr: use $DISTRO_TAG and RTT_ACCEPTED tag
Prefer to use $DISTRO_TAG for choosing the image.

Add new variable $DISTROREQIRES which can be used to explicitly
set the XML to require a certain distoro, like
  --var 'DISTROREQIRES=<distro_name op="=" value="$DISTRO_NAME"/>'

If omitted, it will try to detect the correct setting as following:

If you specify $DISTRO_TAG, it will result in:
    <distro_family op="=" value="$DISTRO_FAMILY"/>
    <distro_tag op="=" value="$DISTRO_TAG"/>

If you omit $DISTRO_TAG, but specify $DISTRO_NAME you get
instead:
    <distro_name op="=" value="$DISTRO_NAME"/>

Finally, if you don't specify anything at all, it will try to
autodetect $DISTRO_TAG based on the $GIT_TARGETBRANCH. So, this
is what you actually want. Don't specify anything at all, it
should detect it correctly already.

Co-Authored-By: Thomas Haller <thaller@redhat.com>
2015-11-09 13:17:55 +01:00
..
fedora makerepo.sh: support NetworkManager-libreswan pacakge 2015-10-23 16:04:10 +02:00
rh-bkr contrib/rh-bkr: use $DISTRO_TAG and RTT_ACCEPTED tag 2015-11-09 13:17:55 +01:00
rh-jenkins contrib/jenkins: update jenkins_script.sh 2015-04-23 16:51:33 +02:00
rh-utils rh-utils: add script find-backports.sh 2015-08-17 14:10:45 +02:00