From 4d4439b1b9b5ab83981407e06e3a85bf1144d6cd Mon Sep 17 00:00:00 2001 From: Nicolas Reynolds Date: Thu, 9 Jun 2011 20:00:26 -0300 Subject: Changed mipsrelease into a hook that's meant to run for local releases. For mipsrelease, it adds packages to a local repo and copies all needed build files to a dir on WORKDIR. --- libretools.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libretools.conf') diff --git a/libretools.conf b/libretools.conf index c4ac606..4842e22 100644 --- a/libretools.conf +++ b/libretools.conf @@ -35,6 +35,13 @@ PARABOLAHOST=parabola ## Run a command before releasing a package (ie. SSH connection, SSH tunnel, etc.) HOOKPRERELEASE="ssh -fN parabola" +## Run a command for local releasing of packages +# Useful for mass packaging (ie. mips port) +# Must accept the following parameters even if the command won't use them: +# $1 repo name +# $2+ packages +HOOKLOCALRELEASE="mipsrelease" + ## Server destination of libre packages # Don't change unless you know what you're doing and you won't screw # anything ;) -- cgit v1.2.2