From b7ea96ec40e4dd4ac2bedd52b12e1176ec50c580 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 10 Jun 2010 09:35:19 -0500 Subject: switch the devel branch to f14 --- src/pyfedpkg/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pyfedpkg/__init__.py') diff --git a/src/pyfedpkg/__init__.py b/src/pyfedpkg/__init__.py index c0f70e2..a90d35d 100644 --- a/src/pyfedpkg/__init__.py +++ b/src/pyfedpkg/__init__.py @@ -271,7 +271,7 @@ class PackageModule: self.target = 'dist-olpc%s' % self.distval # Need to do something about no branch here elif self.branch == 'devel': - self.distval = '13' # this is hardset for now, which is bad + self.distval = '14' # this is hardset for now, which is bad self.distvar = 'fedora' self.dist = '.fc%s' % self.distval self.target = 'dist-f%s' % self.distval # will be dist-rawhide @@ -824,4 +824,4 @@ class PackageModule: continue if file not in spec: unused.append(file) - return unused \ No newline at end of file + return unused -- cgit