From b2567374fe7bc5ad5fe64784b111bbb64ade7fda Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 28 May 2008 11:29:17 -0400 Subject: Add F-9 to the pusher script --- pusher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pusher.py') 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 -- cgit