Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 905441

Summary: `emerge --sync` should support `/etc/portage/sync.d/*` hooks
Product: Portage Development Reporter: C. Wijtmans <cj.wijtmans>
Component: CoreAssignee: Portage team <dev-portage>
Status: UNCONFIRMED ---    
Severity: normal CC: gentoo
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=565718
https://bugs.gentoo.org/show_bug.cgi?id=272988
Whiteboard:
Package list:
Runtime testing required: ---

Description C. Wijtmans 2023-05-02 02:46:46 UTC
`emerge --sync` should support `/etc/portage/sync.d/*` hooks

The rationale is for example increased security by remounting a /var/db/repos image as writable or for size sake preparing a squashfs directory.
And then remount RO using the existing postsync hook.

Reproducible: Always