summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
Commit message (Expand)AuthorAgeFilesLines
* Use apply_secpass_permissions for DISTDIR permissions.Zac Medico2006-03-141-1/+1
* Do not clean shared ${T} after the unmerge phase when the new and old package...Zac Medico2006-03-131-2/+11
* Make portage.unmerge return 0 on success in order to make `ebuild unmerge` ex...Zac Medico2006-03-121-1/+3
* Use the ** operator for better unpacking of actionmap args in spawnebuild.Zac Medico2006-03-121-19/+13
* Add the command (ebuild.sh or misc-functions.sh) to the actionmap for spawneb...Zac Medico2006-03-121-21/+18
* Make the clean phase obey keeptemp in FEATURES.Zac Medico2006-03-111-2/+2
* backport portage-pkg path change from savior branchMike Frysinger2006-03-111-3/+3
* Do automatic backup the resume list when it's length is greater than 1 for bu...v2.1_pre6Zac Medico2006-03-111-1/+2
* Trigger the clean phase at the end of dblink.unmerge() in order to remove cru...Zac Medico2006-03-111-1/+2
* Do the clean phase at the end of dblink.treewalk() to ensure that it is trigg...Zac Medico2006-03-111-1/+2
* Consolidate duplicate "myebuild" logic in the dblink.treewalk() method.Zac Medico2006-03-111-12/+4
* Do cleanup of cruft prior to the setup phase for binary packages. See bug #85...Zac Medico2006-03-101-1/+3
* Move dyn_rpm and dyn_spec from ebuild.sh to misc-functions.sh.Zac Medico2006-03-101-1/+1
* Move the install phase qa checks from ebuild.sh to misc-functions.sh and add ...Zac Medico2006-03-091-1/+9
* Add sesandbox to the spawnebuild actionmap.Zac Medico2006-03-091-15/+15
* Add a "sesandbox" flag to the spawn function so that it can handle selinux co...Zac Medico2006-03-091-24/+20
* Split install_mask and parts of dyn_preinst from ebuild.sh to misc-functions....Zac Medico2006-03-091-1/+15
* Split dyn_package from ebuild.sh to misc-functions.sh and add MISC_SH_BINARY ...Zac Medico2006-03-091-5/+8
* Catch ENOENT errors when $PORTDIR/profiles/updates does not exist.Zac Medico2006-03-071-4/+8
* Remove the leading / from WORLD_FILE for better cooperation with os.path.join...Zac Medico2006-03-061-9/+9
* Remove the leading / from CONFIG_MEMORY_FILE for better cooperation with os.p...Zac Medico2006-03-051-6/+3
* Remove the leading / from PRIVATE_PATH (var/lib/portage) for better cooperati...Zac Medico2006-03-051-5/+5
* Remove a dead and broken hunk of code that attempts to remove files from an e...Zac Medico2006-03-051-9/+0
* Strip the leading slash from WORLD_FILE so that os.path.join works correctly ...Zac Medico2006-03-051-1/+2
* Remove the 'didupdate' variable from global_updates() because it is no longer...Zac Medico2006-03-041-9/+7
* Rename the global updates do_upgrade() function to parse_updates().Zac Medico2006-03-041-2/+2
* Move all output out of the global updates do_upgrade() function so that it on...Zac Medico2006-03-041-21/+24
* kill off pointless printMike Frysinger2006-03-031-2/+0
* Split out a portage_update.grab_updates() function so that it can be reused.Zac Medico2006-02-281-31/+18
* Killing some old code that is never executed.Alec Warner2006-02-251-15/+1
* Add a message to advise deleting corrupted binary packages. Bug #86088Alec Warner2006-02-251-0/+1
* Prevent output of '*' characters when there are no updates but fixpackages is...Zac Medico2006-02-221-0/+2
* Fix typo from revision 2758.v2.1_pre5_2761v2.1_pre5_2760Zac Medico2006-02-211-1/+1
* Validate the names of update files in order to filter out unwanted files such...Zac Medico2006-02-211-0/+2
* Remove temporary file usage from move_ent and move_slot_ent routines.Zac Medico2006-02-201-22/+16
* Remove temporary file usage from fixpackages update_ents routine.Zac Medico2006-02-191-10/+9
* Split out 2 reusable functions from fixdbentries and put them in a new portag...Zac Medico2006-02-191-26/+1
* Fix problem with /var/tmp/tbz2/tbz2 directory for bug 113088.Zac Medico2006-02-191-2/+0
* Update the mtimedb only after the updates have been processed.Zac Medico2006-02-191-10/+19
* Split move_ent calls from do_upgrade() and do them in global_updates() instead.Zac Medico2006-02-191-15/+10
* Fix 2 typos from revision 2735.Zac Medico2006-02-191-2/+2
* Clean up do_upgrade() and add atom validation.Zac Medico2006-02-181-13/+25
* Split the config file updates from do_upgrade into a new update_config_files(...Zac Medico2006-02-181-54/+61
* Create a global_updates() function in order to remove a chunk from the global...Zac Medico2006-02-181-41/+38
* Consider global updates that proceed quickly as a single mtimedb transaction.Zac Medico2006-02-181-1/+3
* Split out a vardbapi.update_ents() method and leave it unused for the moment ...Zac Medico2006-02-181-2/+7
* Add a cleanup() method to xpak.tbz2 and do a sanity check there.Zac Medico2006-02-181-0/+2
* Add a return value to fixdbentries that indicates whether or not modification...Zac Medico2006-02-181-4/+8
* Filter out some more invalid updates before fixpackages gets them.Zac Medico2006-02-171-2/+4
* Bring back myline variable inside do_upgrade because it is needed (regression...Zac Medico2006-02-171-3/+6