Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-24 | Fix amqp_client: link to rabbit_common | Loïc Hoguin | |
2015-06-24 | Add package actordb_thrift to the index | Loïc Hoguin | |
2015-06-24 | Add package actordb_core to the index | Loïc Hoguin | |
2015-06-23 | Add package machi to the index | Loïc Hoguin | |
2015-06-23 | Add package cl to the index | Loïc Hoguin | |
2015-06-23 | Only apply RabbitMQ patches for rabbit projects | Loïc Hoguin | |
2015-06-21 | Fix autopatch issues introduced in recent merges | Loïc Hoguin | |
The good news is that these changes work with FreeBSD, as opposed to before the merges. | |||
2015-06-20 | Fix 'make' and 'gmake' calls in rebar hooks | Loïc Hoguin | |
$(MAKE) works everywhere, including space. | |||
2015-06-20 | Fix a hardcoded 'make' call | Loïc Hoguin | |
$(MAKE) works everywhere, including FreeBSD. | |||
2015-06-20 | Fix amqp_client/rabbit tests for FreeBSD | Loïc Hoguin | |
2015-06-20 | Add package detest to the index | Loïc Hoguin | |
2015-06-20 | Add package ejwt to the index | Loïc Hoguin | |
2015-06-19 | Merge branch 'mkdir-ERLANG_MK_TMP' of https://github.com/rabbitmq/erlang.mk | Loïc Hoguin | |
2015-06-19 | Merge branch 'fix-shell-test-warning-in-dep_autopatch' of ↵ | Loïc Hoguin | |
https://github.com/rabbitmq/erlang.mk | |||
2015-06-19 | core/deps.mk: Ensure $(ERLANG_MK_TMP) is created | Jean-Sébastien Pédron | |
... before writing to it. This fixes the following error which is logged with a fresh checkout: /bin/sh: cannot create (...)/.erlang.mk/deps.log: No such file or directory | |||
2015-06-19 | Copyright change | Brujo Benavides | |
2015-06-19 | elvis updated | Brujo Benavides | |
2015-06-19 | dep_autopatch: Ensure ['s `!=` operator has operands | Jean-Sébastien Pédron | |
Consider the following test: elif [ 0 != `find ... | xargs grep -ci rebar` ]; then find(1) may return no file at all and xargs has nothing on its stdin. In this case, GNU xargs (from findutils) still executes the given command and grep(1) returns 0. However, FreeBSD's xargs for instance does not run the command at all if there is nothing on stdin. Therefore nothing is printed on stdout and the test becomes: elif [ 0 != ]; then This triggers a warning from the shell: [: !=: argument expected Prepending both operands with a literal 'x' fixes the problem. For consistency's sake, I modified the two other tests as well, though I didn't have any problem with them. | |||
2015-06-18 | Use the real path instead of symbolic links to erlang.mk | Loïc Hoguin | |
This will fix some issues where a symbolic link can link to another symbolic link (Cowboy examples), and issues where symbolic links can't be used (VirtualBox shared folders). | |||
2015-06-18 | Add package rabbit to the index | Loïc Hoguin | |
2015-06-18 | Add RABBITMQ_SERVER_PATCH for rabbitmq-server support | Loïc Hoguin | |
2015-06-18 | Improve the RabbitMQ client patch | Loïc Hoguin | |
Users need to deploy both client and server to production, therefore the server needs to be fetched and its folder named correctly. | |||
2015-06-17 | Avoid unneeded output when checking if dep was compiled | Loïc Hoguin | |
2015-06-17 | Remove unneeded variables from cover.mk | Loïc Hoguin | |
2015-06-17 | Add package amqp_client to the index | Loïc Hoguin | |
2015-06-17 | Add RABBITMQ_CLIENT_PATCH to make upstream amqp_client work | Loïc Hoguin | |
While this is not quite "just work" due to other packages depending on a forked off rabbitmq, this is still pretty good as it actually makes it work and still leaves a choice between upstream and the fork. Hopefully people will start to use upstream but you know how these things tend to go. | |||
2015-06-16 | Convert git://github.com URIs to https://github.com | Loïc Hoguin | |
We do this automatically to make the fetching of dependencies a safer experience. Ensuring it's secure is better than hoping everyone puts the right URI in their deps. | |||
2015-06-16 | Compile dependencies only once | Loïc Hoguin | |
We keep track of which dependencies we compiled in the current session in the $(ERLANG_MK_TMP)/deps.log file. This will help save a little time when projects depend more than once on the same dependency. While going in the directory and running make was already quick, it's quicker if not, and the logs end up cleaner. | |||
2015-06-15 | Add package cloudi_service_oauth1 to the index | Loïc Hoguin | |
2015-06-15 | Add package cloudi_service_db_pgsql to the index | Loïc Hoguin | |
2015-06-15 | Fix details in .app template | Loïc Hoguin | |
Was using $(MODULES) instead of $(2). | |||
2015-06-15 | Add corresponding space in the replace regex | Loïc Hoguin | |
Fixes a previous incomplete PR merged by mistake. | |||
2015-06-15 | Add package tirerl to the index | Loïc Hoguin | |
2015-06-15 | Add package reltool_util to the index | Loïc Hoguin | |
2015-06-15 | Add package quickrand to the index | Loïc Hoguin | |
2015-06-15 | Add package keys1value to the index | Loïc Hoguin | |
2015-06-15 | Add package key2value to the index | Loïc Hoguin | |
2015-06-15 | Add package erlang_term to the index | Loïc Hoguin | |
2015-06-15 | Remove poxa from the index: a dependency is gone | Loïc Hoguin | |
2015-06-14 | Generate the .app file directly from the Makefile | Loïc Hoguin | |
This removes the need for a .app.src file entirely. The PROJECT_* variables and the OTP_DEPS variable allow us to specify everything we need. REL_DEPS and BUILD_DEPS will be added later on to allow users to cleanly specify those without adding them to the .app file. | |||
2015-06-13 | Merge branch 'fix-modules-attr-app-src' of https://github.com/efcasado/erlang.mk | Loïc Hoguin | |
2015-06-13 | Merge branch 'elbrujohalcon.inaka.plugin.upgrade' of ↵ | Loïc Hoguin | |
https://github.com/inaka/erlang.mk | |||
2015-06-13 | Add package gossiperl to the index | Loïc Hoguin | |
2015-06-13 | Add package marina to the index | Loïc Hoguin | |
2015-06-12 | Add package mu2 to the index | Loïc Hoguin | |
2015-06-12 | Add package smother to the index | Loïc Hoguin | |
2015-06-12 | Add package xhttpc to the index | Loïc Hoguin | |
2015-06-10 | xrefr upgrade | Brujo Benavides | |
2015-06-10 | Add package gold_fever to the index | Loïc Hoguin | |
2015-06-10 | Add package kinetic to the index | Loïc Hoguin | |