Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi repos - installation from multiple repositories #56

Merged
merged 12 commits into from
Jul 24, 2011

Conversation

dnaeon
Copy link
Contributor

@dnaeon dnaeon commented Jul 24, 2011

No description provided.

dnaeon added 12 commits July 23, 2011 09:51
	- Added new functions for adding a repository entry to a package
	  object, which will be used during multi repo installations
	- Use jobs entry objects for the pkg_jobs interface
	- Allows more than 1 job entry to be used, which makes it
	  usefull for the multi repositories
	- As with multi repos we need to keep track of all db
	  connections and have them open in order to get info from them
	  for installing/deinstalling/fetching/etc
	- NOTE1: This avoids the need of calling pkgdb_close() when using
	  jobs. pkg_jobs_free() will do this automatically for you
	- NOTE2: Calling pkgdb_close() after pkg_jobs_free() will result
	  in error
	- Usefull to check whether a package is found in multiple
	  database repositories and taken action upon it
	- And also give more chance a package to be fetched :)
	- Make 'pkg install' aware of multiple repositories
bapt pushed a commit that referenced this pull request Jul 24, 2011
Multi repos - installation from multiple repositories
@bapt bapt merged commit 8aec3ff into freebsd:master Jul 24, 2011
bapt pushed a commit that referenced this pull request Mar 9, 2012
Multi repos - installation from multiple repositories
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants