aboutsummaryrefslogtreecommitdiffstats
path: root/packages.v2.tsv
AgeCommit message (Collapse)Author
2014-09-05Add package mekao to the indexChurikov Daniil
2014-09-02Merge branch 'tddreloader' of git://github.com/Version2beta/erlang.mkLoïc Hoguin
2014-08-31Add package zeta to the indexSina Samavati
2014-08-31Add package leptus to the indexSina Samavati
2014-08-30Add package swab to the indexcrownedgrouse
2014-08-27Add package tddreloader to the indexRob Martin
2014-08-27Add package ehsa to the indexAnton Yabchinskiy
2014-08-25Add package erldb to the indexNiclas Axelsson
2014-08-21Merge branch 'inaka.repos' of https://github.com/inaka/erlang.mkLoïc Hoguin
Conflicts: packages.v1.tsv packages.v1.txt packages.v2.tsv
2014-08-21Add package ptrackerl to the indexEuen
2014-08-21Add package sumo_db to the indexEuen
2014-08-21Add package shotgun to the indexEuen
2014-08-21Add package pusherman to the indexEuen
2014-08-21Add package lasse to the indexEuen
2014-08-21Add package itweet to the indexEuen
2014-08-21Add package eredis to the indexTim Holland
2014-08-21Add package ibrowse to the indexTim Holland
2014-08-21Add package elvis to the indexEuen
2014-08-21Add package eganglia to the indexEuen
2014-08-21Add package edis to the indexEuen
2014-08-21Add package ebitly to the indexEuen
2014-08-21Add package classifier to the indexEuen
2014-08-21Add package apns4erl to the indexEuen
2014-08-21Add package cake to the indexLoïc Hoguin
2014-08-19Add erwa to the packages listBas Wegh
2014-08-16Add tinymt-erlang to the package indexKenji Rikitake
2014-08-08Add Katja to the package indexDaniel Kempkens
2014-08-05Add resource_discovery to package indexMichel Rijnders
2014-08-05Add lager to package indexMichel Rijnders
2014-08-05Add jiffy to package indexMichel Rijnders
2014-08-05Add epgsql to package indexMichel Rijnders
2014-08-05Added neo4j and pegjs to packagesDmitrii Dimandt
2014-08-01Change cowboy URL and version to 1.0.01.0.0Loïc Hoguin
2014-08-01Change ranch URL and version to 1.0.0Loïc Hoguin
2014-08-01Use the new cowlib URLLoïc Hoguin
2014-08-01Change cowlib version to 1.0.0Loïc Hoguin
2014-07-22Added eper as a packageTim Holland
2014-07-20Change package index file format and deps handlingLoï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.