Skip to content

A tool for building self-contained directory trees containing tools and libraries. These directory trees can then be moved from one binary-compatible machine to another by rsync or tarballing.

exitnexus/devball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevBall Builder
---
This is a tool for building a devball. A devball is a self-contained set of packages that can be portably be moved from one binary-compatible machine to another.

Usage
---
- Create a directory with pkgspecs and the accompanying tarballs/gem files/etc.
- Run "devball build {path}" to build the packages and setup the devball directory
- Use "devball push -p {rsync target} -n {build name}" to push your devball into an rsync repository
- Use "devball pull -p {rsync target} -n {build name}" to pull a devball down from an rsync repository

Examples
---
(To be added)

About

A tool for building self-contained directory trees containing tools and libraries. These directory trees can then be moved from one binary-compatible machine to another by rsync or tarballing.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages