OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-tools Date: 21-Sep-2006 17:24:32
Branch: HEAD Handle: 2006092116243200
Modified files:
openpkg-tools/cmd bf-mk.pl
Log:
relocate statements from .bashrc to .bash_login to allow remote slaves
to execute commands on a master which has no slave instance on the
same machine
Summary:
Revision Changes Path
1.33 +2 -2 openpkg-tools/cmd/bf-mk.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-tools/cmd/bf-mk.pl
============================================================================
$ cvs diff -u -r1.32 -r1.33 bf-mk.pl
--- openpkg-tools/cmd/bf-mk.pl 21 Sep 2006 15:22:04 -0000 1.32
+++ openpkg-tools/cmd/bf-mk.pl 21 Sep 2006 15:24:32 -0000 1.33
@@ -383,8 +383,6 @@
echo ".bashrc:ERROR: HOME does not match %{shared.folder}"
fi
export PATH=%{shared.folder}/bin:$PATH
-export PS1="[EMAIL PROTECTED] | %{slave.sed} -e 's;\..*$;;'`\$ "
-alias bf=%{master.ssh}
unset TMOUT
EOT
return &subst($cfg, $txt);
@@ -395,6 +393,8 @@
my ($cfg) = @_;
my $txt = <<'EOT';
. .bashrc
+export PS1="[EMAIL PROTECTED] | %{slave.sed} -e 's;\..*$;;'`\$ "
+alias bf=%{master.ssh}
echo " Welcome to the OpenPKG build farm %{shared.folder}"
echo ""
echo " connect to build-farm on slave via ssh(1)"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]