summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorYaakov M. Nemoy <loupgaroublond@gmail.com>2009-01-08 00:21:02 -0500
committerYaakov M. Nemoy <loupgaroublond@gmail.com>2009-01-08 00:21:02 -0500
commit84211749a73cbff248192519c0f458806b1fb065 (patch)
tree0ee0ef9968f041f6cdf4fead0f5f9d482bf1b0fb /base
parent6d3b33fa6c32c8702bab887e621f9cf61aaf9108 (diff)
downloadfedora-devshell-84211749a73cbff248192519c0f458806b1fb065.tar.gz
fedora-devshell-84211749a73cbff248192519c0f458806b1fb065.tar.xz
fedora-devshell-84211749a73cbff248192519c0f458806b1fb065.zip
Some minor tweaks and fixes
Diffstat (limited to 'base')
-rw-r--r--base/profiles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/profiles.py b/base/profiles.py
index 0e09317..a6a047d 100644
--- a/base/profiles.py
+++ b/base/profiles.py
@@ -93,7 +93,7 @@ distro = {'RHL-7':('rhl7','.rhl7','rhl','7'),
'F-9':('dist-f9','.fc9','fedora','9'),
'F-10':('dist-f10','.fc10','fedora','10'),
'F-11':('dist-f11','.fc11','fedora','11'),
- 'devel':('dist-devel','.devel','fedora','11')}
+ 'devel':('dist-devel','.devel','fedora','rawhide')}
# this class is temporary, it's only for mimickng CVS for now
# later we'll come up with a better way to do custom profiles