cozy / cozy-home-v2

This repository was part of CozyV2 which has been deprecated
https://blog.cozycloud.cc/post/2016/11/21/On-the-road-to-Cozy-version-3
GNU Affero General Public License v3.0
94 stars 53 forks source link

Unable to install an application whose repository name contains dots or the '.git' string #726

Closed clochix closed 8 years ago

clochix commented 8 years ago

@nlehuby is trying to install an application from https://github.com/OpenBeerMap/OpenBeerMap.github.io The installation popup displays a weird 504 error. We wrongly split the name on '.' and remove all '.git'. Are are the posted values:

  git: "https://github.com/OpenBeerMap/OpenBeerMaphub.io.git"
  name: "OpenBeerMaphub.io"
  slug: "openbeermaphubio"
poupotte commented 8 years ago

This issue is now fixed. Thanks @clochix and @nono :+1: