Skip to content

Commit

Permalink
Replaced significant references to the defunct backup-manager.org
Browse files Browse the repository at this point in the history
  • Loading branch information
dkogan committed Nov 27, 2015
1 parent 2bdaed9 commit b65692b
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 16 deletions.
3 changes: 0 additions & 3 deletions doc/common.ent
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,3 @@
<!-- Backup Manager related information -->
<!ENTITY bmngr "Backup Manager">
<!ENTITY bmngr-version "0.7.7">

<!-- Email addresses -->
<!ENTITY doc-email "<email>[email protected]</email>">
6 changes: 2 additions & 4 deletions doc/user-guide.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,8 @@ has been reviewed by Sven Joachim.
<p>
While the author of this document has tried hard to avoid typos and other
errors, these do still occur. If you discover an error in this manual or if you
want to give any comments, suggestions, or criticisms please send an email to
the development list, [email protected], or submit a bug
report against the "Documentation" product, in the bug tracking
system<footnote>http://bugzilla.backup-manager.org/</footnote>.
want to give any comments, suggestions, or criticisms please create a new issue
at https://github.com/sukria/Backup-Manager/issues

<chapt id="configuration">Configuration files

Expand Down
9 changes: 4 additions & 5 deletions man/backup-manager.8
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ An example should have been provided with the program, most of the time it's
installed in `/usr/share/backup-manager/backup-manager.conf.tpl'.
.P
If you want exhaustive details about how to write your own configuration files,
please refer to the Backup Manager User Guide:
http://www.backup-manager.org/documentation/user-guide/
please refer to the Backup Manager User Guide.
.SH OPTIONS
.P
.B --version
Expand Down Expand Up @@ -70,12 +69,12 @@ Disable the burning process.
Disable the purging process.
.SH BUGS
If you find a bug or want to submit a wish-list to the development team, feel
free to use the official Bug Tracking System: http://bugzilla.backup-manager.org
free to create a new issue at https://github.com/sukria/Backup-Manager/issues
.SH WEBSITE
To find latest news and releases, come to the official website:
http://www.backup-manager.org
https://github.com/sukria/Backup-Manager
.SH SEE ALSO
.BR backup-manager-upload (8),
.BR ssh-keygen (1)
.SH AUTHOR
Alexis Sukrieh <sukria@backup-manager.org>
Alexis Sukrieh <sukria@gmail.com>
2 changes: 1 addition & 1 deletion t/t04-tarball-blacklist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
source testlib.sh
source confs/base.conf

# taken verbatim from file attached to bug #4
# taken verbatim from file attached to bug #4 that previously lived at
# http://bugzilla.backup-manager.org/cgi-bin/attachment.cgi?id=1&action=view
export BM_REPOSITORY_ROOT="$PWD/repository"
export BM_ARCHIVE_METHOD="tarball"
Expand Down
2 changes: 1 addition & 1 deletion t/t10-tarball-dar-blacklist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source testlib.sh

source confs/base.conf

# taken verbatim from file attached to bug #4
# taken verbatim from file attached to bug #4 that previously lived at
# http://bugzilla.backup-manager.org/cgi-bin/attachment.cgi?id=1&action=view
export BM_REPOSITORY_ROOT="$PWD/repository"
export BM_ARCHIVE_METHOD="tarball"
Expand Down
2 changes: 1 addition & 1 deletion t/t11-pipe-method.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source testlib.sh

source confs/base.conf

# taken verbatim from file attached to bug #4
# taken verbatim from file attached to bug #4 that previously lived at
# http://bugzilla.backup-manager.org/cgi-bin/attachment.cgi?id=1&action=view
export BM_REPOSITORY_ROOT="$PWD/repository"
export BM_ARCHIVE_METHOD="pipe"
Expand Down
2 changes: 1 addition & 1 deletion t/t11.2-pipe-encrypted.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source testlib.sh

source confs/base.conf

# taken verbatim from file attached to bug #4
# taken verbatim from file attached to bug #4 that previously lived at
# http://bugzilla.backup-manager.org/cgi-bin/attachment.cgi?id=1&action=view
export BM_REPOSITORY_ROOT="$PWD/repository"
export BM_ARCHIVE_METHOD="pipe"
Expand Down

1 comment on commit b65692b

@dalbani
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The reference to backup-manager.org should be removed from the project description as well:
image

Please sign in to comment.