Skip to content

Commit 07e9d5e

Browse files
authored
Merge pull request #12 from arduino/faq-logs
Add instructions to FAQ for accessing indexer logs
2 parents 7ebdf19 + db48a0f commit 07e9d5e

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

FAQ.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- [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)
1616
- [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)
1717
- [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)
1819
- [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)
1920
- [How can I change a library's name?](#how-can-i-change-a-librarys-name)
2021
- [Limitations](#limitations)
@@ -52,7 +53,7 @@ More information:
5253

5354
Every hour, the automated Library Manager indexer system:
5455

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
5657
1. checks whether those tags meet [the requirements for addition to the index](#update-requirements)
5758
1. adds entries to the index for compliant tags
5859
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
117118

118119
The Library Manager indexer job will reject any releases which aren't compliant with all [the requirements](#update-requirements).
119120

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+
120135
### I did something wrong! How can I change or unpublish an already published library?
121136

122137
In order to change contents of an already published library version, you can recreate its related tag.

0 commit comments

Comments
 (0)