Commit graph

601 commits

Author SHA1 Message Date
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
Duncan Ferguson
7706fdc45e Amend key_quit from 'Control-q' to 'Alt-q'
This is to remove a long-standing conflict with 'Control-s/Control-q'

Github issue #50
2015-11-26 08:55:18 +00:00
Duncan Ferguson
9431f57a60 Release 4.04_01 2015-11-21 14:03:57 +00:00
Duncan Ferguson
fb475e27f4 Alter behaviour of --list option
--list now takes optional arg of a tag.  If tag is provided then it will output hosts linked to that tag.  If no tag is provided then list available tags (as now).

Also tied in with --quiet|-Q option.  If -Q provided then 'headers' are not output and data is printed on one line for easier parsing by other scripts.
2015-11-15 22:53:04 +00:00
Duncan Ferguson
96c73a0080 Add in csftp command 2015-11-15 22:17:29 +00:00
Duncan Ferguson
54499686bf Perltidied 2015-11-15 22:05:14 +00:00
Duncan Ferguson
d5fae40c2a Merge branch 'master' of github.com:duncs/clusterssh 2015-11-15 21:59:54 +00:00
Duncan Ferguson
e87192db9b Add in --quiet | -Q option
Add new option to reduce output in certain scenarios
2015-11-15 21:59:40 +00:00
Duncan Ferguson
0fb709adb8 Add in --quiet | -Q option
Add new option to reduce output in certain scenarios
2015-11-15 21:57:55 +00:00
Duncan Ferguson
43d4f1d246 Remove 'terminal_chdir' code
Code previously added did not work as intended, so removed as it was unnecessary.

Leave in macro substitution for '--action' though as this resolves Github issue #42.

Rework wording in Changes file
2015-11-15 21:12:10 +00:00
Duncan Ferguson
3f79f1ff54 Workaround for KDE glitch
Passing the epoch time as part of generating an event in KDE appears to cause windows to become unmoveable.  Not sending the epoch time fixes this and does not appear to have any side effects
2015-11-09 23:08:51 +00:00
Duncan Ferguson
0358721c67 Remove commented out code 2015-11-09 23:05:54 +00:00
Duncan Ferguson
91a2b70b33 Correct typo and perltidy 2015-11-09 23:04:09 +00:00
Duncan Ferguson
1a3d5495d6 Terminal path documentation 2015-11-09 23:00:23 +00:00
Duncan Ferguson
ffe6a9d283 Add config to allow terminals to run in given dir
Add in terminal_chdir and terminal_chdir_path so that when terminals start they are run in a specific directory.

Documentation to be added.

Github issue #42
2015-11-09 22:46:02 +00:00
Duncan Ferguson
3fcc001cca Bump version number to 4.04_01 2015-11-09 13:39:16 +00:00
Duncan Ferguson
7808bd8e20 Generate docs using same perl as the build process
Ensure the same perl binary is used to generate the docs as used to build the module, to ensure consistency (i.e. don't use the system perl if a different perl is used)
2015-11-07 11:37:57 +00:00
Duncan Ferguson
4c38c4d1f4 Fix perl intepreter for use under perlbrew 2015-11-04 09:56:52 +00:00
Duncan Ferguson
4157d9f3e2 Release 4.04 2015-11-03 21:18:13 +00:00
Duncan Ferguson
2f26815445 Get the custom command 'Build email' working
Not sure when or how it broke, and I don't like this fix much, but at least it is working again.
2015-11-03 21:15:09 +00:00
Duncan Ferguson
5e8f1b1166 Perltidy to pass the test 2015-11-03 20:59:18 +00:00
Duncan Ferguson
502c3888b0 Record README file change 2015-10-10 12:18:37 +01:00
Duncan Ferguson
b4edd6abdb Amend license/copyright section to match other files 2015-10-10 12:17:28 +01:00
Duncan Ferguson
c0f2b8af41 Update copyright year 2015-10-01 18:15:51 +01:00
Duncan Ferguson
1d492e3ba2 Minor doc corrections 2015-10-01 18:15:01 +01:00
Duncan Ferguson
9046e4b088 Move project links to github 2015-10-01 18:14:32 +01:00
Duncan Ferguson
94d3bca20e Merge pull request #43 from mperry2/move_send_menu
Move send menu file to $HOME/.clusterssh directory
2015-10-01 07:32:55 +01:00
Duncan Ferguson
e1df115736 Add docs for use_natural_sort 2015-09-30 18:03:05 +01:00
Duncan Ferguson
595cfab20c Improve host tests t/10host.t
Use a randomly generated hostname to prevent a clash where a user had a host called 'hostname' on their network

Github issue #23
2015-09-30 17:45:45 +01:00
Duncan Ferguson
efcc12e1d5 Remove unnecessary code 2015-09-30 17:37:24 +01:00
Matt Perry
dda4297711 Move send menu file to $HOME/.clusterssh directory
Move send menu file from $HOME/.csshrc_send_menu to $HOME/.clusterssh
directory.
2015-09-26 09:25:52 -07:00
Duncan Ferguson
b77830dea5 Fix configuration tests for 'use_natural_sort=0' 2015-09-21 22:35:16 +01:00