FS#25775 - [ABS] fails when ABSROOT is a relative path
Attached to Project:
Arch Linux
Opened by Jakob Matthes (jakobm) - Friday, 26 August 2011, 16:49 GMT
Last edited by Dave Reisner (falconindy) - Friday, 07 September 2012, 16:54 GMT
Opened by Jakob Matthes (jakobm) - Friday, 26 August 2011, 16:49 GMT
Last edited by Dave Reisner (falconindy) - Friday, 07 September 2012, 16:54 GMT
|
Details
If a relative ABSROOT is specified (with ABSROOT=. as an
exception), rsync fails with:
rsync: mkdir "<dir of invocation>/$ABSROOT/$ABSROOT" failed: No such file or directory (2) Reason: chdir call to $ABSROOT, then rsync with $ABSROOT as destination Fix: Change rsync call to use . as destination I hope this doesn't overlook any rsync path/slash details or has undesired side effects. |
This task depends upon
Closed by Dave Reisner (falconindy)
Friday, 07 September 2012, 16:54 GMT
Reason for closing: Fixed
Additional comments about closing: extra/abs-2.4.4
Friday, 07 September 2012, 16:54 GMT
Reason for closing: Fixed
Additional comments about closing: extra/abs-2.4.4
fix-to-allow-relative-absroot...