-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for private indexes to "alr publish"
- Loading branch information
Showing
48 changed files
with
1,038 additions
and
193 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -182,14 +182,18 @@ static, i.e. they cannot depend on the context. | |
"Bob For Instance <[email protected]>"] | ||
``` | ||
|
||
- `maintainers-logins`: mandatory (for indexing) array of strings. Flat | ||
list of github login usernames used by the maintainers of the crate. This | ||
information is used to authorize crate modifications. For instance: | ||
- `maintainers-logins`: optional array of non-empty strings. | ||
For crates submitted to the community index, this is a mandatory flat list of | ||
the GitHub login usernames authorized to modify the crate. | ||
For instance: | ||
|
||
```toml | ||
maintainers-logins = ["alicehacks", "bobcoder"] | ||
``` | ||
|
||
Private indexes may use whichever logins are appropriate for their | ||
hosting arrangement, or none at all. | ||
|
||
- `licenses`: mandatory (for indexing) string. A valid [SPDX | ||
expression](https://spdx.org/licenses/). Custom license identifiers are | ||
accepted with the format: `custom-[0-9a-zA-Z.-]+` | ||
|
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
Oops, something went wrong.