Duncan Ferguson
|
4fe7b00713
|
Add perl 5.24 to Travis-CI config
|
2016-10-18 21:37:22 +01:00 |
|
Duncan Ferguson
|
469897d4c5
|
Prep for next version
|
2016-10-18 21:35:53 +01:00 |
|
Duncan Ferguson
|
9f6c000592
|
Release 4.08
|
2016-10-18 21:27:31 +01:00 |
|
Duncan Ferguson
|
29762f2868
|
Make a normal release, not a dev one
|
2016-10-18 21:24:23 +01:00 |
|
Duncan Ferguson
|
067bab1894
|
Add in 'unique_servers' into the config file
This was missed previously and should have been there
Github issue #70
|
2016-10-18 21:23:15 +01:00 |
|
Duncan Ferguson
|
142d4ddd66
|
Merge branch 'master' of github.com:duncs/clusterssh
|
2016-09-07 09:26:09 +01:00 |
|
Duncan Ferguson
|
7974687cfb
|
Option to hide console menubar
Add option in the config file to hide the menu (Github issue #69)
|
2016-09-07 09:25:44 +01:00 |
|
Duncan Ferguson
|
7822d337f7
|
Fix typo in docs
|
2016-09-07 09:11:41 +01:00 |
|
Duncan Ferguson
|
54a0a086eb
|
Merge pull request #67 from eserte/master
fix skip condition
|
2016-08-05 13:08:01 +01:00 |
|
Slaven Rezic
|
ab1dde0e8c
|
fix skip condition
|
2016-07-24 11:50:16 +02:00 |
|
Duncan Ferguson
|
3467c5191d
|
Record puill reuqest from Github #66
|
2016-07-23 10:59:14 +01:00 |
|
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 |
|