-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #218 from samoht/root
Rename "repo" to "root"
- Loading branch information
Showing
8 changed files
with
29 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
val duniverse : | ||
full:bool -> | ||
repo:Fpath.t -> | ||
root:Fpath.t -> | ||
global_state:OpamStateTypes.unlocked OpamStateTypes.global_state -> | ||
trim_clone:bool -> | ||
Duniverse.t -> | ||
(unit, [> Rresult.R.msg ]) result | ||
(** [duniverse ~full ~repo ~global_state duniverse] | ||
pulls duniverse repositories into the [Config.vendor_dir] of the given [repo]. | ||
(** [duniverse ~full ~root ~global_state duniverse] | ||
pulls duniverse repositories into the [Config.vendor_dir] of the given project [root]. | ||
If [full] is [true] then the vendor_dir is entirely deleted before pulling, otherwise | ||
only the subfolder corresponding to the repos in [duniverse] are. *) |