Skip to content

Commit

Permalink
Initial specification
Browse files Browse the repository at this point in the history
  • Loading branch information
yrashk committed Mar 12, 2011
1 parent 031821f commit d4e3349
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions agner.config
Original file line number Original file line Diff line number Diff line change
@@ -1,10 +1,8 @@
{name, "[Package Name]"}. {name, "jobs"}.
{authors, ["[Author Name] <[Author Email]>"]}. {authors, ["Ulf Wiger <ulf.wiger@erlang-solutions.com>"]}.
{description, "[Package Synopsis]"}. {description, "Job scheduler for load regulation"}.
{homepage, "[Package Homepage]"}. {homepage, "https://github.com/esl/jobs"}.
{rebar_compatible, true}. {rebar_compatible, true}.
{license, "[Package License]", "[Optional Package License File]"}. {license, "Apache License 2.0", "LICENSE"}.
{url, {git, "[Package Git URL]", [Package Git Ref]}}. % Ref is either "[sha1]", or {tag, "[tag name]"} or {brach, "[BranchName]"} {url, {git, "https://github.com/esl/jobs.git", {branch, "master"}}}.
%% url also accepts {hg, "[Package Hg URL]", "[Package Hg Rev]"} {applications, [jobs]}.
%% {svn, "[Package SVN URL]", "[Package SVN Rev]"}
{applications, []}.

0 comments on commit d4e3349

Please sign in to comment.