Will my lib be accepted in the registry?

Hhhm,

sorry but that’s what Ivan wrote

Unfortunately he didn’t mention the place where I should make the change - sounds to me like some kind of insider knowledge :wink: which I don’t have - at least not now.

Neither my registration request nor the current version of library.properties contain the URL library.properties · master · arduino / ExtendedTouchEvent · GitLab - so where does it come from? :thinking:

I am in doubt that changing the current value of the property url from arduino / ExtendedTouchEvent · GitLab to arduino / ExtendedTouchEvent · GitLab makes any difference, because a request to the later one is instantly redirected (with HTTP 302) to the 1st one - but I like to try it nevertheless. I would combine that with a minor patch and make a new release.

What shall I do, when this has been done?

He is saying to try changing the URL at line 8 of https://gitlab.com/arduino23/ExtendedTouchEvent/-/blob/master/library.properties to https://gitlab.com/arduino23/ExtendedTouchEvent.git

… probably because of the redirect …

However, I think there is also some confusion here. But as far as what to do, just wait for 24-36 hours after making the change, to see if the crawler picks up your library. I can’t comment re gitlab vs github… I’ve used both, and can’t complain about reliability or speed of gitlab on a large scale… it seems just fine, and has given GitHub some much needed competition. I especially like the fact that you can self-host GitLab if you so desire! :wink:

1 Like

@ivankravets - why is there a - at the end of that URL? That’s what’s cased the error in your case… for some reason you’re doing https://gitlab.com/arduino23/ExtendedTouchEvent/- instead of https://gitlab.com/arduino23/ExtendedTouchEvent/

1 Like

So do I :grin: - that gives me the opportunity to make some experiments and gives me more control than in a public repo

1 Like

Ok - made the change as discussed, change is merged to master, new release is tagged - let’s wait :timer_clock: :wink: (and see)

1 Like

Eggtimer is running :laughing:

Funny you say that… I predominately use ARM64 boards (pine64,rock64,rockpro64) so wanted to run GitLab on them (but couldn’t at the time), so now I use Gitea and have that running locally 24x7… runs a treat, and means I can work on any of my machines, whilst having version control and somewhat of a backup across machines, without the data leaving my local network! :wink:

It works now! Thanks! PlatformIO Registry

2 Likes

As Fred Flintstone likes to say “Yabba dabba doo” :smile:.

Thanks for your help. :+1:

2 Likes