portage.git
2006-05-17 Zac MedicoPrint a warning message when AUTOCLEAN is disabled...
2006-05-16 Zac MedicoFix portage.getmaskingreason() so that it properly...
2006-05-16 Zac MedicoAdd a warning message for AUTOCLEAN="no". Thanks to...
2006-05-16 Zac MedicoAdd + to the --changelog regex so that dvd+rw-tools...
2006-05-16 Zac MedicoAdd some PORTAGE_CONFIGROOT documentation for bug ...
2006-05-15 Alec WarnerFix for bug 133363, thanks to <world.root@gmail.com...
2006-05-15 Zac MedicoFix a typo from r3357.
2006-05-15 Zac MedicoAdd back the rstrip(os.path.sep) which is needed in...
2006-05-15 Zac MedicoRevert the performance optimization from r3355 in favor...
2006-05-15 Zac MedicoEnsure that ${ROOT} is normalized for bug #90444.
2006-05-15 Zac MedicoRemove unnecessary and time consuming normpath call...
2006-05-14 Zac MedicoEnsure a sane global umask for bug #133307 (regression...
2006-05-14 Alec WarnerWheel != secpass=1, so kill it. Wheel grants you nothi...
2006-05-14 Mike Frysingerstrip leading slash in output
2006-05-14 Mike Frysingeryou have to quote $@ or things can break
2006-05-14 Zac MedicoUse iteritems() instead of items() because an iterator...
2006-05-14 Zac MedicoWrite raw bytes instead of attempting to encode as...
2006-05-14 Zac MedicoMake portdbapi._init_cache_dirs() obey self.depcachedir.
2006-05-14 Zac MedicoMake portdbapi obey self.depcachedir instead of using...
2006-05-13 Zac MedicoAllow `emerge --metadata` and `emerge --regen` for...
2006-05-12 Zac Medicos/DEPEND atoms/package atoms/ for better wording
2006-05-12 Zac MedicoMake /etc/portage/bashrc relative to PORTAGE_CONFIGROOT. v2.1_rc1
2006-05-12 Zac MedicoAdd some documentation for /etc/portage/modules and...
2006-05-12 Zac MedicoRevert r3339 because r3301 makes it unnecessary. See...
2006-05-11 Alec WarnerMinor 1 liner for bug 131657
2006-05-11 Alec WarnerFix bug 113055, Binpkg's need SLOT in mysettings
2006-05-10 Zac MedicoNeglect EOFError during mtimedb loading since this...
2006-05-10 Mike Frysingerremove unused STICKIES variable
2006-05-10 Zac MedicoOnly adjust priority for PORTAGE_NICENESS on the first...
2006-05-09 Mike Frysingerslightly easier test to read for DISTDR/unpack check
2006-05-08 Zac MedicoUse os.path.realpath instead of portage.abssymlink...
2006-05-08 Zac MedicoGive a less confusing error message when unpack() argum...
2006-05-08 Zac MedicoPrevent a TypeError exception when the /etc/make.profil...
2006-05-08 Zac MedicoCatch FileNotFound exception and print a message when...
2006-05-08 Zac MedicoMove the fake $HOME that's used for ebuilds from $PORTA...
2006-05-07 Zac MedicoFix a potential NameError due to 'cpv' being undefined...
2006-05-07 Zac MedicoProperly encode metadata strings as utf-8 in order...
2006-05-07 Zac MedicoReplace inappropriate use of writelines with normal...
2006-05-06 Zac MedicoFix portage.config handling of ROOT and PORTAGE_CONFIGR...
2006-05-06 Marius Mauchmake rsync variable messages a bit less inviting
2006-05-06 Zac MedicoCatch a KeyError and report a missing digest for bug...
2006-05-06 Zac MedicoRemove the uppercase requirement on flat_hash metadata...
2006-05-06 Zac MedicoObey self.incrementals in config.regenerate() instead...
2006-05-05 Zac MedicoCatch a KeyError and notify the user of a missing diges...
2006-05-05 Zac MedicoReimplement the fix for bug #79566 more cleanly (the...
2006-05-04 Zac MedicoFix some small typos in ebuild.sh for bug #86151. ...
2006-05-04 Zac MedicoMake sure that cloned FEATURES are correctly preserved...
2006-05-04 Zac MedicoBring back FEATURES="assume-digests" for bug #132182.
2006-05-03 Zac MedicoImprove the error message when an eclass is not found...
2006-05-03 Zac MedicoCatch an uncaught CacheCorruption for the traceback...
2006-05-03 Simon Stellingreadd not-so pointless if statement
2006-05-02 Simon Stellingremove pointless if statement
2006-05-02 Simon Stellingbest_version doesn't return different codes depending...
2006-05-02 Simon Stellingcatch ENOENT and ENOTDIR in clean_locks to prevent...
2006-05-02 Simon Stellinguse hasq where appropriate
2006-05-02 Simon Stellinglet 'emerge -h world' print a nice help message powered...
2006-05-02 Simon Stellinguse escaping code that works for mrxvt too; thanks...
2006-05-02 Simon Stellingrevert rev 3300 as it has various issues and doesn...
2006-05-02 Zac MedicoMigrate old digest-* code in portage.fetch() to be...
2006-05-02 Zac Medicofix a typo from the last revision
2006-05-02 Zac MedicoProperly join CUSTOM_MIRRORS_FILE with PORTAGE_CONFIG_R...
2006-05-02 Zac MedicoRemove an extra aux_get call in doebuild and combine...
2006-05-01 Simon Stellingdon't let profile.env overwrite variables that are...
2006-05-01 Zac MedicoAdd a new sqlite cache module (one I wrote) that has...
2006-05-01 Zac MedicoRemove sqlite.py because it's performance is unacceptab...
2006-05-01 Simon Stellingreplace hardcoded /usr/lib/portage/bin with PORTAGE_BIN...
2006-05-01 Simon Stellingmake portage shut up if --quiet is given; bug 62273
2006-05-01 Simon Stellingrevert my last commit except for the parts i really...
2006-05-01 Simon Stellingallow escaping in elog_base() to fix bug 131913
2006-05-01 Zac MedicoDon't skip regenerate() because leads to 'Problem resol...
2006-05-01 Zac MedicoMake sure that emerge really removes noauto from FEATUR...
2006-05-01 Zac MedicoInitial PORTAGE_CONFIGROOT support in the portage.confi...
2006-04-30 Alec WarnerAdd cfg-update to the list of happy config file managers.
2006-04-30 Ned Ludd- People have started RESTRICTing "stricter", which...
2006-04-30 Ned Ludd- be sure to remove o+w bits on debug files
2006-04-30 Zac MedicoPass a vartree instance into portage.unmerge() to avoid...
2006-04-30 Zac MedicoHandle the doebuild's unmerge phase before setting...
2006-04-30 Zac MedicoAvoid global db usage in doebuild() except when absolut...
2006-04-30 Zac MedicoUpdate portage config update messages to mention dispat...
2006-04-30 Zac MedicoPrint disfiles file names for bug #131774. I've remove...
2006-04-30 Mike Frysingerretain important historical aspects of the checksum...
2006-04-30 Zac MedicoAdd PORTAGE_BIN_PATH and PORTAGE_PYM_PATH to the enviro...
2006-04-30 Zac MedicoPrint [ OK ] messages (like eend) when checksums are...
2006-04-29 Alec WarnerRemove 4 year old cvs sync code, fix login around spawn... v2.1_pre10
2006-04-29 Zac MedicoRemove all usage of the portage.root global from portag...
2006-04-29 Zac MedicoAdd a portage.config.selinux_enabled() accessor and...
2006-04-29 Zac MedicoPrevent a NameError in commit_mtimedb() when the portag...
2006-04-29 Zac MedicoMove the legacy global initializations into a function...
2006-04-29 Zac MedicoPass mtimes through doebuild(), into dblink.merge(...
2006-04-29 Zac MedicoReturn early from portage.commit_mtimedb() when mtimedb...
2006-04-29 Zac MedicoEnable portage.commit_mtimedb() to work without globals.
2006-04-29 Zac MedicoEnable portage.pkgmerge() to work without globals.
2006-04-29 Zac MedicoEnable portage.dep_zapdeps() to work without globals.
2006-04-29 Zac MedicoEnable portage.env_update() to work without globals.
2006-04-29 Zac MedicoIn the clean phase, for maximum chflags portablility...
2006-04-29 Zac MedicoCatch Permission Denied errors during manifest/digest...
2006-04-28 Zac MedicoFix PORTAGE_GPG_DIR handling so that ~/.gnupg/ works...
2006-04-28 Zac MedicoFix spelling of "hierarchy" for bug #131582 and raise...
2006-04-28 Zac MedicoRemove global db usage from portdbapi.gvisible().
2006-04-28 Zac MedicoOnly trigger the 'Using system located in ROOT' message...
next