summaryrefslogtreecommitdiff
path: root/libretools.conf
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-06-28 21:23:49 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-06-28 21:23:49 -0500
commit207a930a564e8157e24c3e7f5fbe987494b73d7b (patch)
tree29850fa85c7ea9525dbc4ae9469a268115d8e73e /libretools.conf
parent6633c1d07a2b408dd74ad909326a54f94b2fdfdf (diff)
* Cleanup code + arch specific separated
Diffstat (limited to 'libretools.conf')
-rw-r--r--libretools.conf15
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)