diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-03-31 20:23:05 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-03-31 20:23:05 -0300 |
commit | 44ec529c8915322143fb3de451d0bc76e1ac2a0b (patch) | |
tree | 61bd5dea1efba3442e10e3e29f913fc81fccce2a /libretools.conf | |
parent | e10e792d22a8f97abf38489cb52b5a6a19c00caa (diff) |
Added notes to configure vparabola
Diffstat (limited to 'libretools.conf')
-rw-r--r-- | libretools.conf | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/libretools.conf b/libretools.conf index ab8fb07..108b001 100644 --- a/libretools.conf +++ b/libretools.conf @@ -52,11 +52,19 @@ ABSLIBREGIT=http://projects.parabolagnulinux.org/abslibre.git/ # ControlMaster auto # ControlPath /tmp/ssh-%r@%h:%p # +## Repo server # Host parabola # Port 22 # HostName repo.parabolagnulinux.org # User parabolavnx # IdentityFile ~/.ssh/id_rsa +# +## Git server +# Host vparabola +# Port 1863 +# HostName parabolagnulinux.org +# User parabola +# IdentityFile ~/.ssh/id_rsa # Checks if vars aren't empty @@ -70,4 +78,4 @@ for VAR in CHROOTDIR CHROOT CHCOPY CACHEDIR PARABOLAHOST LIBREDESTDIR \ } done -source /usr/bin/libremessages
\ No newline at end of file +source /usr/bin/libremessages |