rel-eng/build-missing-builds-in-koji.sh | 2 +- rel-eng/tito.props | 14 +++++--------- 2 files changed, 6 insertions(+), 10 deletions(-)
New commits: commit 3754e9bc8ed4437f71b0c13c48fadca8b1dd6420 Author: Milan Zazrivec mzazrivec@redhat.com Date: Thu Dec 22 13:11:14 2011 +0100
use 1.7 koji tags
diff --git a/rel-eng/build-missing-builds-in-koji.sh b/rel-eng/build-missing-builds-in-koji.sh index 5a1543e..d3b5993 100755 --- a/rel-eng/build-missing-builds-in-koji.sh +++ b/rel-eng/build-missing-builds-in-koji.sh @@ -1,7 +1,7 @@ #!/bin/bash
-TAGS="dist-5E-sw-1.6-candidate dist-6E-sw-1.6-candidate dist-f14-sw-1.6-candidate dist-f15-sw-1.6-candidate dist-f16-sw-1.6-candidate" +TAGS="dist-5E-sw-1.7-candidate dist-6E-sw-1.7-candidate dist-f15-sw-1.7-candidate dist-f16-sw-1.7-candidate" FEDORA_UPLOAD=1
pushd . >/dev/null diff --git a/rel-eng/tito.props b/rel-eng/tito.props index f07ba83..dc5ff85 100644 --- a/rel-eng/tito.props +++ b/rel-eng/tito.props @@ -6,24 +6,20 @@ changelog_do_not_remove_cherrypick = 0 lib_dir = rel-eng/lib
[koji] -autobuild_tags = dist-5E-sw-1.6-candidate dist-6E-sw-1.6-candidate dist-f14-sw-1.6-candidate dist-f15-sw-1.6-candidate dist-f16-sw-1.6-candidate +autobuild_tags = dist-5E-sw-1.7-candidate dist-6E-sw-1.7-candidate dist-f15-sw-1.7-candidate dist-f16-sw-1.7-candidate
-[dist-5E-sw-1.6-candidate] +[dist-5E-sw-1.7-candidate] disttag = .el5 blacklist=oracle-server-admin oracle-server-scripts rhnclient smartpm python-ethtool spacewalk-jpp-workaround apt-spacewalk python-hwdata spacewalk-oro-compat
-[dist-6E-sw-1.6-candidate] +[dist-6E-sw-1.7-candidate] disttag = .el6 blacklist=oracle-server-admin oracle-server-scripts rhnclient smartpm heirloom-pkgtools jabberd-selinux apt-spacewalk python-hwdata spacewalk-oro-compat
-[dist-f14-sw-1.6-candidate] -disttag = .fc14 -blacklist=jabberd-selinux oracle-server-admin oracle-server-scripts rhnclient smartpm python-ethtool spacewalk-jpp-workaround apt-spacewalk python-hwdata heirloom-pkgtools oracle-rhnsat-selinux spacewalk-oro-compat - -[dist-f15-sw-1.6-candidate] +[dist-f15-sw-1.7-candidate] disttag = .fc15 blacklist=jabberd-selinux oracle-server-admin oracle-server-scripts rhnclient smartpm python-ethtool apt-spacewalk python-hwdata heirloom-pkgtools oracle-rhnsat-selinux spacewalk-oro-compat
-[dist-f16-sw-1.6-candidate] +[dist-f16-sw-1.7-candidate] disttag = .fc16 blacklist=jabberd-selinux oracle-server-admin oracle-server-scripts rhnclient smartpm python-ethtool apt-spacewalk python-hwdata heirloom-pkgtools oracle-rhnsat-selinux
spacewalk-commits@lists.fedorahosted.org