Duncan Ferguson
9695b3a4f0
Reinstate 'user' config option
...
Add 'user=' back into the config file
Add newlines for some error messages
2013-02-13 17:50:26 +00:00
Duncan Ferguson
1bcba455c3
Update references to .clusterssh/config
...
Config file was moved from $HOME/.csshrc to $HOME/.clusterssh/config some time ago but the docs were not fully updated
2013-02-04 17:14:37 +00:00
Duncan Ferguson
a7e8a9d3f5
Release v4.01_02
2012-12-11 15:50:45 +00:00
Duncan Ferguson
521b1fd37c
Fix 'ctel', 'crsh' and 'ccon'
...
The code wasn't taking into account being called under another name correctly, so wasn't calling the correct comms method.
2012-11-26 21:41:05 +00:00
Duncan Ferguson
a6e4004a94
Record last change for clusters file
2012-07-20 10:09:51 +01:00
Duncan Ferguson
a8e68a461b
Fix 'autoclose' functionality
...
Logic wasn't right when defined in the config file and also when used on the command line.
2011-12-15 11:23:28 +00:00
Duncan Ferguson
b41907bcc4
Release 4.01_01
2011-12-09 08:39:39 +00:00
Duncan Ferguson
0f51bb95c3
Add in missing MANIFEST files
...
Also add in tests to ensure it doesn't happen again
2011-12-09 08:37:23 +00:00
Duncan Ferguson
6c32e3a3c8
4.01_00 release prep
2011-12-03 10:06:02 +00:00
Duncan Ferguson
cb3aa92feb
Get "-a 'cmd ; cmd'" multiple commands working
...
Previously
cssh -a "hostname ; hostname" <server>
would return the remote hostname and the local hostname. Fix to allow for both commands to run on the remote server.
2011-12-03 10:03:03 +00:00
Duncan Ferguson
5d59372fbf
Start prep for 4.01_00 release
2011-12-02 23:29:36 +00:00
Duncan Ferguson
25c479a851
Merge branch 'release_4_00'
...
Conflicts:
Changes
lib/App/ClusterSSH.pm
2011-07-28 21:29:12 +01:00
Duncan Ferguson
e2517e20e4
Release 4.00_11
2011-07-28 10:47:29 +01:00
Duncan Ferguson
61acdf3815
Fix '-l <username>' option (SF bug 3380675)
...
'-l <username>' had stopped working again - fix and test
2011-07-28 10:46:01 +01:00
Duncan Ferguson
aa3c06b306
Merge from release_4_00
2011-07-08 12:56:28 +01:00
Duncan Ferguson
5acf4a5b8b
Release 4.00_10
2011-07-08 12:45:19 +01:00
Duncan Ferguson
4c81e20ae2
Fix uninitialised error message
2011-07-08 12:42:48 +01:00
Duncan Ferguson
efe6cf2e9c
Start switching code to use Exception::Class
...
Use Exception::CLass is as easier to get data back up the calling tree than just using die();
2011-07-01 14:46:01 +01:00
Duncan Ferguson
f1e6348160
Release 4.00_09
2011-06-30 11:22:52 +01:00
Duncan Ferguson
f04b4040ae
Add in 'ccon' command
...
Thanks for Brandon Perkins for the patch
2011-06-30 11:12:59 +01:00
Duncan Ferguson
dc4814a4f9
Cater for missing pod2text command
...
If 'pod2text' is missing off the system then an error is seen when starting cssh - hide the error and instead set the help text to suggest checking if pod2text is installed correctly.
Thanks to Sami Kerola for the patch.
2011-04-12 09:40:20 +01:00
Duncan Ferguson
8ae8459b1e
Amend doc L<xx> links
...
Amend all L<xx> links to prevent build breakage on cygwin (Sf bug 3115635)
2011-04-01 15:39:40 +01:00
Duncan Ferguson
c006703e6e
Release 4.00_07
2011-01-24 20:13:32 +00:00
Duncan Ferguson
bb07aacc63
Fix not acting on '-l username'
...
'-l username' now acts as per previous releases
Thanks to Ryan Brown for reporting
2011-01-24 19:47:59 +00:00
Duncan Ferguson
69a51ae54c
Fix for parsing config files with empty values
...
Thanks to Stefan Steiner
2010-12-03 14:18:05 +00:00
Duncan Ferguson
5de65fbf77
Release 4.00_06
2010-09-20 19:00:02 +01:00
Duncan Ferguson
bb9237d888
Added '--use_all_a_records'
...
If a hostname resolves to multiple IP addresses, allow to connect
to all of them, not just the first one found.
Thanks to Simon Fraser
2010-09-10 16:00:01 +01:00
Duncan Ferguson
143b3db36c
Fix terminal size only set on last windows
...
SF bug tracker ID 3061999
2010-09-10 08:20:50 +01:00
Duncan Ferguson
2aa655b38d
Added '--list', '-L'
...
Added option to list available cluster tags (idea from Markus Manzke)
2010-09-09 21:22:53 +01:00
Duncan Ferguson
e2cc9a0863
Fix test error
...
Fix test error on 5.8.8 (reported by Wei Wang)
Also add to TODO file
2010-09-09 12:17:43 +01:00
Duncan Ferguson
bbc9fa3793
Mark new minor verion for upcoming work
2010-06-20 21:06:26 +01:00
Duncan Ferguson
7218c10758
Correct '--font, -f' in cssh documentation
2010-06-20 20:30:00 +01:00
Duncan Ferguson
74809e7184
Standardise licence
...
GPL and GPL+1/Artistic licenses were used - standarise on GPL+1/Artisticc (same as perl) except for cscp (which I didnt write)
2010-06-20 20:23:41 +01:00
Duncan Ferguson
18e79bb64f
Type up pod for whatis
...
Picked up from debian packaging. Thanks to Tony Mancill.
2010-06-20 17:53:09 +01:00
Duncan Ferguson
d77a265b85
Update MANIFEST file and release prep
...
Ensure all necessary files are included in release tarball
2010-06-19 20:10:31 +01:00
Duncan Ferguson
c3b04b22ec
Fix silly typo in code
...
No idea why everything passed last night but didn't this morning. Oh well.
2010-06-19 08:44:07 +01:00
Duncan Ferguson
9d80bf848f
Release 4.00_02
2010-06-19 00:07:18 +01:00
Duncan Ferguson
546766aec4
Reorder options in pod
...
Put options into alphabetical order
2010-06-18 23:36:51 +01:00
Duncan Ferguson
f379208b32
Override font used on command line
...
Add an option -f or --font to the cssh command to allow for overriding the terminal_font setting from the config file at runtime.
2010-06-18 23:32:27 +01:00
Duncan Ferguson
112f8522c6
Build.PL bugtracker and homepage resources
2010-03-25 09:45:09 +00:00
Duncan Ferguson
12221c1c22
Update release date for 4.00_01
2010-01-08 21:53:00 +00:00
Duncan Ferguson
eed50d1b65
Correct typo
2009-12-23 11:28:36 +00:00
Duncan Ferguson
a6394785f6
Record switch from GNU tools to Module::Build
2009-12-21 19:17:06 +00:00
Duncan Ferguson
2a98b506db
Merge commit 'origin/master' into switch_to_perl_mod
2009-12-21 19:11:30 +00:00
Duncan Ferguson
e33fa5face
Rename files to new locations
2009-12-19 17:25:30 +00:00