2006-04-25 |
Zac Medico | Move portage.root logic from global scope into the... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Zac Medico | Move initialization of tmp, var/tmp, var/lib/portage... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Zac Medico | Move cache dir initialization from global scope to... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Mike Frysinger | enable +x bits on sed |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Zac Medico | Move USER_VIRTUALS_FILE deprecation warning to config... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Zac Medico | Split a config.validate() method and move PORTAGE_TMPDI... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Zac Medico | Move the make.profile symlink warning from global scope... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Zac Medico | Catch IOError when loading the mtimedb. |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Zac Medico | Move ACCEPT_KEYWORDS and PORTAGE_ARCHLIST validation... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Zac Medico | Move the mtimedb initialization code from global scope... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Zac Medico | Catch ValueError from cpv_expand for bug #131160. |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Zac Medico | Add a note concerning the separation of legacy global... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Zac Medico | For better organization, migrate the initialization... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Zac Medico | Make sure usage of portage.db and portage.mtimedb is... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Zac Medico | Make sure a usage of portage.settings is marked as... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Zac Medico | Use tree="vartree" for prerm, postrm, and cleanrm phase... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Zac Medico | Use one aux_get call instead of 2. |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Zac Medico | Use local myroot instead of portage.root global. |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Zac Medico | Replace finddigest usage with Manifest2 compatible... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Zac Medico | Pass a dbapi instance into doebuild_environment so... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Zac Medico | Remove a possibly unecessary try statement that may... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Zac Medico | Replace usage of global portage.settings with self... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Zac Medico | Fix accidental usage of global settings instead of... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Zac Medico | Do lazy initialization of portage.db[root][porttree... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Zac Medico | Move thirdpartymirrors stacking out of global scope. |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Zac Medico | Move deprecated profile check out of global scope. |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Alec Warner | Minor emerge -V/--info fixes thanks to iggy, use portag... |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Zac Medico | Move endversion and endversion_keys to portage_versions... |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Zac Medico | Move portage.global_updates() invocation out of portage... |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Alec Warner | Make sed wrapper not executable. Currently the wrapper... |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Alec Warner | Fix sed breakage for people with weird PATH, fix tabs... |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Simon Stelling | set executable bit for sed-wrapper |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Mike Frysinger | tighten up output in pretend mode |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Mike Frysinger | fixup clean output |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Mike Frysinger | space arguments |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Zac Medico | Fix FileNotFound error when ignoreMissing=True for... |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Zac Medico | Replace hard coded "size" with MANIFEST1_HASH_FUNCTIONS. |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Zac Medico | Remove bogus "size" manifest entries reported by vapier. |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Alec Warner | Add copyright header, thanks to Zac Medico for pointing... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Alec Warner | A sed wrapper for OSX/BSD courtesy of Flameeyes and... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Zac Medico | Disable sandbox during package phase interaction with... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Zac Medico | Print the actual DISTDIR location in the help ouput... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Zac Medico | s/Do you want me/Would you like/g for bug #112439. |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Zac Medico | Exit with error status when the user has attempted... |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Zac Medico | Fix partial download size calculation for bug #116796. |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Zac Medico | Fix `emerge -s` download size calculation for bug ... |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Zac Medico | Implement portage.config.get() in order to provide... |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Zac Medico | Use os.path.join for PORTAGE_GPG_DIR and remove a dupli... |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Mike Frysinger | if PORTAGE_GPG_DIR is not set then default to ~/.gnupg... |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Zac Medico | Fix repoman --commitmsgfile logic. Thanks to Christian... |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Zac Medico | Add and "other" EBUILD_PHASE for bug #127585. Thanks... |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Zac Medico | Update Manifest automatically in repoman commit mode... |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Mike Frysinger | support *.bz #130406 |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Mike Frysinger | use just [[...]] instead of ((...)); especially when... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Zac Medico | s/GENTOO_MIRRORs/GENTOO_MIRRORS/ |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Zac Medico | Fix gpgsign logic for bug #57445. |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Zac Medico | Implement portage.config.setdefault() in order to provi... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Zac Medico | Ignore ENOENT errors when $FILESDIR doesn't exist.... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Mike Frysinger | dont dump debug update info in quiet mode |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Zac Medico | Avoid rewritting the Manifest whenever possible by... v2.1_pre9 |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Simon Stelling | touchup emerge --help: reorder and wrap lines. credit... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Simon Stelling | sync short options with the rest of emerge --help;... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Simon Stelling | add instructions how to update portage when --sync... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Simon Stelling | make misc-functions.sh executable as it's called direct... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Simon Stelling | fix misuse of 'cat' |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Mike Frysinger | eat whitespace |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Mike Frysinger | use a temp file but this time cut out the duplicate... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Zac Medico | Make find arguments portable for bug #129935 and remove... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Zac Medico | Override LazyItemsDict.update() so that it works correc... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Mike Frysinger | touchup syntax and dont execute the loop as many times |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Simon Stelling | use strip_duplicate_slashes instead of "for 1 2 3 do... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Simon Stelling | remove all unneeded slashes, not only // or /// |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Simon Stelling | `` must die |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Simon Stelling | some more hasq fixes |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Simon Stelling | use has instead of bloated bash constructs |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Simon Stelling | fix typo from rev 3151 |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Simon Stelling | only move $T/environment if it exists; bug 64926 |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Zac Medico | Split out a reusable Manifest._readManifest() method. |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Zac Medico | Add singleton support to LazyItemsDict to make it easie... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Zac Medico | Catch fetch_check FileNotFound exceptions for bug ... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Zac Medico | Run chflags only when needed for bug #129852. Thanks... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Zac Medico | Preserve the mysettings["SLOT"] for bug #129720. |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Zac Medico | Fix a typo from the last revision. |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Zac Medico | Fix collision-protect logic so the correct cpv is used... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Zac Medico | Add an initial_items parameter to the LazyItemsDict... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Zac Medico | Fix digestcheck logic for bug #129839. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Simon Stelling | exit if user hits the cancel button in dialog mode... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Simon Stelling | don't declare input as integer, or etc-update will... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Simon Stelling | ignore backup files when scanning for ._cfg????_*;... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Simon Stelling | don't display the ._cfg???? files anymore but instead... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Mike Frysinger | fixes by solar for ROOT output when unmerging #129649... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Zac Medico | Fix manifest/digest generation logic for bug #129737. |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Zac Medico | Use LazyItemsDict to avoid a vdb scan during portage... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Zac Medico | Use cannonical paths for portdb.portrees to ensure... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Zac Medico | Create a generic portage_util.LazyItemsDict and use... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Zac Medico | Revert r3129 and r3130 because they don't solve bug... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Zac Medico | Fix LazyDatabasesDict so that databases only need to... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Zac Medico | Make etc-update play nice with symlinks for bug #129515... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Zac Medico | Make dispatch-conf play nice with symlinks for bug... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Zac Medico | Make qmerge imply noclean for bug #129559. |
commit | commitdiff | tree | snapshot |
next |