diff options
-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 |