Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=e1c492104059bf5b773b3e12aa96ef39ab77244b

commit e1c492104059bf5b773b3e12aa96ef39ab77244b
Author: crazy <cr...@frugalware.org>
Date:   Tue Feb 16 19:39:02 2010 +0100

repoman.conf
* add repoman_{ssh,scp} and REPOMAN_USE_TUNNEL

diff --git a/repoman.conf b/repoman.conf
index e170603..b6240c9 100644
--- a/repoman.conf
+++ b/repoman.conf
@@ -19,6 +19,20 @@ makepkg_opts="-u -i -c -s -w /var/cache/pacman-g2/pkg -H"
# ignored on repoman upgrade. example: upgrade_ignore="acroread skype"
upgrade_ignore=""

+# Allow users to use custom SSH/SCP
+# Is good when you have to tunnel your connection over different server
+# and need custom scripts 'as' these commands
+
+# DEFAULTS:
+# repoman_ssh="ssh"
+# repoman_scp="scp"
+# REPOMAN_USE_TUNNEL="no"
+# See README.Frugalware on HowTo use these
+
+REPOMAN_USE_TUNNEL="no"
+repoman_ssh="ssh"
+repoman_scp="scp"
+
# User configuration
if [ -e ~/.repoman.conf ]; then
source ~/.repoman.conf
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to