summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-05-28 11:29:17 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-05-28 11:29:17 -0400
commitb2567374fe7bc5ad5fe64784b111bbb64ade7fda (patch)
tree4e99ed03d2178ad6de94b4acc3c5751a3de6a338
parentd50b19eb2930d8aed1344442560c2e9382f11f13 (diff)
downloadthird_party-func-b2567374fe7bc5ad5fe64784b111bbb64ade7fda.tar.gz
third_party-func-b2567374fe7bc5ad5fe64784b111bbb64ade7fda.tar.xz
third_party-func-b2567374fe7bc5ad5fe64784b111bbb64ade7fda.zip
Add F-9 to the pusher script
-rw-r--r--pusher.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pusher.py b/pusher.py
index 3a97a4b..4aab643 100644
--- a/pusher.py
+++ b/pusher.py
@@ -24,7 +24,7 @@ Work in progress
"""
# if new releases come out or old ones go away, edit here
-PROCESS_RELEASES = [ "devel", "F-8", "F-7", "EL-5", "EL-4" ]
+PROCESS_RELEASES = [ "devel", "F-9", "F-8", "F-7", "EL-5", "EL-4" ]
import optparse
import os