You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// the real information coming from pacakges is still unknown, so referenced
// paths could potentially be missing, for example.
type Selection struct {
Release *Release
Slices []*Slice
}
The text was updated successfully, but these errors were encountered:
* feat: handle hardlinks
This commit enables Chisel to be able to handle hardlinks and extract
them from package tarballs.
At the moment, if a slice is extracting a hardlink it also needs to
extract the file that it points to, either as part of that slice or in
its essentials.
./internal/setup/setup.go: packages typo:
// the real information coming from pacakges is still unknown, so referenced
// paths could potentially be missing, for example.
type Selection struct {
Release *Release
Slices []*Slice
}
The text was updated successfully, but these errors were encountered: