[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [Repo-Management] c246d76: nc6 somehow disappeared from git.kde.org,
From:       Jeff Mitchell <mitchell () kde ! org>
Date:       2010-11-15 19:39:46
Message-ID: 20101115193946.694DAA60A6 () git ! kde ! org
[Download RAW message or body]

commit c246d7620c370443054eaaf0c9e63f86d06e1b0c
branch master
Author: Jeff Mitchell <mitchell@kde.org>
Date:   Mon Nov 15 14:39:43 2010 -0500

    nc6 somehow disappeared from git.kde.org, so use straight netcat

diff --git a/bin/push_projects_list.sh b/bin/push_projects_list.sh
index 581f6b5..67e2439 100755
--- a/bin/push_projects_list.sh
+++ b/bin/push_projects_list.sh
@@ -2,7 +2,7 @@
 
 # This script is used by git.kde.org to push the current projects list down to the \
anonymous mirror; new  # mirrors can be added by copying the block below with \
                different hostnames
-export RSYNC_CONNECT_PROG='ssh -l git %H nc6 localhost 873'
+export RSYNC_CONNECT_PROG='ssh -l git %H netcat localhost 873'
 cd ~git
 cp projects.list projects-to-anongit.list
 rsync -avz --password-file=/home/git/rsync_push_to_anongit.secret \
                projects-to-anongit.list git-anongit@anongit1.kde.org::projects-list
diff --git a/bin/push_projects_metadata.sh b/bin/push_projects_metadata.sh
index 48bde23..e2ae4df 100755
--- a/bin/push_projects_metadata.sh
+++ b/bin/push_projects_metadata.sh
@@ -15,7 +15,7 @@ for dir in `cat projects-to-anongit.list`
     echo "$dir/kde-repo-nick" >> anongit-repos-build.tmp
     echo "$dir/kde-repo-uid" >> anongit-repos-build.tmp
 done
-export RSYNC_CONNECT_PROG='ssh -l git %H nc6 localhost 873'
+export RSYNC_CONNECT_PROG='ssh -l git %H netcat localhost 873'
 # This should go to ~git/metadata-tree
 rsync -avz --password-file=/home/git/rsync_push_to_anongit.secret \
--files-from="/home/git/anongit-repos-build.tmp" /srv/kdegit/repositories \
git-anongit@anongit1.kde.org::metadata-tree  rsync -avz \
--password-file=/home/git/rsync_push_to_anongit.secret \
--files-from="/home/git/anongit-repos-build.tmp" /srv/kdegit/repositories \
git-anongit@anongit2.kde.org::metadata-tree


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic