Duncan Ferguson
95d7bfbdce
Merge branch 'master' of github.com:duncs/clusterssh
2016-07-23 10:54:41 +01:00
Duncan Ferguson
eb586e1281
Show env vars when running tests in verbose mode
2016-07-23 10:54:27 +01:00
Duncan Ferguson
d3b8bc0b0e
Merge pull request #66 from cqexbesd/tiling
...
Take into account WM decorations when tiling
2016-07-23 10:49:48 +01:00
Andrew
63b83a176c
perltidy fixes
2016-07-12 14:03:37 +02:00
Andrew
b7b7ca70ac
Take into account WM decorations when tiling
...
Not all window managers support this but they won't be any worse
off than they are now.
2016-07-12 13:59:25 +02:00
Duncan Ferguson
64b414bdbe
Update to remove completed tasks
2016-06-18 13:39:42 +01:00
Duncan Ferguson
c83e9e785f
Use perltidy
2016-05-01 09:45:41 +01:00
Duncan Ferguson
3002314e92
Record last few changes
2016-05-01 09:25:55 +01:00
Duncan Ferguson
b72b748eff
Fix build and test on perl-5.8.9
2016-05-01 09:24:14 +01:00
Duncan Ferguson
d41c2b0400
Find fake xterm on systems without it
2016-05-01 09:17:32 +01:00
Duncan Ferguson
55c91fe991
Add older versions of perl for testing
2016-05-01 09:11:38 +01:00
Duncan Ferguson
ed829083c2
Amend version for next round of work
2016-04-30 13:57:34 +01:00
Duncan Ferguson
ede9868d55
Release 4.07
2016-04-30 11:38:22 +01:00
Duncan Ferguson
9cbd28546a
Fix email rule
2016-04-30 11:36:57 +01:00
Duncan Ferguson
08adb3766b
Fix File::Glob::bsd_glob use on 5.14.4
...
Perl 5.14.4 did not export bsd_glob - you have to call it from the module explitly. This makes the code more backwards compatible with perl versions.
2016-04-30 10:22:06 +01:00
Duncan Ferguson
33fa9b9911
Document Range module methods
2016-04-30 09:06:16 +01:00
Duncan Ferguson
0ecf12256d
Fix some tests
2016-04-29 18:40:55 +01:00
Duncan Ferguson
8b8a692b6c
Rework hostname expansion
...
Didn't like relying on the bash shell for expansions - instead recoded it to be pure-perl so it is more cross-platform.
Github issue #53
2016-04-29 18:33:50 +01:00
Duncan Ferguson
08d7fead03
Include travis-ci link in release emails
2016-04-08 21:27:45 +01:00
Duncan Ferguson
00c4766e20
Perltidy after changes
2016-04-08 21:24:22 +01:00
Duncan Ferguson
bce8c79f10
Fix config not being set correctly
2016-04-08 21:17:52 +01:00
Duncan Ferguson
454f30978d
Fixed tests on systems where bash is not /bin/bash
...
Some systems, such as BSD, have bash stored in /usr/local/bin
Remove the assumption that bash is /bin/bash
Github issue #60
2016-04-08 21:00:20 +01:00
Duncan Ferguson
754a7137b6
Release 4.0.6
2016-03-26 08:50:48 +00:00
Duncan Ferguson
e5622cda99
Update Changes for recent pull requests
2016-03-26 08:46:14 +00:00
Duncan Ferguson
596ef164d3
Another 'xterm' test fix
2016-03-26 08:27:43 +00:00
Duncan Ferguson
658a36b7e6
Update MANIFEST
...
Include entry for:
- Travis CI configuration file
- File required for configuration tests looking for xterm
2016-03-26 08:22:44 +00:00
Duncan Ferguson
3b22f44680
Fix tests on Travis CI via Github
...
The Travis CI test systems do not have xterm installed; in the specific test that needs it, add in a path to a 'fake' xterm to allow it to be found
2016-03-26 08:18:48 +00:00
Duncan Ferguson
69c8480eb9
Initial Travis config file for CI
2016-03-21 21:02:37 +00:00
Duncan Ferguson
71817cc0e8
Merge pull request #58 from ankitvad/patch-1
...
Updating README.
2016-03-21 20:55:54 +00:00
Ankit Vadehra
9061154667
Updating README.
...
HitHub -> GitHub
2016-03-17 13:42:30 +05:30
Duncan Ferguson
dd95e94e7f
Merge pull request #57 from cqexbesd/fixups
...
Fixups for last PR
2016-03-16 19:12:30 +00:00
Andrew
ceda2524cf
Add POD docs for expand_filename
2016-03-16 12:56:25 +01:00
Andrew
1c6a709f3a
Apply style guidelines
2016-03-16 12:53:15 +01:00
Duncan Ferguson
b0366e8469
Merge pull request #55 from cqexbesd/expand_tilde
...
Expand ~ and $HOME when looking for files
2016-03-12 08:31:22 +00:00
Andrew
6b752e583b
Expand ~ and $HOME when looking for files
2016-03-08 18:43:59 +01:00
Duncan Ferguson
babbaa86a3
Files updated as part of recent builds
2016-02-13 08:49:41 +00:00
Duncan Ferguson
b330457f99
Add in bash expansions on hostnames
...
Allow hostnames to be expanded using bash where a { is in the host name definition
Github issue #53
2016-02-13 08:48:20 +00:00
Duncan Ferguson
b9738f7142
Merge branch 'master' of github.com:duncs/clusterssh
2016-01-23 17:04:34 +00:00
Duncan Ferguson
c5c2c4fc0e
Fix option and configuration for 'extra_tag_file'
...
Option was documented but did not work correctly.
Github issue #51
2016-01-23 17:02:52 +00:00
Duncan Ferguson
31dcf8d546
Merge pull request #54 from tremble/make_fixups
...
Various Make fixups
2016-01-06 15:15:23 +00:00
Mark Chappell
7ae92d4c2c
Update metadata for 4.05_01
2015-12-31 17:41:25 +01:00
Mark Chappell
0a307da3ac
Build.PL: Explicitly list generated scripts to fix the auto-generated Makefile
...
A) Having moved bin to bin_PL without listing the scripts explicitly as having been
auto-generated by _build_docs means make doesn't work out the dependencies properly.
B) The cp used to copy bin/ into blib isn't specified as being recursive, this
means that we need to list each entry or we see:
cp bin blib/script/bin
cp: omitting directory ‘bin’
2015-12-31 17:40:21 +01:00
Duncan Ferguson
7e55006acd
Merge branch 'master' of github.com:duncs/clusterssh
2015-12-07 16:32:50 +00:00
Duncan Ferguson
736eaed8c5
Merge pull request #52 from tmancill/tmancill/debian-tweaks
...
Tmancill/debian tweaks
2015-12-07 16:31:13 +00:00
tony mancill
8c20689d24
update bash-completion script for ~/.clusterssh/ files
2015-12-03 22:17:46 -08:00
tony mancill
41162764c2
correct typo in manpage
2015-12-03 22:17:02 -08:00
Duncan Ferguson
1a103722f3
Failure to find terminal binary should not be fatal
...
This will allow the initial build to complete without issue so that the user can install the appropriate terminal, or set the correct config, after installation.
Warnings will be displayed when the program is used.
2015-12-03 21:58:32 +00:00
Duncan Ferguson
3d1ae7c38e
Record changes to test locale
2015-11-28 12:47:06 +00:00
Duncan Ferguson
a2456461f3
Be more verbose about perl being used
2015-11-28 12:45:59 +00:00
Duncan Ferguson
dc041e730d
Force English locale for all tests
...
Force use of English in tests for the moment, for those users that
have a different locale set, since errors are hardcoded in the test files
2015-11-28 12:38:39 +00:00