summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Dreyer <ktdreyer@ktdreyer.com>2013-09-11 14:53:46 -0600
committerKen Dreyer <ktdreyer@ktdreyer.com>2013-09-11 14:53:46 -0600
commit836c6dc604643a90953e4a5b629a8d5e8df0a2dc (patch)
tree4002be4824cc1eccad9c3c70c8a33f4e97dce655
parent0a3dfc795af54eda76524c3f4890e8ee2407cc3a (diff)
downloadrpmfusion-tools-836c6dc604643a90953e4a5b629a8d5e8df0a2dc.tar.gz
rpmfusion-tools-836c6dc604643a90953e4a5b629a8d5e8df0a2dc.tar.xz
rpmfusion-tools-836c6dc604643a90953e4a5b629a8d5e8df0a2dc.zip
add F20 and F21
Fedora marches on. Add dist tags for Fedora 20 and 21.
-rwxr-xr-xcvstogit2
1 files changed, 2 insertions, 0 deletions
diff --git a/cvstogit b/cvstogit
index cefed47..4cf7f64 100755
--- a/cvstogit
+++ b/cvstogit
@@ -30,6 +30,8 @@ AUTHOR="Ken Dreyer <ktdreyer@ktdreyer.com>"
declare -A BRANCHES
BRANCHES=(
['devel']='master'
+['F-21']='f21'
+['F-20']='f20'
['F-19']='f19'
['F-18']='f18'
['F-17']='f17'