April 2006 Archives by author
Starting: Mon Apr 3 11:16:53 EDT 2006
Ending: Sun Apr 30 16:30:13 EDT 2006
Messages: 236
- conary: tweaked description of rollback in man page
Edward C. Bailey
- conary: Don't make troves require dependencies that are provided by themselves. There's no real benefit and a huge cost. Those dependencies are still stored at the file level.
David Christian
- conary: * Troves now don't require dependencies that are provided by themselves.
David Christian
- conary: speed up query --troves quite a bit
David Christian
- conary: Add empty lists for unresolved deps when resolving to id as well
David Christian
- conary: add empty deps when returning empty results when resolving against trove sources
David Christian
- conary: fix getParents when getEdges=False
David Christian
- conary: branch merge
David Christian
- conary: process config options after setting context. Command line settings override context
David Christian
- conary: mention fix of cmd line behavior of --context and --install-label
David Christian
- conary: typo
David Christian
- conary: don't redifine keepList
David Christian
- conary: edges is now a dict
David Christian
- conary: one more time - fix depSet/depList confusion
David Christian
- conary: keep query results in sorted order - lowest timestamp first
David Christian
- conary: clean up trovesourcestack resolveDeps
David Christian
- conary: mention by resolveDependenciesByGroup is different
David Christian
- conary: * Conary now supports a saltedPassword option to r.User in user info-
David Christian
- conary: 1.0.11
David Christian
- conary: Added tag conary-1.0.11 for changeset 1051796b8969cbe3e44df54da606787b0cdbff3e
David Christian
- conary: add md5pw in list of files to package for distribution
David Christian
- conary: Added tag conary-1.0.11 for changeset d83a12e83cd99afe1e4e75a58295d2522d9aad67
David Christian
- conary: mysql doesn't like it when you insert into the table you're selecting from.
David Christian
- conary: tell sqlite not to start transactions for temporary table actions
David Christian
- conary: remove old 1.0.11 tags
David Christian
- conary: revert patch
David Christian
- conary: Added tag conary-1.0.11 for changeset d8fb552914856836b0ef2b1bc9862c6590c092cc
David Christian
- conary: reapply patch now that 1.0.11 is actually released
David Christian
- conary: update to latest epdb
David Christian
- conary: Fix http://bugs.rpath.com/show_bug.cgi?id=873 - installing to a relative root fails as root
David Christian
- conary: make sure troves to their old includeByDefault state on rollback - that state is used for calculating the checksum.
David Christian
- conary: don't call applyChangeset on a trove object that might be returned from a
David Christian
- conary: add news for rollback of local cooks
David Christian
- conary: remove unused variable
David Christian
- conary: note that cvc and conary w/ no commands show usage again
David Christian
- conary: branch merge
David Christian
- conary: debug recipe exceptions as well with --debug-all
David Christian
- conary: do a better job of determining which user frame an error is from. Ensure line
David Christian
- conary: wrap doPrep in build except hook, so that errors found there do not show up in
David Christian
- conary: mention fix for doPrep problems
David Christian
- conary: add a more helpful error message on a macros KeyError
David Christian
- conary: note more helpful macro message
David Christian
- conary:
David Christian
- conary:
David Christian
- conary:
David Christian
- conary:
David Christian
- conary:
David Christian
- conary:
David Christian
- conary:
David Christian
- conary:
David Christian
- conary: don't use the importer when using --debug-all
David Christian
- conary: install local/errors.py
David Christian
- conary: add getDisconnected method to get disconnected items from a graph
David Christian
- conary: order updates so that components with no dependencies are updated together
David Christian
- conary: only include flavor changes for a trove in the updateall --items list if they are a major (incompatible) flavor change.
David Christian
- conary: use the correct tmpdir when loading recipes
David Christian
- conary: add requireCleanSources to not allow using srcdirs when building into the repository
David Christian
- conary: give deps a constant sort order
David Christian
- conary: keep people from assigning strings to timeStamps.
David Christian
- conary: use float timestamp values instead of strings.
David Christian
- conary: add migrate command
David Christian
- conary: A bug that caused conary to traceback in the face of a file on the filesystem with an unknown uid/gid has been fixed, conary will now print an error message instead.
David Christian
- conary: A bug that caused conary to traceback when an unknown Use flag was has been fixed (bz #982)
David Christian
- conary: add debugging hooks for locking problems with sqlite
David Christian
- conary: remove bogus line
David Christian
- conary: * Pinned troves no longer are used to determine what troves are updated
David Christian
- conary: distinguish between parent update vs parent install.
David Christian
- conary: 1.0.13
David Christian
- conary: use parentUpdated instead of parentInstalled to allow branch switches to take place if they are a part of an update. Also relax the check for whether a branch switch can take place as part of an update to allow other versions on the
David Christian
- conary: Added tag conary-1.0.13 for changeset a91b4fd23f8e1568fa13917e005d5745ad81410a
David Christian
- conary: don't look for upstream source versions when performing diffs, add --test option to cvc commit
David Christian
- conary: fix typo
David Christian
- conary: fix docs
David Christian
- conary: allow a graph point to be deleted when it has no child edges
David Christian
- conary: don't automatically canonicalize versions when using getSourceVersion
David Christian
- conary: add missing displayOptions check in case they were not passed in
David Christian
- conary: significantly reduce the number of troves sent to the repository server when resolving by trove by not sending components when packages are sent.
David Christian
- conary: allow the troves we pass in to resolveByGroup to overlap without messing up
David Christian
- conary: branch merge
David Christian
- conary: branch merge
David Christian
- conary: Syslog object now accepts a single path name as a value for path instead of trying to write to each letter in that pathname
David Christian
- conary: make sure troveVersion is not set when copying
David Christian
- conary: show debugging info when --info --debug are sent to queries
David Christian
- conary: make directives case insensitive
David Christian
- conary: * the config file directive includeConfigFile is no longer case sensitive (bz #995)
David Christian
- conary: depSetList passed to resolve _must_ be unique
David Christian
- conary: make command line context override config file specification
David Christian
- conary: fix up context man page to match current state
David Christian
- conary: switch to using branches instead of shadows when cooking
David Christian
- conary: branch merge
David Christian
- conary: remove cvc branch
David Christian
- conary: * Conary will not traceback if you try to update to a trove with a name
David Christian
- conary: branch merge
David Christian
- conary: it a source doesn't need an installLabelPath, it doesn't need defaultFlavors
David Christian
- conary: more faithfully respect the exception raising setting in cfg.read()
David Christian
- conary: mention config.read() fix
David Christian
- conary: we now use shadow to create local versions of troves.
David Christian
- conary: add coverage hook to allow coverage of server and apache processes.
David Christian
- conary: oops, fix up coveragehook
David Christian
- conary: override os._exit
David Christian
- conary: install os._exit wrapper
David Christian
- conary: use global osExit
David Christian
- conary: don't use the wrapper in the wrapper!
David Christian
- conary: convert to version _before_ trying to access branch()
David Christian
- conary: move more command-line handling to lib/options, in order to improve code reuse
David Christian
- conary: 1. attempt to save coverage after every apachehooks call, since it cannot save on exit.
David Christian
- conary: fix rollback w/o permissions traceback (bz #1022)
David Christian
- conary: add method for setting installLabelPath
David Christian
- conary: installing a group for the first time will act more like an overlay installing
David Christian
- conary: add troveinfo flags, remove dep resolution debugging info when performing
David Christian
- conary: fix typo so that ccs2tar can handle symlinks
Cristian Gafton
- conary: do the full mirror loop when using --test
Cristian Gafton
- conary: fix the mirror client's --test mode
Cristian Gafton
- conary: mirror client would loop inifnetly in --test mode
Cristian Gafton
- conary: fix schema typos
Cristian Gafton
- conary: ccs2tar ciuld not handle symlinks because of a typo
Cristian Gafton
- conary: integrate ingres (partially for now)
Cristian Gafton
- conary: add support for ingres
Cristian Gafton
- conary: branch merge
Cristian Gafton
- conary: use larger buffers when doing rpm2cpio for massive speedups in unpacking time
Cristian Gafton
- conary: troveStore shouldn't do its own commits
Cristian Gafton
- conary: update addDigitalSignature for proper locking against concurrent use
Cristian Gafton
- conary: fix typo
Cristian Gafton
- conary: fix usage message for server.py
Cristian Gafton
- conary: from Pavel Volkovitskiy: add the ability to print all of the build requirements for a source component
Michael K. Johnson
- conary: Change --show-deps to --show-buildreqs
Michael K. Johnson
- conary: fix error message from ccs2tar
Michael K. Johnson
- conary: --show-buildreqs NEWS engry
Michael K. Johnson
- conary: mention the md5pw program as the best way to get a new md5 pw
Michael K. Johnson
- conary: NEWS edits for consistency
Michael K. Johnson
- conary: remove non-keywords from keyword specification, clarify args vs. keyword args
Michael K. Johnson
- conary: warranty is spelled with two "r" characters
Michael K. Johnson
- conary: addSource now replaces existing files
Michael K. Johnson
- conary: more complete documentation on types of archives supported by addArchive
Michael K. Johnson
- conary: add missing , character
Michael K. Johnson
- conary: explain why you might synthsize a soname requirement
Michael K. Johnson
- conary: remove redundant explanation
Michael K. Johnson
- conary: setModes: report suid/sgid only when appropriate
Michael K. Johnson
- conary: TagSpec no longer will print out ignored TagSpec matches twice
Michael K. Johnson
- conary: summarize all buildRequires additions (bz #868, 869)
Michael K. Johnson
- conary: add missing bugzilla id
Michael K. Johnson
- conary: handle sqlite3 error and raise sqlerrors instead when db fails to open
Jason Loomis
- conary: log no longer whacks default loglevel names for formatting's sake
Scott Parkerson
- conary: fix log change to work with objects again
Scott Parkerson
- conary: add BadParameterError to catch problems with casting
Scott Parkerson
- conary: print a helpful usage message rather than modifying the system conary db
Elliot Peele
- conary: undo last commit
Elliot Peele
- conary: corrected r.addSource dest/dir references
J. Brian Shumate
- conary: fully corrected r.addAction
J. Brian Shumate
- conary: corrected r.Symlink argument order per BZ #955
J. Brian Shumate
- conary: added man style to Group, SupplementalGroup, and User
J. Brian Shumate
- conary: added man-styles to Group, SupplementalGroup, and User
J. Brian Shumate
- conary: fixed unmatched brace and keyword section head
J. Brian Shumate
- conary: fixed unbalanced brace in r.Requires
J. Brian Shumate
- conary: added missing 's' in %(destdirs)s
J. Brian Shumate
- conary: updated rpm handling information in r.addArchive
J. Brian Shumate
- conary: Corrected order of options in r.Replace
J. Brian Shumate
- conary: fixed r.addAction summary
Jonathan Smith
- conary: added usage information for cvc annotate
Jonathan Smith
- conary: Fix typos
Joseph Tate
- conary: Fix bad Synopsis on r.Replace, add a few more examples, and normalize soname path dependencies
Joseph Tate
- conary: improve the handling when a single job needs a local rollback and a
Erik Troan
- conary: added ccs2tar
Erik Troan
- conary: branch merge
Erik Troan
- conary: remove internal dependencies before resolving them in sql
Erik Troan
- conary: added md5pw and resha1 scripts
Erik Troan
- conary: branch merge
Erik Troan
- conary: make the user enter the password twice
Erik Troan
- conary: begin to rework replacefiles for database consistency. these patches
Erik Troan
- conary: move looking for database path conflicts from when a trove is added to
Erik Troan
- conary: let replaceFiles solve database conflicts
Erik Troan
- conary: turn update errors into objects which get formatted into strings before
Erik Troan
- conary: Let DatabasePathConflictError mask FileInWayError (since they
Erik Troan
- conary: branch merge
Erik Troan
- conary: mention file conflict, replacefiles and rollback changes
Erik Troan
- conary: don't traceback when unlink fails on conary remove
Erik Troan
- conary: initial revision of local/errors.py
Erik Troan
- conary: added IGNOREINITIALCONTENTS flag for applying rollbacks
Erik Troan
- conary: add the bug number for the initialcontents/rollback fix
Erik Troan
- conary: when erase lines don't match exactly, bail on the hunk -- otherwise we're
Erik Troan
- conary: mention patch change
Erik Troan
- conary: let the rollback command take a rollback not on the top of the stack as
Erik Troan
- conary: remove try/except (which took the exception!) for every file being freshly
Erik Troan
- conary: mention exception change for install path
Erik Troan
- conary: rework DatabasePathConflicts to include more information on the conflict
Erik Troan
- conary: make sure checkPathConflicts() cleans things up when replaceFiles is True
Erik Troan
- conary: the check for strict line removal bypassed the check for hunks being already
Erik Troan
- conary: don't create a rollback status file when we don't have to
Erik Troan
- conary: look for file conflicts being written a job and giev and error or fix them
Erik Troan
- conary: Reworked "conary remove" to improve error messages and fix problems
Erik Troan
- conary: don't try to create the file removal rollback when applying a rollback; it's
Erik Troan
- conary: 1. use removeHints in _singleTrove() to completely skip over newly added
Erik Troan
- conary: branch merge
Erik Troan
- conary: don't let the removalList in _singleTrove() be None; it's easier for it
Erik Troan
- conary: make includeConfigFile support http/https urls
Erik Troan
- conary: 1. change directory in way error message to not say the dir is nonempty
Erik Troan
- conary: Trying replacing an empty directory with a file (w/o --replace-files)
Erik Troan
- conary: 1. FilesystemJob.apply() won't apply if errors were found during setup
Erik Troan
- conary: installLabelPath now has priority methods for checking the order of
Erik Troan
- conary: 1. CfgLabelList has __repr__ and __getslice__ now
Erik Troan
- conary: branch merge
Erik Troan
- conary: metion typing file priorities into installLabelPath
Erik Troan
- conary: update FilesystemJob instantiation for filePriorityPath
Erik Troan
- conary: disable installLabelPath file prioritizations -- they seem like a bad idea.
Erik Troan
- conary: fix memory leak from buildval creating a new object reference
Erik Troan
- conary: Conary now creates shadows on the local label when creating rollbacks
Erik Troan
- conary: cvc no longer allows . and .. to be added to source troves (bz #1014)
Erik Troan
- conary: The verify command now shows local changes on a local shadow instead
Erik Troan
- conary: Local changesets create diffs against a local shadow (instead of
Erik Troan
- conary: branch merge
Erik Troan
- conary: User conaryrc entries are now searched from most specific target to
Erik Troan
- conary: logFile directive no longer logs content store updates; mirroring is a better
Erik Troan
- conary: logFile server configuration now creates a full call log
Erik Troan
- conary: log xml calls in one more place
Erik Troan
- conary: fix logging calls
Erik Troan
- conary: remove inadvertant breakpoint
Erik Troan
- conary: make logging return objects for log entrys, log None object for no exception
Erik Troan
- conary: Minor documentation correction
Ken VanDine
- conary: port to the new conary module layout and API
Matt Wilson
- conary: 1.0.12, correct spelling error
Matt Wilson
- conary: 1.0.12
Matt Wilson
- conary: NEWS edits
Matt Wilson
- conary: edits to Client changes items
Matt Wilson
- conary: move bug fix to the bug fix section
Matt Wilson
- conary: more NEWS edits
Matt Wilson
- conary: make bz notations consistent
Matt Wilson
- conary: rework the 'conary migrate' NEWS entry
Matt Wilson
- conary: Added tag conary-1.0.13 for changeset 40031f67b1888122b3854182057ffefd9e382b6a
Matt Wilson
- conary: Spelling fix: occured -> occurred.
Xiaowen Xin
- conary: small fixes, hide _saveState, add save() method, catch SIGTERM
synccvs at rpath.com
- conary: you'll need to import log to make the log.debug work, save people a failed run by adding the necessary import
synccvs at rpath.com
- conary: abstract config file retrieval
synccvs at rpath.com
- conary: pass repos, not client to cvc commands
synccvs at rpath.com
- conary: distribute coveragehook, s/coveragetool/coveragehook/ in apache
synccvs at rpath.com
- conary: Note in the cvc man page that -m is the same as --message.
xiaowen
- conary: Added a note that changesets created by cvc cook can't be committed.
xiaowen
Last message date:
Sun Apr 30 16:30:13 EDT 2006
Archived on: Sun Apr 30 16:30:56 EDT 2006
This archive was generated by
Pipermail 0.09 (Mailman edition).