Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

evgeni/buildy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

buildy - automatic nightly builder

Author: Evgeni Golov License: BSD

  1. About

buildy is an automatic nightly builder. Given a VCS repository and a packaging template it can create distribution packages of your software.

  1. VCS

Currently buildy supports SVN and Git as VCS.

You just have to specify the repository and vcs-type in the config:

SVN: vcs = svn vcs-url = https://geany.svn.sourceforge.net/svnroot/geany/trunk

Git: vcs = git vcs-url = git://github.com/evgeni/bley.git

Git with a specified branch (not master): vcs = git vcs-url = git://hades.mount.at/siyb/tbar vcs-git-branch = 1.3

  1. Distributions

Currently buildy supports only Debian (and Ubuntu and other dpkg/deb-using ones) as target distribution. Support for other (RPM-based) distributions will come later.

  1. Usage

Ask Zhenech in #geany on irc.freenode.net - too lazy now ;)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages