Duncan Ferguson
3c4f108233
Include missing build prereq
2010-06-20 17:56:00 +01:00
Duncan Ferguson
2ee06cd89b
Update copyright year(s)
2010-06-20 17:55:24 +01:00
Duncan Ferguson
2fb80f3ee4
Update version number
2010-06-20 17:53:39 +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
bf8d2a5993
Update meta files for 4.00_02
2010-06-19 00:04:05 +01:00
Duncan Ferguson
ddf7567012
Some notes for future ref
2010-06-19 00:03:22 +01:00
Duncan Ferguson
ba300c46c7
Include 'resources'
2010-06-19 00:01:53 +01:00
Duncan Ferguson
c300718131
Merge branch 'start_again'
2010-06-18 23:50:11 +01:00
Duncan Ferguson
90dbc37d83
Revert "Add in some more backend functions"
...
This reverts commit 66e7fce6fa
.
2010-06-18 23:49:39 +01:00
Duncan Ferguson
47a2a58f47
Revert "Updated meta files"
...
This reverts commit b58b39c152
.
2010-06-18 23:49:33 +01:00
Duncan Ferguson
3e34a21311
Revert "Start using some new functionality - NOTE: cssh not working with these changes"
...
This reverts commit 2655e58263
.
2010-06-18 23:49:09 +01:00
Duncan Ferguson
94ae13cf01
Revert "Further functionality changes - still nothing working"
...
This reverts commit dc233c0cfd
.
2010-06-18 23:48:47 +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
9834440176
Tidy up docs; add in missing functions (mostly stubbs)
2010-06-18 23:25:54 +01:00
Duncan Ferguson
06ca0bfae5
Bring App::ClusterSSH::Host module into use for parsing host strings
2010-06-18 23:17:42 +01:00
Duncan Ferguson
c02196067b
Correct tests for recent changes
2010-06-18 23:17:11 +01:00
Duncan Ferguson
b3fa4348ce
Tidy up docs; add in missing functions
2010-06-18 23:16:34 +01:00
Duncan Ferguson
f77c6a9fa7
Squash 'Use of uninitialized value' errors
...
Go through passed array and set anything false to an empty string to clean up test output
2010-06-18 23:10:36 +01:00
Duncan Ferguson
f862782d73
Start over again - step 1
...
Really wasnt happy with how the work was going previously - kept getting lost, so start again from before too many changed were made.
So, move all code out of bin/cssh into App::ClusterSSH.pm and ensure still works
2010-06-18 22:11:34 +01:00
Duncan Ferguson
dc233c0cfd
Further functionality changes - still nothing working
2010-06-18 21:54:25 +01:00
Duncan Ferguson
2655e58263
Start using some new functionality - NOTE: cssh not working with these changes
2010-06-03 19:06:46 +01:00
Duncan Ferguson
b58b39c152
Updated meta files
2010-06-03 19:05:53 +01:00
Duncan Ferguson
66e7fce6fa
Add in some more backend functions
2010-06-03 19:04:52 +01:00
Duncan Ferguson
ae611e1f60
Start adding some functionality
2010-06-03 19:03:58 +01:00
Duncan Ferguson
08dc61df20
Amend copyright year
2010-06-03 19:03:33 +01:00
Duncan Ferguson
112f8522c6
Build.PL bugtracker and homepage resources
2010-03-25 09:45:09 +00:00
Duncan Ferguson
9730b7f90f
host realname and givenname functionality
...
Check the hostname exists in ssh config or via lookup, but only when called/required (i.e. not done implicitly during new)
2010-01-29 10:23:08 +00:00
Duncan Ferguson
65a600e706
Allow for parsing of ssh files to get hostnames
2010-01-28 19:10:31 +00:00
Duncan Ferguson
7d77fe8cb0
Add in host object
...
First cut of a host object - yet to be used by main script
2010-01-12 20:15:11 +00:00
Duncan Ferguson
3c72ca71f0
Initial base object for everything to inherit from
2010-01-11 22:23:14 +00:00
Duncan Ferguson
811db0cf29
Start of non-English language support
2010-01-11 19:39:20 +00:00
Duncan Ferguson
7ecce265c7
Update build requirements
2010-01-11 19:38:10 +00:00
Duncan Ferguson
036566b1f6
Update text
2010-01-08 22:43:43 +00:00
Duncan Ferguson
12221c1c22
Update release date for 4.00_01
2010-01-08 21:53:00 +00:00
Duncan Ferguson
8abe60494a
Add in ref to project pages
2010-01-04 10:59:26 +00:00
Duncan Ferguson
364c619c6c
Sort and add in crsh/ctel
2009-12-31 15:32:05 +00:00
Duncan Ferguson
b2668e0b6c
Include symlinks for alterntative comms methods
2009-12-31 15:28:07 +00:00
Duncan Ferguson
eed50d1b65
Correct typo
2009-12-23 11:28:36 +00:00
Duncan Ferguson
97d187af1d
Specify X11::Protocl version; amend license from GPL to perl
2009-12-22 17:40:35 +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
4079c83d20
* Handle hostnames containing % properly
...
This is for Debian bug 543368. Thanks to Tony Mancill for the patch
2009-12-21 18:53:29 +00:00
Duncan Ferguson
c623ac7eed
Build dist updates after adding prereqs
2009-12-19 20:32:24 +00:00
Duncan Ferguson
8fca580dd0
Amend license type to be same as for Perl
2009-12-19 17:44:44 +00:00
Duncan Ferguson
b5f46ff0e7
Include missing prereqs
2009-12-19 17:43:30 +00:00
Duncan Ferguson
2cedd8b504
Result of first dist build
2009-12-19 17:40:38 +00:00