One more fix

This commit is contained in:
falgout 2012-04-30 15:41:13 +00:00
parent 612a8053c2
commit 1ab73ce988

View File

@ -73,6 +73,6 @@ build_list=`kwadmin list-builds hypre`
# generate the list of new issues # generate the list of new issues
build_name=`echo $build_list | awk '{print $1}'` build_name=`echo $build_list | awk '{print $1}'`
kwinspectreport --license-host swordfish --host rzcereal3 --port 8066 --text hyprenew.txt --state new --project hypre --build $build_name kwinspectreport --license-host swordfish --host rzcereal3 --port 8066 --text hyprenew.txt --state new --project hypre --build $build_name
cat hyprenew.txt > &2 cat hyprenew.txt >&2
# TODO: add lines to delete old builds (e.g., keep the latest 5 builds) # TODO: add lines to delete old builds (e.g., keep the latest 5 builds)