owncloud / calendar

Calendar app for ownCloud
GNU Affero General Public License v3.0
121 stars 43 forks source link

Calendar CI fails #1127

Closed phil-davis closed 4 years ago

phil-davis commented 4 years ago

https://drone.owncloud.com/owncloud/calendar/245/4/4

error An unexpected error occurred: "https://codeload.github.com/georgehrke/jstimezonedetect/tar.gz/d90d861a98a30a802cb1f4c7864854fe3a583134: Request failed \"404 Not Found\"".

It seems that the repo http://github.com/georgehrke/jstimezonedetect has been deleted.

phil-davis commented 4 years ago

@georgehrke did you intend to delete this repo?

can it be recovered? or should we go searching for a fork that still exists somewhere?

georgehrke commented 4 years ago

I'm sorry, I didn't think anyone would still be using it. It was just a clone i made of jstz, before it was available on npm.

You can simply replace it with https://www.npmjs.com/package/jstz. The APIs are the same.

phil-davis commented 4 years ago

I guess it got left like that in the owncloud calendar app because nobody ever reviewed it and changed to a "proper" package. Now is the time to change :)

I found that https://github.com/pellepim/jstimezonedetect is on GitHub since 2019, so it is easy to switch to there. PR #1128