Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |