From 6ba732c25f0f8bb702dd2c20da989f017ebcc07f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 5 Dec 2015 11:44:50 +0100 Subject: 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. --- index/oauth2c.mk | 7 ------- index/restc.mk | 7 ------- 2 files changed, 14 deletions(-) delete mode 100644 index/oauth2c.mk delete mode 100644 index/restc.mk (limited to 'index') diff --git a/index/oauth2c.mk b/index/oauth2c.mk deleted file mode 100644 index 101e45d..0000000 --- a/index/oauth2c.mk +++ /dev/null @@ -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 diff --git a/index/restc.mk b/index/restc.mk deleted file mode 100644 index 115ad8d..0000000 --- a/index/restc.mk +++ /dev/null @@ -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 -- cgit v1.2.3