Skip to content
/ hooh Public

Make tar.gz's from git repositories and tags starting in v[0-9]

License

Notifications You must be signed in to change notification settings

mjambon/hooh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hooh is a tool for making tar.gz archives for a list of projects under version control. It currently supports only git.

The input is a list of pairs (package name, repository URL). A tarball is created for each tag within each repository. Only tags starting with a v and a digit are considered; the version ID is everything that follows after the v.

Status: so far used for personal purposes only.

Installation

Build-time dependencies: OCaml, ocamlfind, PCRE-OCaml, omake

Run-time dependencies: git

Compilation:

$ omake

Installation:

$ cp hooh $HOME/bin

About

Make tar.gz's from git repositories and tags starting in v[0-9]

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages