Ticket #53 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

Fix working copy symlinks within exports

Reported by: blee Owned by: confman-developers@…
Priority: blocker Milestone: confman-1.9.2
Component: confexport Version: 1.9.1b
Keywords: Cc:

Description

Working copy symlinks currently do not work in exports generated by confexport. tar probably needs -L passed to it to make this work.

Change History

comment:1 Changed 2 years ago by ccowart

(In [406]) Passing "-h" to tar to follow symlinks in the module and recipe export
style cases. Note that "-L" is limited to bsdtar, but "-h" seems to mean
the same thing for both bsdtar and gnutar.

Leaving ticket open until this fix is merged into 1.9 branch.

See #53

comment:2 Changed 2 years ago by ccowart

  • Status changed from new to closed
  • Resolution set to fixed

(In [412]) Merging fixes from trunk for several issues.

Fixes #49, #53, #61, #47, #48

Note: See TracTickets for help on using tickets.