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 target -n name” to push your devball into an rsync repository
-
Use “devball pull -p target -n name” to pull a devball down from an rsync repository
Examples
(To be added)