April 2008 Archives by date
Starting: Tue Apr 1 14:57:15 UTC 2008
Ending: Wed Apr 30 22:35:05 UTC 2008
Messages: 159
- conary: 1.2.22
David Christian
- conary-2.0: 2.0.11
David Christian
- conary: Added tag conary-1.2.22 for changeset eba753cecb26
David Christian
- conary: Added tag conary-1.2.22 for changeset fe6eaf1fe6ba
David Christian
- conary-2.0: Added tag conary-2.0.11 for changeset 9469016ea29b
David Christian
- conary-2.0: don't track loaded modules in sys.modules any more
Erik Troan
- conary-2.0: 1. instead of rebuilding the full dict for each loaded module from scratch,
Erik Troan
- conary-2.0: branch merge
Erik Troan
- conary-2.0: move setup for baseModuleDict to creation of the first RecipeLoader object
Erik Troan
- conary-2.0: move recipe-to-copy infrastructure inside of RecipeLoader class
Erik Troan
- conary-2.0: _loadDefaultPackages had a flavor parameter which could never be anything
Erik Troan
- conary-2.0: remove recipes-to-copy madness, just copy everything which is a recipe. while
Erik Troan
- conary-2.0: branch merge
Erik Troan
- conary-2.0: Allow other dictionaries to be passed to loadDefaultPacakges
David Christian
- conary-2.0: structured buildRequires suggestions in XML log (CNY-2621)
Michael K. Johnson
- conary-2.0: CNY-2710 - make findSourcesForGroup work with searchPath
David Christian
- conary-2.0: Create recipes in order to ensure the superclasses they use are all copies
David Christian
- conary-2.0: reset the resolver library on name resolution failure (CNY-2703)
Matt Wilson
- conary-2.0: Static methods cannot be deepcopied or they will fail to work
David Christian
- conary-2.0: Warn about possibly-unused build requirements (CNY-2232)
Michael K. Johnson
- conary-2.0: add missing mentions of reportExcessBuildRequires (CNY-2232)
Michael K. Johnson
- conary-2.0: user/group recipes should not call doSuggestAutoBuildReqs, breaks with excess build requires suggestions (CNY-2232)
Michael K. Johnson
- conary-2.0: * The internal function _ensureReadableRollbackStatus now collects the necessary state it needs to succed within itself instead of relying on that state having been previously collected. (CNY-2711)
David Christian
- conary-2.0: 1.2.22
David Christian
- conary-2.0: Added tag conary-1.2.22 for changeset eba753cecb26
David Christian
- conary-2.0: Added tag conary-1.2.22 for changeset fe6eaf1fe6ba
David Christian
- conary-2.0: branch merge
David Christian
- conary-2.0: We currently cannot do issubclass checks against the derived package class as
David Christian
- conary-2.0: Allow flags to be copied back out
David Christian
- conary-2.0: addUser changed behavior / roles no longer autocreated (CNY-2604)
Cristian Gafton
- conary: coerce the PostgreSQL optimizer to execute the queries as we need it to (CNY-2695)
Cristian Gafton
- conary: branch merge
Cristian Gafton
- conary: compact query definitions for iterTroves()
Cristian Gafton
- conary: fix typo
Cristian Gafton
- conary: restrict postgresql-specific optimization to just iterTroves cursor
Cristian Gafton
- conary-2.0: coerce the PostgreSQL optimizer to execute the queries as we need it to (CNY-2695)
Cristian Gafton
- conary-2.0: branch merge
Cristian Gafton
- conary-2.0: compact query definitions for iterTroves()
Cristian Gafton
- conary-2.0: fix typo
Cristian Gafton
- conary-2.0: branch merge
Cristian Gafton
- conary-2.0: restrict postgresql-specific optimization to just iterTroves cursor
Cristian Gafton
- conary-2.0: restrict postgresql-specific optimization to just iterTroves cursor
Cristian Gafton
- conary-2.0: branch merge
Cristian Gafton
- conary-2.0: * Migrate now only preserves local installs of groups and kernels. Before, all manually installed components and troves that were referenced by the group being migrated would be updated instead of erased. (CNY-2569)
David Christian
- conary-2.0: branch merge
David Christian
- conary: noop code update
Cristian Gafton
- conary-2.0: noop code update
Cristian Gafton
- conary-2.0: branch merge
Cristian Gafton
- conary-2.0: typo
David Christian
- conary-2.0: trivial NEWS edits
Michael K. Johnson
- conary-2.0: 1. factor out RecipeLoaderFromString
Erik Troan
- conary-2.0: Remove useless catching of sigusr1 to enable debugging of ctrl-c, as that has
David Christian
- conary-2.0: * Conary now caches the result of ip lookups and uses the cached results if an IP address lookup fails during an update. (CNY-2260)
David Christian
- conary-2.0: update server.py for the change in begavior of addUser (CNY-2604)
Cristian Gafton
- conary-2.0: modify script to work with rAPA formatted NEWS files
Matt Wilson
- conary-2.0: typo
David Christian
- conary-2.0: Allow use of another trovesource for creating group source stack (used by
David Christian
- conary: fix log sync failures (CNY-2717)
Michael K. Johnson
- conary-2.0: fix log sync failures (CNY-2717)
Michael K. Johnson
- conary-2.0: branch merge
Michael K. Johnson
- conary-2.0: branch merge
Michael K. Johnson
- conary: correctly interpolate variables for error condition
Michael K. Johnson
- conary-2.0: correctly interpolate variables for error condition
Michael K. Johnson
- conary-2.0: branch merge
Michael K. Johnson
- conary-2.0: Don't cache host entries (except for the proxy itself!) if we're using a proxy.
David Christian
- conary-2.0: define filestream helper classes (CNY-2498)
Stu Gott
- conary-2.0: conary client mixin for new source troves (CNY-2498)
Stu Gott
- conary-2.0: Makefile and __init__ tweaks for new client modules (CNY-2498)
Stu Gott
- conary-2.0: NEWS entry for CNY-2498
Stu Gott
- conary-2.0: XML data binding library module
Stu Gott
- conary-2.0: much-expanded docstring for reportExcessBuildRequires
Michael K. Johnson
- conary-2.0: Add xmldata to Makefile
David Christian
- conary-2.0: ensure graceful degradation if xmllint is not present
Stu Gott
- conary-2.0: Coverage hook's lookup of COVERAGE_PATH looked broken, so I changed it to look less broken.
Joseph Tate
- conary-2.0: more intelligent search for xmllint
Stu Gott
- conary-2.0: don't fail if neither lxml or xmllint are present. beter pipe handling
Stu Gott
- conary-2.0: pass input directly to communicate
Stu Gott
- conary-2.0: NEWS edits
Michael K. Johnson
- conary-2.0: 2.0.12
David Christian
- conary-2.0: Added tag conary-2.0.12 for changeset e86b457abfde
David Christian
- conary-2.0: Group builds now store the searchPath used with the built troves in the repository. (CNY-2721)
David Christian
- conary-2.0: relocate comment to relevant section
Cristian Gafton
- conary-2.0: allow for faster processing and lookup of file pathIds (CNY-2468)
Cristian Gafton
- conary-2.0: treat sqlite's Row() class as a list when binding parameters
Cristian Gafton
- conary-2.0: remove epdb; fix up query for mysql
Cristian Gafton
- conary-2.0: clean up basenames and Dirnames when removing troves
Cristian Gafton
- conary-2.0: make instances.getInstanceId() more versatile by accepting VFS() and Flavor() instances
Cristian Gafton
- conary-2.0: branch merge
Cristian Gafton
- conary-2.0: don't bother "optimizing" getPackageBranchPathIds for the case when '/' is passed in as a fileprefix
Cristian Gafton
- conary-2.0: add comments explaining the non-optimization for the degenerate cases of getPackageBranchPathIds
Cristian Gafton
- conary-2.0: use the correct values for sqlite's "string" column types
Cristian Gafton
- conary-2.0: fix source count bug (CNY-2498)
Stu Gott
- conary-2.0: Added tag conary-2.0.12 for changeset 5d98f516d447
David Christian
- conary-2.0: 2.0.12
David Christian
- conary-2.0: Added tag conary-2.0.12 for changeset deafd31a72ff
David Christian
- conary-2.0: Remove tags that were never attempted as releases
David Christian
- conary-2.0: faster check for TroveTroves entries presence on commit
Cristian Gafton
- conary-2.0: isolate creating new flavors for trove commits inot a separate function
Cristian Gafton
- conary-2.0: fix migration of repsoitory dbs from older conary-1.2 based repos
Cristian Gafton
- conary-2.0: add note for repository database migration fix (CNY-2731)
Cristian Gafton
- conary-2.0: Added tag conary-2.0.12 for changeset 15322104bdd7
David Christian
- conary-2.0: close race condition in structured logging command (CNY-2734)
Michael K. Johnson
- conary-2.0: Added tag conary-2.0.12 for changeset 2f76c7c1b1c7
Michael K. Johnson
- conary-2.0: add a couple of indexes that are required by MySQL
Cristian Gafton
- conary-2.0: add missing analyze call for temporary table
Cristian Gafton
- conary-2.0: mention MySQL insert performnce fix CNY-2737
Cristian Gafton
- conary-2.0: NEWS edits
Michael K. Johnson
- conary: Added tag conary-2.0.12 for changeset 702fceca3cac
Michael K. Johnson
- conary: remove join that is not required for faster execution
Cristian Gafton
- conary: Optimizations for the pathId lookup query times (CNY-2742)
Cristian Gafton
- conary: branch merge
Cristian Gafton
- conary: Setting metadata from trove builds (CNY-2715)
Mihai Ibanescu
- conary: Make sure we don't concatenate lists when flattening
Mihai Ibanescu
- conary: Dealing with lists of objects (CNY-2715)
Mihai Ibanescu
- conary: Branch merge
Mihai Ibanescu
- conary: Be more friendly for the case where the metadata policies are not called at all (CNY-2715)
Mihai Ibanescu
- conary: Location of PGP keyring no longer uses $HOME, but getpwuid (CNY-2722)
Mihai Ibanescu
- conary: Changed the number of passphrase retries to 5 (CNY-2709)
Mihai Ibanescu
- conary: Fix misspelling
Michael K. Johnson
- conary: Don't get on this branch for info files decrementing auto count to negative
Mihai Ibanescu
- conary: Don't try to deepcopy a regex object as that's not allowed in python2.5
David Christian
- conary: remove cvc describe from docs
David Christian
- conary: remove cvc describe
David Christian
- conary: Split out MainHandler and AbstractCommand from options.py
David Christian
- conary: Don't try to return the len() of an iterator, as this breaks with python2.5
David Christian
- conary: Switch to determining the python version by looking at /usr/bin/python version
David Christian
- conary: fixes for python2.5
David Christian
- conary: allow other python versions to be specified to python setup
David Christian
- conary: Remove explicit references to python 2.4
David Christian
- conary: Add NEWS entry for python2.5 fixes
David Christian
- conary: branch merge
David Christian
- conary: Fix assertion to be correct; before it was checking for the existence of a
David Christian
- conary: Add all python files by default; make an exception for top level because of
David Christian
- conary: change code back to what it was before
Matt Wilson
- conary: defer sys.argv reference until function call time, otherwise this module cannot be used in a mod_python context (where sys has no attribute "argv")
Matt Wilson
- conary: remove ignoreErrors code
David Christian
- conary: Load config options before the command before the command is read in.
David Christian
- conary: Move more processing into getCommand
David Christian
- conary: Additional files in factories (CNY-2748)
Mihai Ibanescu
- conary: Move VersionConflicts to pluggable policy and remove default exceptions (CNY-2716)
Stu Gott
- conary: Move VersionConflicts to pluggable policy and remove default exceptions (CNY-2716)
Stu Gott
- conary: branch merge
Stu Gott
- conary: remove merge conflicts (CNY-2716)
Stu Gott
- conary: reformat per our standard convention
Matt Wilson
- conary: move bug fixes to the bottom
Matt Wilson
- conary: fix several problems with addTroveAccess (CNY-2755, CNY-2758)
Matt Wilson
- conary: Make the XML serializer Unicode aware (CNY-2756)
Mihai Ibanescu
- conary: StringNode also changed to handle uncode (CNY-2756)
Mihai Ibanescu
- conary: refactor permissions checking for getChangeSet() so it works with addTroveAccess (CNY-2760)
Matt Wilson
- conary: branch merge
Matt Wilson
- conary-2.0: distinguish between no targets and not specified (CNY-2738)
Stu Gott
- conary: 2.0.13
David Christian
- conary: Added tag conary-2.0.13 for changeset c585ed45e04c
David Christian
- conary: distinguish between no targets and not specified (CNY-2738)
David Christian
- conary: branch merge
David Christian
- conary-2.0: 2.0.13
David Christian
- conary-2.0: Added tag conary-2.0.13 for changeset c585ed45e04c
David Christian
- conary-2.0: branch merge
David Christian
- conary: Fix bug in getting group components where a fully-qualified add() is used. (CNY-2768)
Michael Tharp
Last message date:
Wed Apr 30 22:35:05 UTC 2008
Archived on: Wed Apr 30 22:35:09 UTC 2008
This archive was generated by
Pipermail 0.09 (Mailman edition).