| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
TODO: figure out a way to make it happy without doing this explicitely
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
sources: fix custom names
fixed version string generation and version search
ensure import -> change -> commit workflow works
|
| |
|
| |
|
|
|
|
| |
inherited base classes in bugz backend
|
|
|
|
| |
added slot support to each (except for serialization)
|
|
|
|
|
|
| |
fixed imports in remote repo sources
fixed logic in repository package fetching
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
zugaina searching, remote fetching, iquery
command line interface, remotes
|
|
|
|
|
|
| |
removed extraneous text from iquery.py
added a unified_ver option to cpv_split
|
|
|
|
| |
fixes in zugaina fetcher
|
|
|
|
| |
Implemented a Zugaina fetcher for fetching search results from zugaina
|
| |
|
|
|
|
|
|
| |
separated prompt with editable values and simple picker
moved bugz backend to EditSelectPrompt
|
|
|
|
|
|
|
|
| |
Added classes to fetch packages/trees etc. from remote repositories of
all kinds mentioned in overlays.xml: git, mercurial, svn, rsync
Added utility functions for git repos and to interact with filesystem
repository hierarchy
|
|
|
|
| |
Added utility functions for git data structures
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
correctly display active entry, fix method call parametres, clamp
invocation, parenthesize conditional expressions, handle unicode
implemented fetch_package for all remaining backends
fixed ebuild naming and a logic error in url backend
correctly pass and build filemap, preprocess bug attachments in bugz
|
|
|
|
| |
documented the commit subcommand
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
needs_repo decorator: preserve docstring
reworded help messages
support -h option for --help
fixed patch commend
properly hooked commit --single up
allow to sync all the changes in the repo by the user in one commit
|
|
|
|
|
|
|
|
|
|
| |
error fixes, syntax, logic
finally converted bugz to iquery
fixed extra imports in iquery
totally disabled writing in temp files in the url backend, fixed full
|
|
|
|
|
|
| |
added a module for interactive queries
depend on pbraw and curtsies
|
|
|
|
| |
Rename command: install -> import
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
package: allow merging files using direct binary data
stopped using a temporary file in the URL handler
added utility helpers to extract URLs from text and parse numeric ranges
|
|
|
|
| |
minor refactoring
|
|
|
|
| |
it is still disabled though
|
|
|
|
|
|
|
|
|
|
|
|
| |
fixed some commands with patching
started work on integrating user changes
generation of patches and commit messages
added get_packages() method to Repository
allow adding non-existant (in-memory) patches to packages
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dropped patch package source module
added --patch option to the install command
added a patch command to patch an existing package
integrated patch support into the Package class
created a MergedPackage module for operations on packages already in the
pomu repo
added ways to patch an existing package
added a base package source module (template), with base classes for
package-specific metadata and the source module per se
added a list_add utility function
implemented and_, and_then, and or in util.result
|
| |
|
|
|
|
| |
They are required by setuptools
|
|
|
|
|
|
| |
patch application in packages
new dependency: patch
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
make package backend optional
fix merge destination makedir
properly add files to git index
compare package slot with default the right way
multiple fixes in writing metadata
changed tests to reflect current code and pass
|
| |
|
| |
|
|
|
|
|
|
| |
Convert dispatcher to selectable repos
Move suffixes to util.pkg module
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
added and updated parameter descriptions to most function docstrings
cleaned up imports over the whole project
converted Package to use file path mappings internally
fixed errors in manifest generation
fixed handling slots and adding paths to index in merge process
converted package removal (by name) to use repository metadata
truly integrated the local ebuild package source module
separated package-related utilities into a separate pkg module
separated portage repo-related utilities into a separate portage module
excluded the tests package from installation
|
|
|
|
| |
introduce a way to query the impure world (and the user)
|