Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 563138 Details for
Bug 676660
dev-util/catalyst fails to create the user provided overlay with tinderbox targets
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch adding the portage_overlay step to the tinderbox action sequence
catalyst-3.0.3-allow-overlay-on-tinderbox.patch (text/plain), 755 bytes, created by
Francisco Blas Izquierdo Riera (RETIRED)
on 2019-01-28 20:48:44 UTC
(
hide
)
Description:
Patch adding the portage_overlay step to the tinderbox action sequence
Filename:
MIME Type:
Creator:
Francisco Blas Izquierdo Riera (RETIRED)
Created:
2019-01-28 20:48:44 UTC
Size:
755 bytes
patch
obsolete
>Handle portage_overlay on tinderbox targets. > >Tinderboxes can be very useful to build packages with custom profiles and overlays. >Add the portage_overlay action so users are able to use the tinderbox. > >Signed-off-by: Francisco Blas Izquierdo Riera (klondike) <klondike@gentoo.org> >--- a/catalyst/targets/tinderbox.py >+++ b/catalyst/targets/tinderbox.py >@@ -41,7 +41,7 @@ > > def set_action_sequence(self): > #Default action sequence for run method >- self.settings["action_sequence"]=["unpack","unpack_snapshot",\ >+ self.settings["action_sequence"]=["unpack","unpack_snapshot","portage_overlay",\ > "config_profile_link","setup_confdir","bind","chroot_setup",\ > "setup_environment","run_local","preclean","unbind","clean",\ > "clear_autoresume"]
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 676660
: 563138