diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-09 20:00:26 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-09 20:00:26 -0300 |
commit | 4d4439b1b9b5ab83981407e06e3a85bf1144d6cd (patch) | |
tree | e47736eb10ede7468da45e5993bfd7e2e74ae4b3 /libretools.conf | |
parent | 34fc8f48c893714be74e90d65b8e3132ae4ef6f0 (diff) |
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.
Diffstat (limited to 'libretools.conf')
-rw-r--r-- | libretools.conf | 7 |
1 files changed, 7 insertions, 0 deletions
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 ;) |