Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-25 | Add package erldb to the index | Niclas Axelsson | |
2014-08-21 | Merge branch 'inaka.repos' of https://github.com/inaka/erlang.mk | Loïc Hoguin | |
Conflicts: packages.v1.tsv packages.v1.txt packages.v2.tsv | |||
2014-08-21 | Add package ptrackerl to the index | Euen | |
2014-08-21 | Add package sumo_db to the index | Euen | |
2014-08-21 | Add package shotgun to the index | Euen | |
2014-08-21 | Add package pusherman to the index | Euen | |
2014-08-21 | Add package lasse to the index | Euen | |
2014-08-21 | Add package itweet to the index | Euen | |
2014-08-21 | Add package eredis to the index | Tim Holland | |
2014-08-21 | Add package ibrowse to the index | Tim Holland | |
2014-08-21 | Add package elvis to the index | Euen | |
2014-08-21 | Add package eganglia to the index | Euen | |
2014-08-21 | Add package edis to the index | Euen | |
2014-08-21 | Add package ebitly to the index | Euen | |
2014-08-21 | Add package classifier to the index | Euen | |
2014-08-21 | Add package apns4erl to the index | Euen | |
2014-08-21 | Add package cake to the index | Loïc Hoguin | |
2014-08-19 | Add erwa to the packages list | Bas Wegh | |
2014-08-16 | Add tinymt-erlang to the package index | Kenji Rikitake | |
2014-08-08 | Add Katja to the package index | Daniel Kempkens | |
2014-08-05 | Add resource_discovery to package index | Michel Rijnders | |
2014-08-05 | Add lager to package index | Michel Rijnders | |
2014-08-05 | Add jiffy to package index | Michel Rijnders | |
2014-08-05 | Add epgsql to package index | Michel Rijnders | |
2014-08-05 | Added neo4j and pegjs to packages | Dmitrii Dimandt | |
2014-08-01 | Change cowboy URL and version to 1.0.01.0.0 | Loïc Hoguin | |
2014-08-01 | Change ranch URL and version to 1.0.0 | Loïc Hoguin | |
2014-08-01 | Use the new cowlib URL | Loïc Hoguin | |
2014-08-01 | Change cowlib version to 1.0.0 | Loïc Hoguin | |
2014-07-22 | Added eper as a package | Tim Holland | |
2014-07-20 | Change package index file format and deps handling | Loïc Hoguin | |
This commit adds two columns to the package index file: the method used to retrieve the dependency (only git supported at this point) and the preferred version (a commit or equivalent in the case of git). Now that all the necessary information is in the package index file, the dep_* lines become optional. It is possible to fetch dependencies by just listing it in the DEPS variable, for example this would fetch both cowboy and jsx: DEPS = cowboy jsx The dep_* line can be used to override the defaults. It now takes three values, the method used to retrieve the dependency, the repository URL and the preferred version. The only change from before is the first value being added. |