summaryrefslogtreecommitdiff
path: root/libretools.conf
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2010-10-19 10:21:03 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2010-10-19 10:21:03 -0300
commit05f440df5e2dc72d65424ab58fc5c4a96df6fc11 (patch)
treef5d1ad5143f90d23efe49f2a684a2e8b19f297d5 /libretools.conf
parenteb4d08dfe67beb0e8972c98a02dd2881f12b1d5a (diff)
* Moved configuration strings to libretools.conf
* Added license
Diffstat (limited to 'libretools.conf')
-rw-r--r--libretools.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/libretools.conf b/libretools.conf
index 86a40e8..9fe2b4b 100644
--- a/libretools.conf
+++ b/libretools.conf
@@ -10,3 +10,29 @@ CHCOPY=copy
# Obtains CacheDir from pacman.conf
CACHEDIR=`grep "^CacheDir" /etc/pacman.conf | cut -d'=' -f2`
+# Parabola hostname (should be the same used on ssh_config
+PARABOLAHOST=parabola
+
+# Server destination of libre packages
+LIBREDESTDIR=parabolagnulinux.org/repo/free
+LIBRESRCDIR=parabolagnulinux.org/repo/pkgbuilds
+
+# Recommended SSH Config
+# SSH host, it's better if you have it configured on ~/.ssh/config
+# with ControlMaster auto (and a shell opened somewhere else)
+#
+# Example:
+# Host *
+# Protocol 2
+# ControlMaster auto
+# ControlPath /tmp/ssh-%r@%h:%p
+#
+# Host parabola
+# Port 22
+# HostName parabolagnulinux.org
+# User parabolavnx
+# IdentityFile ~/.ssh/id_rsa
+#
+# $ cd pkgbuild/dir
+# $ ssh parabola -fN
+# $ librerelease extra