Skip to content

Commit

Permalink
pkgix: Refactor *root to *prefix, remove redundant *url suffixes
Browse files Browse the repository at this point in the history
1) *root(s),*ROOT(S) -> *prefix(es), *PREFIX(ES): This was changed for
consistency reasons; as a root is different from a prefix. At a later
stage the option to install into a root might be added, and mentions
to roots, which are really prefixes, would be confusing.

2) PKGIX_REPO_URLS was refactored to PKGIX_REPOS, as it's shorter and
mention to URLs in these variable names is redundant.

Signed-off-by: Marco Elver <[email protected]>
  • Loading branch information
melver committed Nov 13, 2012
1 parent 113ba42 commit 12d7101
Show file tree
Hide file tree
Showing 3 changed files with 230 additions and 229 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ It is possible to run ``pkgix`` directly, if you provide a valid repository.

By default pkgix looks for a repository in ``~/pkgix-repo/pkgs``. Repositories
can be specified using the ``-r`` flag, but it is recommended to export the
repository URL/path with ``PKGIX_REPO_URLS="<repo-urls...>"`` (separated by ``;``).
repository URL/path with ``PKGIX_REPOS="<repos...>"`` (separated by ``;``).
See the Repositories section below for list of known repositories.

Recommended:
Expand Down
Loading

0 comments on commit 12d7101

Please sign in to comment.