|
15 | 15 | - [How can I publish a new release once my library is in the list?](#how-can-i-publish-a-new-release-once-my-library-is-in-the-list) |
16 | 16 | - [What are the requirements for publishing new releases of libraries already in the Library Manager list?](#what-are-the-requirements-for-publishing-new-releases-of-libraries-already-in-the-library-manager-list) |
17 | 17 | - [Why aren't releases of my library being picked up by Library Manager?](#why-arent-releases-of-my-library-being-picked-up-by-library-manager) |
| 18 | + - [Can I check on library releases being added to Library Manager?](#can-i-check-on-library-releases-being-added-to-library-manager) |
18 | 19 | - [I did something wrong! How can I change or unpublish an already published library?](#i-did-something-wrong-how-can-i-change-or-unpublish-an-already-published-library) |
19 | 20 | - [How can I change a library's name?](#how-can-i-change-a-librarys-name) |
20 | 21 | - [Limitations](#limitations) |
@@ -52,7 +53,7 @@ More information: |
52 | 53 |
|
53 | 54 | Every hour, the automated Library Manager indexer system: |
54 | 55 |
|
55 | | -1. checks every repository in the Library Manager list for new tags |
| 56 | +1. checks every repository in the Library Manager list for new tags, updating [the logs](#can-i-check-on-library-releases-being-added-to-library-manager) accordingly |
56 | 57 | 1. checks whether those tags meet [the requirements for addition to the index](#update-requirements) |
57 | 58 | 1. adds entries to the index for compliant tags |
58 | 59 | 1. pushes the updated index to Arduino's download server |
@@ -117,6 +118,20 @@ Note that libraries will need to be compliant with [all requirements](#update-re |
117 | 118 |
|
118 | 119 | The Library Manager indexer job will reject any releases which aren't compliant with all [the requirements](#update-requirements). |
119 | 120 |
|
| 121 | +You can check [the indexer logs](#can-i-check-on-library-releases-being-added-to-library-manager) for information about what happened. |
| 122 | + |
| 123 | +### Can I check on library releases being added to Library Manager? |
| 124 | + |
| 125 | +There is a dedicated web page for each library that shows the logs from the Library Manager indexer. The URL of the logs page is based on the library's repository URL: |
| 126 | + |
| 127 | +``` |
| 128 | +http://downloads.arduino.cc/libraries/logs/<host>/<repository slug>/ |
| 129 | +``` |
| 130 | + |
| 131 | +For example, the Servo library is hosted at https://github.com/arduino-libraries/Servo, so its logs are at: |
| 132 | + |
| 133 | +http://downloads.arduino.cc/libraries/logs/github.com/arduino-libraries/Servo/ |
| 134 | + |
120 | 135 | ### I did something wrong! How can I change or unpublish an already published library? |
121 | 136 |
|
122 | 137 | In order to change contents of an already published library version, you can recreate its related tag. |
|
0 commit comments