Issue180

Title Automate IPC submission process
Priority wish Status resolved
Superseder Nosy List erez, malte
Assigned To erez Keywords
Optional summary

Created on 2011-01-04.17:14:10 by erez, last changed by malte.

Messages
msg1015 (view) Author: malte Date: 2011-01-04.22:54:43
Merged.

 * I added some small error checking to the plan script.
 * I made some small changes to the make_ipc_submission script:
   * All sanity tests are enabled now by default (except for the 2nd planner
     test, which requires axiom support in the config), but can be disabled
     easily with a variable at the top of the script.
   * -m32 in the Makefiles is now replace with -m64 upon packaging.
   * The LP library is removed. (Looks like we're not going to use it, and
     if we wanted to include it, we'd have to be more careful with the license.)
msg1005 (view) Author: erez Date: 2011-01-04.17:19:35
Done and pushed into my repository.
Reminder: we still need to switch from -m32 to -m64 at some point (or maybe do 
this automatically)
msg1004 (view) Author: erez Date: 2011-01-04.17:14:10
We should create a script that exports only the planner, and create build/plan 
scripts, as IPC rules specify.
(I am already working on this, this is just to have a branch name)
History
Date User Action Args
2011-01-04 22:54:49maltesetstatus: reviewing -> resolved
2011-01-04 22:54:43maltesetmessages: + msg1015
2011-01-04 17:19:36erezsetstatus: in-progress -> reviewing
messages: + msg1005
2011-01-04 17:14:10erezcreate