summaryrefslogtreecommitdiff
path: root/debian/control
blob: 37a7e6b60e296aa6f45778595f60b2cceb86d133 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: olamic
Section: devel
Priority: optional
Maintainer: Julian Blake Kongslie <jblake@jblake.org>
Build-Depends: debhelper (>= 11), pandoc
Standards-Version: 4.1.3

Package: olamic
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}, git, default-mta | mail-transport-agent
Description: Very simple continuous integration for git
 Olamic is a continuous integration system written in bash designed to support
 the needs of basic projects without involving a web server or anything like
 that. It supports multiple worker nodes, but does not support dependencies or
 ordering between tasks.