rel-eng/build-missing-builds-in-koji.sh rel-eng/koji-missing-builds.py rel-eng/releasers.conf rel-eng/tito.props

Jan Pazdziora adelton at fedoraproject.org
Wed Jun 6 07:44:11 UTC 2012


 rel-eng/build-missing-builds-in-koji.sh |    2 +-
 rel-eng/koji-missing-builds.py          |    4 ++--
 rel-eng/releasers.conf                  |    2 +-
 rel-eng/tito.props                      |   10 +++++-----
 4 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 0e069e2d994965484ffd183fb295091533e32cf9
Author: Jan Pazdziora <jpazdziora at redhat.com>
Date:   Fri Jun 1 13:56:16 2012 +0200

    Start building for Fedora 17 instead of Fedora 15.

diff --git a/rel-eng/build-missing-builds-in-koji.sh b/rel-eng/build-missing-builds-in-koji.sh
index 4ff89f1..fce37b0 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="spacewalk-nightly-rhel5 spacewalk-nightly-rhel6 spacewalk-nightly-fedora15 spacewalk-nightly-fedora16"
+TAGS="spacewalk-nightly-rhel5 spacewalk-nightly-rhel6 spacewalk-nightly-fedora16 spacewalk-nightly-fedora17"
 FEDORA_UPLOAD=1
 
 pushd . >/dev/null
diff --git a/rel-eng/koji-missing-builds.py b/rel-eng/koji-missing-builds.py
index eb76565..1b90216 100755
--- a/rel-eng/koji-missing-builds.py
+++ b/rel-eng/koji-missing-builds.py
@@ -35,8 +35,8 @@ if len(args) > 1:
 distmap = {'rhel6':'.el6',
            'rhel5':'.el5',
            'rhel4':'.el4',
-           'fedora15':'.fc15',
-           'fedora16':'.fc16'}
+           'fedora16':'.fc16',
+           'fedora17':'.fc17'}
 
 distsuffix = ''
 tag = args[0]
diff --git a/rel-eng/releasers.conf b/rel-eng/releasers.conf
index 58226f7..d7ea2ea 100644
--- a/rel-eng/releasers.conf
+++ b/rel-eng/releasers.conf
@@ -1,4 +1,4 @@
 [koji]
 releaser = tito.release.KojiGitReleaser
-autobuild_tags = spacewalk-nightly-rhel5 spacewalk-nightly-rhel6 spacewalk-nightly-fedora15 spacewalk-nightly-fedora16
+autobuild_tags = spacewalk-nightly-rhel5 spacewalk-nightly-rhel6 spacewalk-nightly-fedora16 spacewalk-nightly-fedora17
 git_url = git://git.fedorahosted.org/git/spacewalk.git
diff --git a/rel-eng/tito.props b/rel-eng/tito.props
index e0a6aee..b955669 100644
--- a/rel-eng/tito.props
+++ b/rel-eng/tito.props
@@ -6,7 +6,7 @@ changelog_do_not_remove_cherrypick = 0
 lib_dir = rel-eng/lib
 
 [koji]
-autobuild_tags = spacewalk-nightly-rhel5 spacewalk-nightly-rhel6 spacewalk-nightly-fedora15 spacewalk-nightly-fedora16
+autobuild_tags = spacewalk-nightly-rhel5 spacewalk-nightly-rhel6 spacewalk-nightly-fedora16 spacewalk-nightly-fedora17
 
 [spacewalk-nightly-rhel5]
 disttag = .el5
@@ -16,10 +16,10 @@ blacklist=oracle-server-admin oracle-server-scripts rhnclient smartpm oracle-rhn
 disttag = .el6
 blacklist=oracle-server-admin oracle-server-scripts rhnclient smartpm heirloom-pkgtools oracle-rhnsat-selinux jabberd-selinux apt-spacewalk python-hwdata spacewalk-oro-compat
 
-[spacewalk-nightly-fedora15]
-disttag = .fc15
-blacklist=jabberd-selinux oracle-server-admin oracle-server-scripts rhnclient smartpm apt-spacewalk python-hwdata heirloom-pkgtools oracle-rhnsat-selinux spacewalk-oro-compat
-
 [spacewalk-nightly-fedora16]
 disttag = .fc16
 blacklist=jabberd-selinux oracle-server-admin oracle-server-scripts rhnclient smartpm apt-spacewalk python-hwdata heirloom-pkgtools oracle-rhnsat-selinux
+
+[spacewalk-nightly-fedora17]
+disttag = .fc17
+blacklist=jabberd-selinux oracle-server-admin oracle-server-scripts rhnclient smartpm apt-spacewalk python-hwdata heirloom-pkgtools oracle-rhnsat-selinux




More information about the spacewalk-commits mailing list