aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-06-04Add package vmq_graphite to the indexLoïc Hoguin
2015-06-04Add package vmq_passwd to the indexLoïc Hoguin
2015-06-04Add package vmq_acl to the indexLoïc Hoguin
2015-06-04Add package rebus to the indexLoïc Hoguin
2015-06-04Add package zraft_lib to the indexLoïc Hoguin
2015-06-04Add package geef to the indexLoïc Hoguin
2015-06-04Add package traffic_tools to the indexLoïc Hoguin
2015-06-04Add package eqm to the indexLoïc Hoguin
2015-06-04Add riak_test back to the indexLoïc Hoguin
Recent fixes made it work.
2015-06-04No need for $(ERLANG_MK_TMP)/ebin anymoreLoïc Hoguin
2015-06-04Add hamcrest back to the indexLoïc Hoguin
2015-06-04Fetch the whole of rebar when patching rebar depsLoïc Hoguin
Necessary for increased compatibility as we de-rebarize those dependencies.
2015-06-01Remove exception for rack for erl_crash.dump checkLoïc Hoguin
The PR has been merged, the file has been removed.
2015-06-01Merge branch 'edown' of https://github.com/dch/erlang.mkLoïc Hoguin
2015-06-01More autopatch fixesLoïc Hoguin
Some projects had their modules section filled incorrectly, this has been fixed. Merl (used by erlydtl) had its .app file incorrectly moved to .app.src despite having its own Makefile. This has been fixed. A new g++ warning caused some projects with -Werror to fail to compile, this has been fixed. The include path given in rebar.config is now properly used. The project concuerror has been removed temporarily due to a recent change that broke the auto detection. The projects ircbot, exmpp and tsung have been removed temporarily due to broken modules section and will need a custom patch and/or a PR sent to fix them.
2015-05-31Allow whitespace characters in the modules attributeEnrique Fernandez
2015-05-28Add package edown to the indexDave Cottlehuber
2015-05-23Add package concuerror to the indexLoïc Hoguin
2015-05-23Add package plumtree to the indexLoïc Hoguin
2015-05-23Handle rebar3-style depsLoïc Hoguin
2015-05-23Add package wrangler to the indexLoïc Hoguin
2015-05-23Add package cqerl to the indexLoïc Hoguin
2015-05-23Set and export ERLANG_ARCH for the whole rebar depLoïc Hoguin
2015-05-23Don't patch plugin at all if not requiredLoïc Hoguin
Remove riak_test from the index as it broke and the problem is larger than it looks.
2015-05-23Add package iota to the indexLoïc Hoguin
2015-05-23Patch all rebar hook commands, not just the regex onesLoïc Hoguin
2015-05-23Add package dlhttpc to the indexLoïc Hoguin
2015-05-23Add package erlpass to the indexLoïc Hoguin
2015-05-23Add package cr to the indexLoïc Hoguin
2015-05-23Add package hyper to the indexLoïc Hoguin
2015-05-23Add package nifty to the indexLoïc Hoguin
2015-05-23Fix numerous issues with rebar autopatchingLoïc Hoguin
Packages color, enet, hamcrest and i18n were temporarily removed pending fixes. All other packages build and load properly.
2015-05-23Test that all packages load their app and modules properlyLoïc Hoguin
Catch issues early.
2015-05-23Replace nodefinder package with a better maintained forkLoïc Hoguin
2015-05-23Always ignore the modules list in original .app/.app.src fileLoïc Hoguin
Some packages have invalid lists.
2015-05-23Add a way to test that individual packages build correctlyLoïc Hoguin
2015-05-22Add package gen_cycle to the indexLoïc Hoguin
2015-05-22Add package fs to the indexLoïc Hoguin
2015-05-22Handle executable portsLoïc Hoguin
Previously we only did shared libraries, now we allow executables. Also improve greatly the handling of autopatched rebar projects by relying once again on the rebar_utils module.
2015-05-20Add package ucol_nif to the indexLoïc Hoguin
2015-05-20Use core platform detection in c_srcLoïc Hoguin
2015-05-19Add package jsonx to the indexLoïc Hoguin
2015-05-19Add package stdinout_pool to the indexLoïc Hoguin
2015-05-19Add package lmq to the indexLoïc Hoguin
2015-05-19Add package sighandler to the indexLoïc Hoguin
2015-05-19Add package dnssd to the indexLoïc Hoguin
2015-05-19Import rebar_utils for improved compatibilityLoïc Hoguin
This allows us to skip some of the worst hacks and improve compatibility since we are using the original code.
2015-05-19Add node_package to rebar autopatch ignoreLoïc Hoguin
For basho_bench, forgot to commit before.
2015-05-19Add package basho_bench to the indexLoïc Hoguin
2015-05-18Remove the test duplicates that were left overLoïc Hoguin
Ooops!