From 1176f5bb6d4ccffc5abfa57d8b95239eef788dab Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 23 Sep 2002 10:12:46 +0000 Subject: 4.0-21mdk --- urpm/README.ka-run | 15 +++++++++++++++ urpm/README.ssh | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 urpm/README.ka-run create mode 100644 urpm/README.ssh (limited to 'urpm') diff --git a/urpm/README.ka-run b/urpm/README.ka-run new file mode 100644 index 00000000..02b75714 --- /dev/null +++ b/urpm/README.ka-run @@ -0,0 +1,15 @@ +This extension module allow to use ka-run package to perform distributed copy +of package over network. + +To use this module, edit /etc/urpmi/parallel.cfg and add an alias line as +follow : + :ka-run: +or + :ka-run(): +where is alias name parameter of --parallel options of urpmi, + is default --media parameter for this alias, + is options which will be given to + rshp and mput command, for example "-c ssh -m node1 -m node2 ... -m + nodeN". + +For any more information, please send mail to . diff --git a/urpm/README.ssh b/urpm/README.ssh new file mode 100644 index 00000000..774c63c5 --- /dev/null +++ b/urpm/README.ssh @@ -0,0 +1,15 @@ +This extension module allow to use ssh package to perform distributed copy +of package over network. This is more a sample module which is somewhat slow +to run distant script. + +To use this module, edit /etc/urpmi/parallel.cfg and add an alias line as +follow : + :ssh: +or + :ssh(): +where is alias name parameter of --parallel options of urpmi, + is default --media parameter for this alias, + is list of node, for example "node1:node2: + ...:nodeN". + +For any more information, please send mail to . -- cgit v1.2.1