diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-06-30 18:14:15 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-06-30 18:14:15 -0300 |
commit | 8a385be009f51b1af2cd8fd82c08b6b7c2c7f8b0 (patch) | |
tree | 72e58e38d91827b9a2d116406a26bd894122d91f /libretools.conf | |
parent | 8dff8b1deac0bd4a832e1dee0173e79c55ab4301 (diff) | |
parent | 207a930a564e8157e24c3e7f5fbe987494b73d7b (diff) |
Merge branch 'master' of ssh://vparabola/srv/git/projects/libretools
Diffstat (limited to 'libretools.conf')
-rw-r--r-- | libretools.conf | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/libretools.conf b/libretools.conf index 18284a0..fa5d4b2 100644 --- a/libretools.conf +++ b/libretools.conf @@ -35,13 +35,6 @@ 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 ;) @@ -75,6 +68,14 @@ done source /usr/bin/libremessages +## These are architecture specific files. +## Uncomment them if you installed libretools-arch +#source /etc/libretools.d/mips64el.conf +#source /etc/libretools.d/x86_64.conf +#source /etc/libretools.d/i686.conf + + + ## Recommended SSH Config follows # SSH host, it's better if you have it configured on ~/.ssh/config # with ControlMaster auto (and a shell opened somewhere else) |