diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-06-13 21:28:07 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-06-13 21:28:07 -0500 |
commit | e4b46b5534ff31194bd960c5541c6f3cb7f1baf5 (patch) | |
tree | 1ed01e4e06585649418901edc9a06d2f7f46a5b7 /libretools.conf | |
parent | 6e075397e14d65a039ed954ff0a6ab6400e4f02c (diff) | |
parent | e8724e43c334dfe57882dbe2b5d8a83f37c25af0 (diff) |
Merge branch 'master' of vparabola:~/projects/libretools
Conflicts:
fullpkg
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 a8ff581..524a289 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 ;) |