Changes between Version 1 and Version 2 of Ticket #1295


Ignore:
Timestamp:
May 4, 2016, 8:56:06 AM (8 years ago)
Author:
Alex Dumitru
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1295 – Description

    v1 v2  
    11The rasdaman installer treats a command string as a command array. The error logger needs to differentiate between the two when printing the command executed.
    22
    3 On failure, the installer should point the user towards the install log file: /tmp/rasdaman_install.$PID.log
     3On failure, the installer should point the user towards the install log file: /tmp/rasdaman_install.$PID.log and should present more information to the user. This has to be researched on how to best do this for commands where a lot of output is being created (e.g. make)
     4
     5There needs to be a check that /home/$INSTALLATION_USER is writable by $INSTALLATION_USER as git needs to update some things there.