Просмотр исходного кода

Temporarily remove restc and oauth2c

The restc project has dependencies that require to be logged in
to fetch them, and this breaks the packages test suite. The oauth2c
project depends on restc.

I sent a pull request at https://github.com/kivra/restclient/pull/8

The packages can be added back just fine after this pull request
get merged.

In the future it might be worth having a value marking packages
as broken so they are skipped by the test suite.
Loïc Hoguin 9 лет назад
Родитель
Сommit
6ba732c25f
2 измененных файлов с 0 добавлено и 14 удалено
  1. 0 7
      index/oauth2c.mk
  2. 0 7
      index/restc.mk

+ 0 - 7
index/oauth2c.mk

@@ -1,7 +0,0 @@
-PACKAGES += oauth2c
-pkg_oauth2c_name = oauth2c
-pkg_oauth2c_description = Erlang OAuth2 Client
-pkg_oauth2c_homepage = https://github.com/kivra/oauth2_client
-pkg_oauth2c_fetch = git
-pkg_oauth2c_repo = https://github.com/kivra/oauth2_client
-pkg_oauth2c_commit = master

+ 0 - 7
index/restc.mk

@@ -1,7 +0,0 @@
-PACKAGES += restc
-pkg_restc_name = restc
-pkg_restc_description = Erlang Rest Client
-pkg_restc_homepage = https://github.com/kivra/restclient
-pkg_restc_fetch = git
-pkg_restc_repo = https://github.com/kivra/restclient
-pkg_restc_commit = master