Fix bootstrap non regression test.v1.0
commit3d7b32002594b5f97b143d1989b8b4a150ec959a
authorPascal Obry <pascal@obry.net>
Thu, 29 Nov 2007 20:17:42 +0000 (29 21:17 +0100)
committerPascal Obry <pascal@obry.net>
Thu, 29 Nov 2007 20:17:42 +0000 (29 21:17 +0100)
treeceb6123b0e3a2e944c6fca7aa1199b3905ae1e79
parent5331afb7d1e4a997fc03e6a3af8d673541bf4b64
Fix bootstrap non regression test.

* src/savadur-build.adb:
  (Send_Status): Send to log when not in client/server mode.

* src/savadur-client.adb:
  (Run_Server_Mode): Set Config.Client_Server to True.

* src/savadur-config-client.adb:
  (Get_Key): Do not require a client identity file when
   in standalone mode. This is really useful in standalone
   mode as we do not want to register into a server. If
   the client.xml file is missing we just return the
   "default" identity.

* src/savadur-config.ads:
  (Client_Server): New boolean which idicates if running
   in client/server or standalone mode.

* src/savadur-jobs-queue.adb:
  Change token End_Job to avoid clash with a new inserted
  job.

* test/test-dir/projects/bootstrap.xml:
  Set the name to "bootstrap" as required now. We do not
  use the filename anymore as project name.
src/savadur-build.adb
src/savadur-client.adb
src/savadur-config-client.adb
src/savadur-config.ads
src/savadur-jobs-queue.adb
test/test-dir/projects/bootstrap.xml