commit | 91bd660f51b48641ef8658372ed3c7df77acf577 | [log] [tgz] |
---|---|---|
author | david_williams <david_williams> | Wed Dec 17 19:34:59 2008 +0000 |
committer | david_williams <david_williams> | Wed Dec 17 19:34:59 2008 +0000 |
tree | 8c917ed830668a18ca37f9dc108fb6674d33ae32 | |
parent | 8a2b691e542d16f9a5fac019f53605c533394b85 [diff] |
attempt to avoid spurious warnings in log. See http://jira.public.thoughtworks.org/browse/CC-766
diff --git a/releng.control/ant_low_priority.sh b/releng.control/ant_low_priority.sh index 44efffc..c683065 100644 --- a/releng.control/ant_low_priority.sh +++ b/releng.control/ant_low_priority.sh
@@ -20,5 +20,5 @@ fi -echo "Running ant at priority +12" -exec nice --adjustment 12 "${RELENG_CONTROL}/ant.sh" "$@" +echo "Running ant at priority +10" +exec nice --adjustment 10 "${RELENG_CONTROL}/ant.sh" "$@"
diff --git a/releng.control/ant_med_priority.sh b/releng.control/ant_med_priority.sh index d6acfda..3c5a701 100644 --- a/releng.control/ant_med_priority.sh +++ b/releng.control/ant_med_priority.sh
@@ -20,5 +20,5 @@ fi -echo "Running ant at priority +8" -exec nice --adjustment 8 "${RELENG_CONTROL}/ant.sh" "$@" +echo "Running ant at priority +3" +exec nice --adjustment 3 "${RELENG_CONTROL}/ant.sh" "$@"