summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Collapse)AuthorAgeFilesLines
...
* Continue to support profile masking at least until bug #170697 is settled.Zac Medico2007-03-261-0/+13
| | | | svn path=/main/trunk/; revision=6292
* minor name changes for bin tests, svn propset keywords Id stuffAlec Warner2007-03-262-3/+3
| | | | svn path=/main/trunk/; revision=6291
* fix broken PortageModule classesAlec Warner2007-03-261-1/+3
| | | | svn path=/main/trunk/; revision=6290
* fix tests for PortageModulesFileAlec Warner2007-03-261-4/+7
| | | | svn path=/main/trunk/; revision=6289
* clean up some init functions, add PortageModules classAlec Warner2007-03-261-6/+39
| | | | svn path=/main/trunk/; revision=6288
* fix some tests, break othersAlec Warner2007-03-263-4/+39
| | | | svn path=/main/trunk/; revision=6287
* Fix insecure tempfile usageAlec Warner2007-03-263-6/+11
| | | | svn path=/main/trunk/; revision=6286
* fix grammar in error outputMike Frysinger2007-03-251-1/+1
| | | | svn path=/main/trunk/; revision=6285
* Verify the Manifest first even if there's only one package (prior to the ↵Zac Medico2007-03-251-1/+0
| | | | | | fetch phase). svn path=/main/trunk/; revision=6283
* Do the "*" check as early as possible in config.getMissingLicenses().Zac Medico2007-03-251-3/+4
| | | | svn path=/main/trunk/; revision=6282
* split the loader classes into their own file, split the recursive filename ↵Alec Warner2007-03-252-167/+168
| | | | | | grabbing out into it's own function svn path=/main/trunk/; revision=6281
* completely rewrite file bits, use Loader classes to push loading ↵Alec Warner2007-03-251-72/+197
| | | | | | functionality down svn path=/main/trunk/; revision=6280
* Fix the rest of the testsAlec Warner2007-03-253-7/+7
| | | | svn path=/main/trunk/; revision=6279
* Verify all ebuild manifests before building anything now so that the user is ↵Zac Medico2007-03-241-0/+29
| | | | | | notified of failure as soon as possible. svn path=/main/trunk/; revision=6277
* return from the merge task instead of calling sys.exit directly.Zac Medico2007-03-241-6/+1
| | | | svn path=/main/trunk/; revision=6275
* Allow the merge task to continue despite conflicts when --fetch-all-uri is ↵Zac Medico2007-03-241-0/+1
| | | | | | specified. svn path=/main/trunk/; revision=6273
* Clean up and simplify preference selection logic for bug #171840.Zac Medico2007-03-231-47/+26
| | | | svn path=/main/trunk/; revision=6269
* For bug #171840, consider all choices for slot intersection and promote ↵Zac Medico2007-03-231-3/+7
| | | | | | those that have upgrades relative to other choices. svn path=/main/trunk/; revision=6267
* Ignore non-existent directories for bug #171809. This is required for ↵Zac Medico2007-03-231-1/+9
| | | | | | readonly mode. svn path=/main/trunk/; revision=6265
* Add --verbose to the "for more help" message.Zac Medico2007-03-221-1/+1
| | | | svn path=/main/trunk/; revision=6264
* default --help should be usable, so make the extended output require --verboseMike Frysinger2007-03-221-6/+3
| | | | svn path=/main/trunk/; revision=6263
* Fix a typo.Zac Medico2007-03-211-1/+1
| | | | svn path=/main/trunk/; revision=6261
* Pass a list of USE flags into config.getMissingLicenses() so that the method ↵Zac Medico2007-03-213-8/+23
| | | | | | can eventually be used for binary packages in addition to ebuilds. svn path=/main/trunk/; revision=6260
* Add a docstring to config.getMissingLicenses().Zac Medico2007-03-201-0/+13
| | | | svn path=/main/trunk/; revision=6259
* Catch a potential InvalidDependString exception.Zac Medico2007-03-201-2/+8
| | | | svn path=/main/trunk/; revision=6258
* Pass missing acceptable_licenses parameter into recursive ↵Zac Medico2007-03-201-2/+4
| | | | | | _getMissingLicenses() calls. svn path=/main/trunk/; revision=6255
* Appropriately return from _getMissingLicenses() if one of the choices is ↵Zac Medico2007-03-201-0/+2
| | | | | | satisfied. svn path=/main/trunk/; revision=6253
* Implement license visibility filtering for GLEP 23, bug #17367, and bug #152593.Zac Medico2007-03-204-13/+198
| | | | svn path=/main/trunk/; revision=6251
* Appropriately use globals() instead of locals() as suggested by marienz.Zac Medico2007-03-182-2/+2
| | | | svn path=/main/trunk/; revision=6246
* Never use listdir with both recursion=True and followSymlinks=True since it ↵Zac Medico2007-03-181-2/+2
| | | | | | circular symlinks will lead to endless recursion loops. Thanks to Tobias Hahn <tobhahn@web.de> for this patch. svn path=/main/trunk/; revision=6242
* Use locals() instead of setattr to insert generated functions into the ↵Zac Medico2007-03-182-2/+2
| | | | | | current module. Thanks to Brian Harring for the suggestion. svn path=/main/trunk/; revision=6241
* Call the base class destructor if it exists.Zac Medico2007-03-171-0/+2
| | | | svn path=/main/trunk/; revision=6234
* Add "bin" to testDirs.Zac Medico2007-03-171-1/+1
| | | | svn path=/main/trunk/; revision=6233
* Make paths independent of cwd.Zac Medico2007-03-171-2/+3
| | | | svn path=/main/trunk/; revision=6232
* Close /dev/null when finished.Zac Medico2007-03-171-0/+1
| | | | svn path=/main/trunk/; revision=6231
* start of framework for programs in portage binMike Frysinger2007-03-174-0/+91
| | | | svn path=/main/trunk/; revision=6230
* bump ________foo from the TestCase class since _exc_info() doesn't do ↵Alec Warner2007-03-171-6/+3
| | | | | | anything anyway svn path=/main/trunk/; revision=6228
* fix for older python who have oddly named __exc_info()Alec Warner2007-03-171-0/+3
| | | | svn path=/main/trunk/; revision=6227
* Use mkstemp to create a random tempfile.Zac Medico2007-03-171-3/+5
| | | | svn path=/main/trunk/; revision=6226
* Fix a broken test.Zac Medico2007-03-171-1/+1
| | | | svn path=/main/trunk/; revision=6224
* Fix broken exception handling.Zac Medico2007-03-171-3/+3
| | | | svn path=/main/trunk/; revision=6223
* Fix a typo.Zac Medico2007-03-171-1/+1
| | | | svn path=/main/trunk/; revision=6222
* Fix a utime call to prevent a timestamp collision for bug #171117.Zac Medico2007-03-161-2/+2
| | | | svn path=/main/trunk/; revision=6217
* For bug #171117, ensure that the new and old config have different ↵Zac Medico2007-03-161-1/+7
| | | | | | timestamps (for the benefit of programs like rsync that need distiguishable timestamps to detect file changes). Thanks to Ben Bennett <sink@limey.net> for reporting. svn path=/main/trunk/; revision=6215
* Add back rstrip(os.path.sep) from the previous commit since it's needed when ↵Zac Medico2007-03-151-4/+4
| | | | | | ROOT="/". svn path=/main/trunk/; revision=6211
* Automatically convert ROOT and PORTAGE_CONFIGROOT to absolute paths when ↵Zac Medico2007-03-151-2/+2
| | | | | | necessary since relative paths lead to problems. Thanks to Christian Heim <phreak@gentoo.org> for reporting. svn path=/main/trunk/; revision=6210
* For bug #170178, remove all hardcoded references to '/usr/lib/portage'.Zac Medico2007-03-102-4/+6
| | | | svn path=/main/trunk/; revision=6203
* Display message about --buildpkgonly restriction in pretend mode as wellMarius Mauch2007-03-091-0/+5
| | | | svn path=/main/trunk/; revision=6199
* Remove the "masked by: profile" support from getmaskingstatus().Zac Medico2007-03-091-12/+0
| | | | svn path=/main/trunk/; revision=6197
* Use the full atoms from the system set, since profile masking does not ↵Zac Medico2007-03-091-4/+2
| | | | | | automatically constrain the matches anymore. svn path=/main/trunk/; revision=6196