summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--func/jobthing.py1
-rw-r--r--pusher.py2
-rwxr-xr-xtest/test-it.sh2
3 files changed, 3 insertions, 2 deletions
diff --git a/func/jobthing.py b/func/jobthing.py
index a190dff..93c26f0 100644
--- a/func/jobthing.py
+++ b/func/jobthing.py
@@ -23,6 +23,7 @@ import sys
import fcntl
import forkbomb
import utils
+import signal
JOB_ID_RUNNING = 0
JOB_ID_FINISHED = 1
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
diff --git a/test/test-it.sh b/test/test-it.sh
index b0a1e89..864ca56 100755
--- a/test/test-it.sh
+++ b/test/test-it.sh
@@ -152,7 +152,7 @@ uninstall_the_rpms()
msg "Removing the func and certmaster rpms, if there is one"
# just one package for now, easy enough
rpm -e func
- rpm -e certmater
+ rpm -e certmaster
}
install_the_rpms()