After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 486216 - sabayon-apply is blowing up with missing directories
sabayon-apply is blowing up with missing directories
Status: RESOLVED FIXED
Product: sabayon
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Maintainers of sabayon
Maintainers of sabayon
Depends on:
Blocks:
 
 
Reported: 2007-10-13 02:53 UTC by Matthias Clasen
Modified: 2007-12-19 18:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch by Dan Walsh (568 bytes, patch)
2007-10-13 02:54 UTC, Matthias Clasen
committed Details | Review

Description Matthias Clasen 2007-10-13 02:53:26 UTC
Originally filed here: https://bugzilla.redhat.com/show_bug.cgi?id=329471


sabayon-apply should be creating the directories if they do not exist.

I am removing a bunch of apps that start by default in a session.

yum-updates, setroubleshoot, nm-applet.

But when sabayon apply tries to apply the changes it throws an exception

The homedirectory is clean and created at login.  So very little exists when
sabayon-apply runs.
Comment 1 Matthias Clasen 2007-10-13 02:54:16 UTC
Created attachment 97152 [details] [review]
patch by Dan Walsh
Comment 2 Federico Mena Quintero 2007-12-19 18:12:52 UTC
Committed to trunk; thanks for the patch!

2007-12-19  Federico Mena Quintero  <federico@novell.com>

	* lib/storage.py (copy_tree): Create all the directories in the
	path (mkdir -p).  Fixes
	http://bugzilla.gnome.org/show_bug.cgi?id=486216 - patch by Dan Walsh.