December 2005 Archives by author
Starting: Thu Dec 1 09:21:19 EDT 2005
Ending: Sat Dec 24 00:48:42 EDT 2005
Messages: 294
- conary: add getRepos call
David Christian
- conary: remove RuntimeError added for debugging purposes
David Christian
- conary: Switch to new config file model
David Christian
- conary: switch server config to new cfg format
David Christian
- conary: add addServerGlob method
David Christian
- conary: oops, move extra raise to the right place
David Christian
- conary: resolve import loop by moving util import into function
David Christian
- conary: add openpgpfile import
David Christian
- conary: cfg cleanups
David Christian
- conary: PubRing takes a list of paths
David Christian
- conary: fix --show-passwords
David Christian
- conary: copy default object and use == to avoid modifying the default value for a
David Christian
- conary: fix typo
David Christian
- conary: give better error message when empty file path is specified for r.Replace()
David Christian
- conary: * continue to search in current directory for superclass recipes,
David Christian
- conary: make dirname argument to setupRecipeDict optional
David Christian
- conary: make --full-versions and --flavors work with update commands
David Christian
- conary: full-versions and flavors are generic flags
David Christian
- conary: add --components flag to show components
David Christian
- conary: when exiting chroot, make sure to return to old root.
David Christian
- conary: add conary-debug
David Christian
- conary: add back support for \ continuing lines
David Christian
- conary: add missing news entries
David Christian
- conary: ManualConfigure should respect preConfig now.
David Christian
- conary: treat cfg.flavorList == [] like cfg.flavorList = None for findTroves
David Christian
- conary: fix conaryclient/update parameter list
David Christian
- conary: remove bug with cfg.dumpStackOnError being checked in cook-time exceptions
David Christian
- conary: fix bug where update included an ineligible trove (e.g. one that's already
David Christian
- conary: allow branch affinity to work even when a flavor is specified (as it is
David Christian
- conary: allow for special handling of default values
David Christian
- conary: branch merge
David Christian
- conary: PathList automatically expands ~s in default values as well now
David Christian
- conary: keep extension list ordered
David Christian
- conary: restore --all to its useful behavior
David Christian
- conary: display trove and deps info in scs
David Christian
- conary: Fix bug in regular expression list data type where appending
David Christian
- conary: fix bug where conary erase foo --no-deps would not erase a component of foo if
David Christian
- conary: add new parameter to other _checkDeps call
David Christian
- conary: Context defaults (which are generally empty) should not override other defaults in the main conarycfg file
David Christian
- conary: * Fixed bug where conary erase foo --no-deps wouldn't erase a component
David Christian
- conary: initial (uncommented) cross compiling code
David Christian
- conary: if we're only doing a local cross compile, plan to run the resulting
David Christian
- conary: allow root to be set in context
David Christian
- conary: set cc, cxx, and strip in all cases
David Christian
- conary: use strip -g for strip-archive
David Christian
- conary: switch gxx -> g++
David Christian
- conary: reorganize cross-compile patch
David Christian
- conary: cvc can make use of the --root option as well
David Christian
- conary: branch merge
David Christian
- conary: fix docs about sectionType
David Christian
- conary: fix --cross bugs found by testsuite
David Christian
- conary: fix info recipe __init__ signature to match its superclass
David Christian
- conary: allow doc strings to be the third option in a config option description
David Christian
- conary: fix display of signatureKeyMap
David Christian
- conary: allow flavor to be specified, unparsed, to crossCompile
David Christian
- conary: * clone now allows you to a binary onto the same branch, without having to
David Christian
- conary: always define buildcc and buildcxx
David Christian
- conary: * Add support for config sections being defined inline in SectionedConfigFiles.
David Christian
- conary: add missing comma
David Christian
- conary: expand environment variables as well as user names in paths
David Christian
- conary: mention expanding environment variables in conary configuration paths
David Christian
- conary: fix bug where an installed referenced trove was being removed because it was
David Christian
- conary: add news entry for conary scs --all
David Christian
- conary: updates specified as relative updates on the command line did not work
David Christian
- conary: mention update bug fixes
David Christian
- conary: * r.Replace now takes a lines=<regexp> argument, to match a line based
David Christian
- conary: allow no label path when the user specifies a full label
David Christian
- conary: add news: cvc co foo=<label> will now work even if you don't have a buildLabel set
David Christian
- conary: add missing parens
David Christian
- conary: allow the display of differences between flavors where strength of flavor
David Christian
- conary: set primary troves in group recipes
David Christian
- conary: support iterFilesInTrove in TroveSourceStack
David Christian
- conary: * don't display pathIds or sha1s when using --all in showcs.
David Christian
- conary: news: showcs behavior updated
David Christian
- conary: don't search for source version on local
David Christian
- conary: Switch spaces to tab in Makefile
David Christian
- conary: handle case where user switches branches with a trove and then switches back.
David Christian
- conary: never erase pinned items until they are explicity unpinned.
David Christian
- conary: switch printDiff -> formatDiff
David Christian
- conary: s/printTroveHeader/formatTroveHeader/
David Christian
- conary: when cross compiling, set path to local compiler when target == build
David Christian
- conary: move buildcc update after cc redefinition
David Christian
- conary: switch crossTool -> isCrossTool, move buildcc == cc check to after we're using the Macro class
David Christian
- conary: give preferential write access to directWrite
David Christian
- conary: print build environment information into build log
David Christian
- conary: fix str() output for subarches of arches that are False
David Christian
- conary: mention logging more build info
David Christian
- conary: don't let the directWrite fd hog the output stream when it is empty.
David Christian
- conary: fix conary verify, conary q --diff
David Christian
- conary: dedup changeSpecs but preserve ordering
David Christian
- conary: update NEWS for verify and --diff, make conary q tmpwatch --components
David Christian
- conary: make sure to set pinned when installing an instance, even if it was already in the db as uninstalled
David Christian
- conary: fixed pinTroves
David Christian
- conary: don't grab files twice for queries
David Christian
- conary: getFiles defaults to true - don't getFiles unnecessarily
David Christian
- conary: handle case where no perl interpreter is found
David Christian
- conary: When a trove is left of the system because of dependency resolution, a warning is logged
David Christian
- conary: * Fix bug in where r.Requires('file:runtime') was showing up as a file dependency on 'runtime', not as a trove dependency on 'file:runtime'.
David Christian
- conary: branch merge
David Christian
- conary: command line configuration options must be processed after the context is set
David Christian
- conary: NEWS: command line configuration overrides context
David Christian
- conary: Add --interactive flag
David Christian
- conary: add --interactive to usage
David Christian
- conary: add --no-<bool> for cfgMap options.
David Christian
- conary: when dealing with label multiplicity, check out latest source component.
David Christian
- conary: NEWS: The warning message printed when multiple branches match a cvc checkout command has been improved.
David Christian
- conary: take three at label multiplicity checkout warning
David Christian
- conary: install ScanDeps into libdir
Justin M. Forbes
- conary: Fix DataFeed.pm install location
Justin M. Forbes
- conary: noop trailing whitespace removal
Cristian Gafton
- conary: implement db.transaction() for sqlite in order to bypass dbstore's cursor handling
Cristian Gafton
- conary: remove unused tracking attribute
Cristian Gafton
- conary: fix up ShimNetClient for new repositoryMap and userMap scheme
Tim Gerla
- conary: use repserver name instead of first key of map
Tim Gerla
- conary: use ConaryClient instead of NetworkRepositoryClient directly
Tim Gerla
- conary: revert accidental commit
Tim Gerla
- conary: _write returns a string instead of writing immediately; _redirect raises SERVER_RETURN
Tim Gerla
- conary: raise SERVER_ERROR instead of just returning an error code
Tim Gerla
- conary: add --username and --password options to commitaction
Tim Gerla
- conary: fix rq trove:source --info
Tim Gerla
- conary: sync merge
Tim Gerla
- conary: correct import for conary namespace
Tim Gerla
- conary: shimclient can now handle getChangeSet calls
Tim Gerla
- conary: correct exception string formatting
Tim Gerla
- conary: don't modify server instances
Tim Gerla
- conary: correct checkIsFullAdmin call for new authToken format
Tim Gerla
- conary: move modified getChangeSet into subclass of NetworkRepositoryServer
Tim Gerla
- conary: remove unused import
Tim Gerla
- conary: update to new NetworkRepositoryServer callWrapper return values
Tim Gerla
- conary: use mkstemp instead of mktemp to create temporary ccs; asAnonymous -> usedAnonymous for consistency
Tim Gerla
- conary: sync merge
Tim Gerla
- conary: Fix missing import
Stu Gott
- conary: Enable conary to seek a missing key automatically. Various db bugfixes for doUpdate codepath.
Stu Gott
- conary: mod_python workaround
Stu Gott
- conary: Bugfix pubring path. Add signatures option to conary (r)q:
Stu Gott
- conary: comment cleanup
Stu Gott
- conary: Man page entries for new (r)q display flag --signatures
Stu Gott
- conary: Bugfixes: verifySelfSignatures did not properly verify direct key sigs. fingerprintToInternalKeyId returned incorrect keyIds for zero prefixes. getSigId allowed keyRing pointer to wander. keyTable transactions didn't roll back on error.
Stu Gott
- conary: Bugfixes: handle automatic key retrieval in a sane manner. tweak config file options.; hg push default
Stu Gott
- conary: Refactored netserver.addDigitalSignature. fixed instanceId determination. tightened transaction handling. properly roll back on errors. fixed timestamp bug.
Stu Gott
- conary: Bugfixes: Ensure trust db paths and public paths of keyCache stay in synch. ensure unusable keyring simply logs warning instead of failing. gpg not installed will trigger warning.
Stu Gott
- conary: move handling of missing files warning lower so it won't mask gpg not installed warning
Stu Gott
- conary: Alter KeyCacheCallback to be accomodate server names not in repositoryMap
Stu Gott
- conary: Bugfix: block size calcuation read extra bytes.
Stu Gott
- conary: don't let conary server read the wrong config file at start
Stu Gott
- conary: Tweak defalt keyring path to write to global keyring when run as root
Stu Gott
- conary: Default conary keyrings
Stu Gott
- conary: Dependencies for Java .class and .jar files
Michael K. Johnson
- conary: Do not enforce Java dependencies yet
Michael K. Johnson
- conary: Icons sought in /usr/share/icons, with or without extensions
Michael K. Johnson
- conary: Added skipMissingSubDir to build actions that take subDir
Michael K. Johnson
- conary: Requires now understands file: /path/... requirements
Michael K. Johnson
- conary: fix parsing of Java symbol tables for long/double entries
Michael K. Johnson
- conary: change logFile from a string to a path; if /var/log/conary not available, use ~/.conary/log
Michael K. Johnson
- conary: pdf is not text file
Michael K. Johnson
- conary: disable Java dependency generation temporarily
Michael K. Johnson
- conary: fix typo in NEWS
Michael K. Johnson
- conary: automatic :config components disabled
Michael K. Johnson
- conary: re-enable Java dep generation
Michael K. Johnson
- conary: clarify and edit NEWS entries
Michael K. Johnson
- conary: skipMissingSubDir should actually work now
Michael K. Johnson
- conary: Requires(exceptDeps=...) implemented
Michael K. Johnson
- conary: Enforce Java and CIL build reqs, warn about unpackaged buildreqs
Michael K. Johnson
- conary: Initial Perl dependencies
Michael K. Johnson
- conary: remove wrong comment
Michael K. Johnson
- conary: do not add an extra / -- leading // is a normal form
Michael K. Johnson
- conary: Transient file notices are obscuring useful messages
Michael K. Johnson
- conary: remove the wrongly-guessed mainDir when we discover the correct one
Michael K. Johnson
- conary: Implemented Python dependencies
Michael K. Johnson
- conary: system perl path should not depend on macros
Michael K. Johnson
- conary: add pydeps.py to Makefile
Michael K. Johnson
- conary: return [] from _getPerlReqs instead of implicit None
Michael K. Johnson
- conary: Java dependencies have [[I, [[B, etc. removed
Michael K. Johnson
- conary: the Java dependency array element bug fix went into 0.80.2
Michael K. Johnson
- conary: tmp directory contents excluded only where intended: /tmp and /var/tmp
Michael K. Johnson
- conary: fix intermediate symlink bug, bz#497
Michael K. Johnson
- conary: PackageRecipe follows new conary packaging
Michael K. Johnson
- conary: removed extra space in output introduced by some reformatting
Erik Troan
- conary: Removed direct instantiation of NetworkRepositoryClient object; it
Erik Troan
- conary: switch user auth to separate user configuration line
Erik Troan
- conary: verify shouldn't pass repos parameter to displayTroves
Erik Troan
- conary: prompt for passwords when we have a user name, no password, and a failed
Erik Troan
- conary: branch merge
Erik Troan
- conary: added password.py
Erik Troan
- conary: reraise exception if it's not a 403
Erik Troan
- conary: moved datastore.py into repository/ module
Erik Troan
- conary: reraise exception if it's not a 403
Erik Troan
- conary: branch merge of datastore move
Erik Troan
- conary: added entitlement management to netauth classes
Erik Troan
- conary: branch merge
Erik Troan
- conary: fixed typo in duplicate table check for entitlementgroups
Erik Troan
- conary: branch merge
Erik Troan
- conary: fix splittable rules -- splitting was completely disabled!
Erik Troan
- conary: need to pass user object from cfg into networkrepositoryclient which
Erik Troan
- conary: user names and passwords are no longer allowed in repository maps
Erik Troan
- conary: branch merge
Erik Troan
- conary: don't let loadedTroves get populated for components
Erik Troan
- conary: wired entitlement management into xml-rpc
Erik Troan
- conary: added (untested) entitlement loading
Erik Troan
- conary: branch merge
Erik Troan
- conary: switched loadEntitlement to load from a named server and to support executable
Erik Troan
- conary: demand load entitlements
Erik Troan
- conary: move entitlement owners from the permission table into the separate
Erik Troan
- conary: 1. loadEntitlement returns None if no entitlement is found
Erik Troan
- conary: branch merge
Erik Troan
- conary: branch merge
Erik Troan
- conary: initial revision
Erik Troan
- conary: 1. send entitlements over the wire
Erik Troan
- conary: check() should return true/false, not raise an error
Erik Troan
- conary: support empty dirNames when loading entitlements
Erik Troan
- conary: branch merge
Erik Troan
- conary: branch merge
Erik Troan
- conary: mention troveinfo, entitlements
Erik Troan
- conary: localcs takes version/flavor arguments now
Erik Troan
- conary: support entitlements
Erik Troan
- conary: when a user authenticated server operation fails w/ InsufficientPermission,
Erik Troan
- conary: switched BRANCH_ALL, BRANCH_BINARY, BRANCH_SOURCE to be a bitmask
Erik Troan
- conary: make it hard to mistakenly create binary shadows or branches
Erik Troan
- conary: branch merge
Erik Troan
- conary: don't warn about binary branches when none are being created
Erik Troan
- conary: branch merge
Erik Troan
- conary: added forceBinary to override branch sanity checking
Erik Troan
- conary: added DataStoreSet
Erik Troan
- conary: mention conary:lib mistake on x86_64
Erik Troan
- conary: Added tag conary-0.80.4 for changeset bd7a8d8d56aa68b485884985fa77850f5165c13f
Erik Troan
- conary: Added tag conary-0.80.4 for changeset 11cf654cab0b0e75c23b7e5ab8053a2d13101143
Erik Troan
- conary: one tag for .4, not two
Erik Troan
- conary: Added tag conary-0.80.4 for changeset 69228707059d5565e214f3dc6fe759b218b8f6b4
Erik Troan
- conary: moved tag for .4
Erik Troan
- conary: * Conary cleans up rollbacks when a changeset fails to apply.
Matt Wilson
- conary: add missing import
Matt Wilson
- conary: add gcc:devel to CPackageRecipe build requirements
Matt Wilson
- conary: 0.80.0
Matt Wilson
- conary: add password.py
Matt Wilson
- conary: add javadeps.py
Matt Wilson
- conary: 0.80.0
Matt Wilson
- conary: change the default keyserver timeout from 30 to 3
Matt Wilson
- conary: * When in multi-threaded mode, the download thread now checks to see
Matt Wilson
- conary: correct keyserver timeout option
Matt Wilson
- conary: fix --info --full-versions
Matt Wilson
- conary: single quote "updateall --items" output that is likely to have special shell chars in them
Matt Wilson
- conary: merge
Matt Wilson
- conary: add migration to add the entGroupAdmin column
Matt Wilson
- conary: bump the version number
Matt Wilson
- conary: remove repository version 7 migration; merge
Matt Wilson
- conary: * A new DYNAMIC size has been added to the StreamSet object. This will
Matt Wilson
- conary: add getHost()
Matt Wilson
- conary: refactor version code to use the new getHost() method of version sequences
Matt Wilson
- conary: add support for returning a repositoryMap entry without username/password information
Matt Wilson
- conary: use the correct type when getting the default
Matt Wilson
- conary: various key importing fixes
Matt Wilson
- conary: use getHost()
Matt Wilson
- conary: remove the canWrite flag, handle the case when we did not get a server to contact
Matt Wilson
- conary: only use getHost on version sequences or labels
Matt Wilson
- conary: Added tag conary-0.80.0 for changeset 0be8f099ba810c91524bf08f3afe8018d3f64d25
Matt Wilson
- conary: only use the callback.getPublicKey if a serverName was provided. This will prevent unlimited recursion in corner cases
Matt Wilson
- conary: Added tag conary-0.80.0 for changeset 9a02743bba0645f25e0d9694e202c8a3fdafb67b
Matt Wilson
- conary: Added tag conary-0.80.0 for changeset 713ff58288d0b2d614a97c3f0709bd98b9b49d3b
Matt Wilson
- conary: prevent build requires trove info from being added to components
Matt Wilson
- conary: clean up troveInfo on components
Matt Wilson
- conary: edit NEWS
Matt Wilson
- conary: Added tag conary-0.80.0 for changeset 20aba6e183bb69494b1b0d58cce2deef8b30ae01
Matt Wilson
- conary: 0.80.1
Matt Wilson
- conary: Added tag conary-0.80.1 for changeset 18dd4449dfde310eb4f5aa2e5151d43754b6304d
Matt Wilson
- conary: remove invalid tag
Matt Wilson
- conary: add cfgtypes.py
Matt Wilson
- conary: Added tag conary-0.80.1 for changeset 08d8e836ea3cbdd20bc922b9ad467837aec4f6c1
Matt Wilson
- conary: Added tag conary-0.80.1 for changeset 7c9bf6fc71835c6c3d26f4af2ad2f574ba47c66b
Matt Wilson
- conary: remove breakpoint
Matt Wilson
- conary: return True in changePGPKeyOwner, remove unneeded import
Matt Wilson
- conary: NEWS edits
Matt Wilson
- conary: 0.80.2
Matt Wilson
- conary: correct Make.rules depth
Matt Wilson
- conary: fix scandeps install targets
Matt Wilson
- conary: rework the method used to find ScanDeps and perlreqs.pl
Matt Wilson
- conary: merge
Matt Wilson
- conary: NEWS edits
Matt Wilson
- conary: correct spelling
Matt Wilson
- conary: add anonymous retry NEWS item, NEWS edits
Matt Wilson
- conary: rename asAnonymous to usedAnonymous
Matt Wilson
- conary: rename asAnonymous to usedAnonymous
Matt Wilson
- conary: only grant admin privs if --admin is on a ./server.py --add-user cmdline
Matt Wilson
- conary: never give anonymous write access by default
Matt Wilson
- conary: update news
Matt Wilson
- conary: Added tag conary-0.80.2 for changeset ae4819159d98215aec5326e544b38755b7569a05
Matt Wilson
- conary: Added tag conary-0.80.2 for changeset 07f8dd2ebaa70f7a3f547be76208882ae2cedbbc
Matt Wilson
- conary: return the troves needed in shim server
Matt Wilson
- conary: 0.80.3
Matt Wilson
- conary: fix Makefile
Matt Wilson
- conary: remove unused import
Matt Wilson
- conary: move fixedglob to conary.lib
Matt Wilson
- conary: dist gpg files
Matt Wilson
- conary: NEWS edits
Matt Wilson
- conary: Added tag conary-0.80.3 for changeset 782400f08bc6ad4db539c9c632a39764700c4b7e
Matt Wilson
Last message date:
Sat Dec 24 00:48:42 EDT 2005
Archived on: Sat Dec 24 00:49:17 EDT 2005
This archive was generated by
Pipermail 0.09 (Mailman edition).