Skip to content

Commit

Permalink
Merge pull request #48 from fscheiner/master
Browse files Browse the repository at this point in the history
Pull gtransfer v0.8.1RC1
  • Loading branch information
fscheiner authored Apr 20, 2017
2 parents 0d389c3 + 7ff6ede commit 97fe371
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 9 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2017-04-20 Frank Scheiner <[email protected]>

* 0.8.1 (gtransfer toolkit):

- Fixes

The halias(1) manpage used a wrong name for the halias configuration file
("halias.conf" instead of "aliases.conf"). This is now corrected.

2017-03-27 Frank Scheiner <[email protected]>

* 0.8.0 (gtransfer toolkit):
Expand Down
2 changes: 1 addition & 1 deletion bin/gtransfer-version.bash
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ COPYRIGHT
################################################################################

readonly _program=$( basename "$0" )
readonly _gtransferToolkitVersion="0.8.0"
readonly _gtransferToolkitVersion="0.8.1"

readonly _gtransferTools=( "gtransfer"
"dpath"
Expand Down
7 changes: 5 additions & 2 deletions gtransfer.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: gtransfer
Version: 0.8.0
Version: 0.8.1
Release: 1%{?dist}
Summary: Advanced data transfer tool for GridFTP
Group: base
Expand Down Expand Up @@ -201,7 +201,10 @@ rm -rf %{buildroot}
%{_mandir}/man1/grm.1.gz

%changelog
* Tue Mar 27 2017 Frank Scheiner <[email protected]> 0.8.0-1
* Thu Apr 20 2017 Frank Scheiner <[email protected]> 0.8.1-1
- Updated source version number to new patch level.

* Mon Mar 27 2017 Frank Scheiner <[email protected]> 0.8.0-1
- Updated source package and version number to new release. Also added new gtools to the toolkit.

* Thu Sep 08 2016 Frank Scheiner <[email protected]> 0.7.1-1
Expand Down
6 changes: 3 additions & 3 deletions share/doc/halias.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% HALIAS(1) halias 0.3.0 | User Commands
% Frank Scheiner
% Jan 17, 2017
% Apr 20, 2017


# NAME #
Expand Down Expand Up @@ -45,7 +45,7 @@ Check if a given string is a host alias. Returns 0 if yes, 1 otherwise.

## **-r, --retrieve [_/path/to/host-aliases_] [-q]** ##

Retrieve host aliases from a repository configured in _[...]/halias.conf_ (see
Retrieve host aliases from a repository configured in _[...]/aliases.conf_ (see
below) and store them in the user-provided path or - if no additional path is
given - in the user host aliases directory. If a "-q" is provided, then output
is omitted and success/failure is only reported by the exit value.
Expand All @@ -67,7 +67,7 @@ Prints out version information.
# FILES #


## _[...]/halias.conf_ ##
## _[...]/aliases.conf_ ##

The halias configuration file. The paths to system and user aliases directories
can be configured there.
Expand Down
6 changes: 3 additions & 3 deletions share/man/man1/halias.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "HALIAS" "1" "Jan 17, 2017" "halias 0.3.0" "User Commands"
.TH "HALIAS" "1" "Apr 20, 2017" "halias 0.3.0" "User Commands"
.SH NAME
.PP
\f[B]halias\f[] \- host alias helper utility
Expand Down Expand Up @@ -34,7 +34,7 @@ Returns 0 if yes, 1 otherwise.
.SS \f[B]\-r, \-\-retrieve [\f[I]/path/to/host\-aliases\f[]] [\-q]\f[]
.PP
Retrieve host aliases from a repository configured in
\f[I][...]/halias.conf\f[] (see below) and store them in the
\f[I][...]/aliases.conf\f[] (see below) and store them in the
user\-provided path or \- if no additional path is given \- in the user
host aliases directory.
If a "\-q" is provided, then output is omitted and success/failure is
Expand All @@ -48,7 +48,7 @@ Prints out a help message.
.PP
Prints out version information.
.SH FILES
.SS \f[I][...]/halias.conf\f[]
.SS \f[I][...]/aliases.conf\f[]
.PP
The halias configuration file.
The paths to system and user aliases directories can be configured
Expand Down

0 comments on commit 97fe371

Please sign in to comment.