From 75052f02eab69fbd6e5eb5afabcc626fe04198d1 Mon Sep 17 00:00:00 2001 From: Pedro Salgado Date: Fri, 30 Dec 2016 19:12:20 -0700 Subject: [PATCH] HOWTO.md: added more instructions. --- HOWTO.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HOWTO.md b/HOWTO.md index eac6777..78b9746 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -11,6 +11,10 @@ This repo is structured the following way: This repo contains a few bash scripts to help you generate docker container images. +`generate_releases.sh` will go to nightly.odoo.com and +grab the available releases and SHA1 checksum and +rebuild the `${ODOO_VERSION}/releases.txt`. + `generate.sh` will read the `${ODOO_VERSION}/releases.txt` file, parse the `release:checksum` lines and generate the `${ODOO_VERSION}/${ODOO_RELEASE}/Dockerfile`.