Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
updates to GLIPortage to increase capabilities of it's command-line mode.
adding the qs branch for our dev work.
fix to progress bar overflow bug.
sync dynamic-stage3 code in GLIPortage with GLIArch
Switch to running vdb_to_fake_binrepo.py instead of reading systempkgs.txt remove all references to systempkgs.txt
force livecd and bindist USE
copying the overhaul branch into trunk.
apparently we don't need to pre-create dirs...just put stuff where portage expects it to be
write to world file directly instead of using echo
mode apparently isn't optional, even though the help says it is
more debugging code for counter update
create /var/cache/edb if it doesn't exist
add code for updating COUNTER properly for livecd-kernel and GRP
pass grp_install option to get_deps()
add a little more descriptive debugging to kernel sources change order of params for emerge command.
grp_install parameter passed to emerge() and get_deps()
adding a new branch for the overhaul of GLI
add -k option to usage message
-k option to install livecd-kernel to shut up wolf31o2 :P
src/GLIPortage.py: raise an exception in get_deps() if pkglist is empty
add FEATURES=noauto to ebuild calls
src/GLIPortage.py: pass proper PORTAGE_TMPDIR
disable directory permissions checking code
make copy_pkg_to_chroot() not quite so verbose in verbose mode
src/GLIPortage.py: create /tmp, /var/tmp, and /var/lib/portage with proper permissions
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 |