Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
preserve permissions when copying from image dir to chroot
src/GLIPortage.py: copy_pkg_to_chroot() uses compile_output.log for command output
grp code fixups
print instead of sys.stdout.write()
display progress of stage3 generation
len() instead of .length
src/GLIPortage.py: add code make GLIPortage.py capable of being run stand-along for dynamic stage3 generation and copying packages in a GRP-ish way
src/GLIPortage.py: ignore blank packages passed to get_deps() and emerge()
fsck...typo
src/GLIPortage.py: run env-update at the end of copy_pkg_to_chroot()
src/GLIPortage.py: use tar to transfer files from image dir to /mnt/gentoo instead of 'cp -a' src/GLIStorageDevice.py,src/GLIInstallProfile.py,src/templates/x86AT.py: 'resized' flag
short circuit for chroot as well
forgot to return a value
src/GLIPortage.py: short circuit and check vdb directly if package begins with '='
src/GLIPortage, src/GLIArchitectureTemplate.py: ignore_missing flag for copy_pkg_to_chroot()
missing slash
src/GLIPortage.py: copy_pkg_to_chroot() uses /vdb for ROOT= installs
src/GLIPortage.py: show 'Calculating dependencies for ...' in subprogress bar at beginning of emerge() src/GLIArchitectureTemplate.py: copy /etc/X11/gdm/gdm.conf.old into chroot if /etc/X11/gdm/gdm.conf exists in the chroot
ignore 'dir' entries in CONTENTS call tar with -p
src/GLIUtility.py: move parse_vdb_contents() to GLIPortage src/GLIPortage.py: remove all symlink fixups
apparently that code *was* important
remove link if it exists before moving content into place
call copy_pkg_to_chroot() directly for livecd-kernel
small hack in get_deps() for packages that are in host vdb but not snapshot
call get_best_version_vdb() instead of get_best_version_vdb_chroot()
runtimedeps.py still sucks
missing 'if'
all kinds of fun stuff...see the Changelog
typo
missing colon
src/GLIPortage.py: get_deps() calls 'emerge -p' and then removed packages that aren't in vdb added emerge() src/GLIArchitectureTemplate.py: install_packages() now calls emerge() in GLIPortage
figure PORTAGE_TMPDIR properly
python--
spawn() takes any False argument for chroot instead of just None change copy_pkg_to_chroot() to work properly with use_root=False
bah, transposed_arguments--
bah, typos--
src/GLIArchitectureTemplate.py: remove add_pkg_to_world() and copy_pkg_to_chroot() src/GLIPortage.py: copy_pkg_to_chroot() chroot's to run ebuild is use_root=False src/GLIUtility.py: added get_keymaps()
src/runtimedeps.py: accept ROOT via commandline instead of env
chroot to use best_version for chroot's vdb
src/GLIPortage.py: exclude packages already in chroot vdb from binary deplist
darn typos
remove depgraph class add debugging code to get_deps()
modify get_deps() to get deptree for each package and merge into final list src/GLIArchitectureTemplate.py: combine code for GRP/compile in install_packages() into one block
call runtimedeps.py with python
remove calls to portage module
src/GLIPortage.py: use separate script for GRP deps src/runtimedeps.py: initial commit
flipped around a few function args
move some of portage function from GLIAT src/GLIArchitectureTemplate.py: revamp install_packages() for new GLIPortage
src/GLIPortage.py: initial commit
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
ViewVC Help | |
Powered by ViewVC 1.1.20 |