David Cantrell
b7ef76ef53
Fix gtk-icon-theme-name loop and add debugging messages.
...
Correctly collect gtk-icon-theme-names for saving. Add some debug
output to scrubInstRoot() so we can see the different steps.
2008-10-06 20:50:51 -10:00
David Cantrell
e666948409
Pass libdir scrubInstRoot().
2008-10-05 15:42:26 -10:00
David Cantrell
3c1d9ebf37
ignore_error -> ignore_errors
2008-10-05 15:34:27 -10:00
David Cantrell
6883d1114f
import shutil
2008-10-05 15:10:41 -10:00
David Cantrell
90e58c56ab
Started the scrubInstRoot() function in instroot.py.
...
The scrubInstRoot() function will do a large part of the work
previously done by upd-instroot.
2008-10-05 14:32:41 -10:00
David Cantrell
57c97b576c
Do prep work before letting yum lay down packages.
...
Create some directories and symlinks like upd-instroot does before
calling yum.
2008-10-04 21:48:18 -10:00
David Cantrell
e39a759cf1
Return True after yummain runs.
...
Capture the errcode returned, but don't do anything for now. It's
probably likely that yummain will always fail according to it
because our instroot won't have everything in place that scriplets
need to run. But scriptlets are supposed to always exit with
success, so I dunno.
2008-10-04 21:38:20 -10:00
David Cantrell
508e074126
Do not automatically pass '-v' to yummain.
2008-10-04 21:31:41 -10:00
David Cantrell
e6aebb1c3d
sort() is an inplace operation on lists, correct other errors in instroot.py.
...
sort() is inplace for lists, so it doesn't return the sorted list.
Make sure to strip each line read from the packages* files. In the
installPackages() function, concat the packages list on to the
arglist because that's what yummain is expecting.
2008-10-04 20:52:17 -10:00
David Cantrell
725305dd9c
Correct typo and use os.path.join() in instroot.py.
...
It's packages_files, not packages_file.
2008-10-04 20:34:37 -10:00
David Cantrell
1ad8929ba8
'import os' in instroot.py.
2008-10-04 20:32:03 -10:00
David Cantrell
649e87ae5f
Use correct parameter initializers in installPackages()
...
Init named parameters to None rather than other variables (copy and
paste gets me again).
2008-10-04 20:22:12 -10:00
David Cantrell
9c3e0a79af
Move code in to the src/ subdirectory.
2008-10-04 19:45:34 -10:00