Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

gdp / adm / gdp-debbuild.sh @ master

History | View | Annotate | Download (2.67 KB)

# Date Author Comment
6dd8873a 12/04/2018 04:03 PM Eric Allman

Cleanup of Docker code based on lessons learned from trying to dockerize
an application. See also gdp-if/mqtt-gdp-gateway.

0ed4b4e5 03/05/2015 11:34 AM Eric Allman

Some versions of Linux require echo -e to expand "\033", but other
systems don't know about -e. Change the "\033"s with literal escapes.

0a49de71 02/13/2015 05:49 PM Eric Allman

Add documentation about required packages (arguably these should just be
auto-installed).

385d4794 02/12/2015 11:06 AM Eric Allman

Add administrative scripts:

adm/gdp-setup.sh --- sets up the environment for GDP, including
    getting all the packages needed.
adm/gdp-debbuild.sh --- builds a debian package for the library
    (to be augmented later to install the rest of the code).