2006-04-30 |
Ned Ludd | - People have started RESTRICTing "stricter", which... |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Ned Ludd | - be sure to remove o+w bits on debug files |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Zac Medico | Pass a vartree instance into portage.unmerge() to avoid... |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Zac Medico | Handle the doebuild's unmerge phase before setting... |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Zac Medico | Avoid global db usage in doebuild() except when absolut... |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Zac Medico | Update portage config update messages to mention dispat... |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Zac Medico | Print disfiles file names for bug #131774. I've remove... |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Mike Frysinger | retain important historical aspects of the checksum... |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Zac Medico | Add PORTAGE_BIN_PATH and PORTAGE_PYM_PATH to the enviro... |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Zac Medico | Print [ OK ] messages (like eend) when checksums are... |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Alec Warner | Remove 4 year old cvs sync code, fix login around spawn... v2.1_pre10 |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Zac Medico | Remove all usage of the portage.root global from portag... |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Zac Medico | Add a portage.config.selinux_enabled() accessor and... |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Zac Medico | Prevent a NameError in commit_mtimedb() when the portag... |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Zac Medico | Move the legacy global initializations into a function... |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Zac Medico | Pass mtimes through doebuild(), into dblink.merge(... |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Zac Medico | Return early from portage.commit_mtimedb() when mtimedb... |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Zac Medico | Enable portage.commit_mtimedb() to work without globals. |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Zac Medico | Enable portage.pkgmerge() to work without globals. |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Zac Medico | Enable portage.dep_zapdeps() to work without globals. |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Zac Medico | Enable portage.env_update() to work without globals. |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Zac Medico | In the clean phase, for maximum chflags portablility... |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Zac Medico | Catch Permission Denied errors during manifest/digest... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Zac Medico | Fix PORTAGE_GPG_DIR handling so that ~/.gnupg/ works... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Zac Medico | Fix spelling of "hierarchy" for bug #131582 and raise... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Zac Medico | Remove global db usage from portdbapi.gvisible(). |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Zac Medico | Only trigger the 'Using system located in ROOT' message... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Zac Medico | Remove global db usage from portage.config.regenerate(). |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Zac Medico | Fix a typo from r3245. |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Zac Medico | Disable the FEATURES=cvs part of r3251 because it preve... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Zac Medico | Make portage.vardbapi able to work without any global... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Zac Medico | Fix portage.global_updates() and portage.do_vartree... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Zac Medico | Remove usage of the portage.thirdpartymirrors global... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Zac Medico | Make FEATURES=cvs cause all distfiles to be fetched... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Zac Medico | Only use one global statement to avoid bogus python... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Zac Medico | Pass in mydbapi and vartree where relevant for all... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Simon Stelling | escape $ in PORTAGE_ELOG_MAILSUBJECT; bug 131373 |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Zac Medico | Add an option vartree parameter to doebuild(), merge... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Zac Medico | Add optional mydbapi parameter to doebuild() so that... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Zac Medico | Make fetchlist_dict an optional parameter in the Manife... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Zac Medico | Pass a portdbapi instance into portage.digestgen()... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Zac Medico | Pass a portdbapi instance into the FetchlistDict constr... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Zac Medico | Group together and clearly mark some deprecated globals. |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Zac Medico | Move PORTAGE_MASTER_PID and BASH_ENV from global scope... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Zac Medico | Use the correct ACCEPT_KEYWORDS for each profile (regre... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Zac Medico | Remove portage.config.root (from r3229) and just use... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Zac Medico | Remove portage.config.groups (formerly portage.groups... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Zac Medico | Fix portdbapi.aux_get(), findname2(), and getfetchlist... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Zac Medico | Fix false variable.readonly match on continued lines... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Zac Medico | Validate the resume merge list in --ask and --pretend... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Zac Medico | Make copies of the groups attribute before modifying... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Zac Medico | Remove all dependence on the portage.features global... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Zac Medico | Remove all usage of the portage.archlist global variable. |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Zac Medico | Remove all usage of the portage.groups global variable. |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Zac Medico | Remove all usage of portage.usedefaults and portage... |
commit | commitdiff | tree | snapshot |
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 |
next |