Changes between Version 1 and Version 2 of Ticket #1295
- Timestamp:
- May 4, 2016, 8:56:06 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1295 – Description
v1 v2 1 1 The rasdaman installer treats a command string as a command array. The error logger needs to differentiate between the two when printing the command executed. 2 2 3 On failure, the installer should point the user towards the install log file: /tmp/rasdaman_install.$PID.log 3 On 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 5 There needs to be a check that /home/$INSTALLATION_USER is writable by $INSTALLATION_USER as git needs to update some things there.