Skip to content

Commit

Permalink
use version 0.025.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Aug 25, 2011
1 parent aaff5ca commit 67287ae
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
3 changes: 2 additions & 1 deletion Changes
@@ -1,6 +1,7 @@
0.025
- update variable format check to \w[-\.\w]*
- added SSH_BATCH_PASSPHRASE for -P and SSH_BATCH_PASSWORD env for -w
- added the SSH_BATCH_PASSPHRASE environment for -P and
SSH_BATCH_PASSWORD env for -w
- added passphrase support
- added some doc for tty option

Expand Down
2 changes: 1 addition & 1 deletion META.yml
Expand Up @@ -30,4 +30,4 @@ requires:
resources:
license: http://opensource.org/licenses/bsd-license.php
repository: http://github.com/agentzh/sshbatch
version: 0.026
version: 0.025
5 changes: 1 addition & 4 deletions README
Expand Up @@ -3,7 +3,7 @@ NAME
arithmetic

VERSION
This document describes SSH::Batch 0.024 released on Nov 1, 2010.
This document describes SSH::Batch 0.025 released on 25 August 2011.

SYNOPSIS
The following scripts are provided:
Expand Down Expand Up @@ -47,9 +47,6 @@ SYNOPSIS
# or prompt for password if sudo required...
$ atnodes 'sudo apachectl restart' '{ps}' -w

# use -P to prompt for passphrase (no echo back)
$ atnodes hostname '{ps}' -u agentz -P

# run sudo command if tty required...
$ atnodes -tty 'sudo apachectl restart' '{ps}'

Expand Down
8 changes: 5 additions & 3 deletions bin/fornodes
Expand Up @@ -67,6 +67,8 @@ _EOC_

__END__
=encoding utf-8
=head1 NAME
fornodes - Expand patterns to machine host list
Expand Down Expand Up @@ -105,13 +107,13 @@ Please refer to L<SSH::Batch> for more documentation.
L<key2nodes>, L<atnodes>, L<tonodes>, L<SSH::Batch>, L<Net::OpenSSH>.
=head1 COPYRIGHT AND LICENSE
=head1 COPYRIGHT & LICENSE
This module as well as its programs are licensed under the BSD License.
Copyright (c) 2009, Yahoo! China EEEE Works, Alibaba Inc. All rights reserved.
Copyright (c) 2009, Yahoo! China EEEE Works, Alibaba Inc.
Copyright (C) 2009, Agent Zhang (agentzh). All rights reserved.
Copyright (C) 2009, 2010, 2011, Zhang "agentzh" Yichun (章亦春).
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion lib/SSH/Batch.pm
Expand Up @@ -14,7 +14,7 @@ SSH::Batch - Cluster operations based on parallel SSH, set and interval arithmet
=head1 VERSION
This document describes SSH::Batch 0.024 released on Nov 1, 2010.
This document describes SSH::Batch 0.025 released on 25 August 2011.
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/SSH/Batch/ForNodes.pm
Expand Up @@ -3,7 +3,7 @@ package SSH::Batch::ForNodes;
use strict;
use warnings;

our $VERSION = '0.024';
our $VERSION = '0.025';

use Set::Scalar;
use File::HomeDir;
Expand Down

0 comments on commit 67287ae

Please sign in to comment.