Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
backupninja
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Liberate
backupninja
Commits
8098286a
Commit
8098286a
authored
14 years ago
by
intrigeri
Browse files
Options
Downloads
Patches
Plain Diff
dup helper: fix separate signing key usecase.
Thanks to Ian Beckwith for the patch.
parent
13f247af
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
AUTHORS
+1
-1
1 addition, 1 deletion
AUTHORS
ChangeLog
+4
-0
4 additions, 0 deletions
ChangeLog
handlers/dup.helper.in
+1
-1
1 addition, 1 deletion
handlers/dup.helper.in
with
6 additions
and
2 deletions
AUTHORS
+
1
−
1
View file @
8098286a
...
...
@@ -29,7 +29,7 @@ Adam Monsen - spec file updates
Matthew Palmer <mpalmer@debian.org> -- halt loglevel feature
dan@garthwaite.org -- reportspace bugfix
Tuomas Jormola <tj@solitudo.net> -- "when = manual" option
Ian Beckwith <ianb@erislabs.net> -- dup bandwidthlimit fix
Ian Beckwith <ianb@erislabs.net> -- dup bandwidthlimit fix
, dup helper fix
Olivier Berger <oberger@ouvaton.org> -- much work on the dup handler
stefan <s.freudenberg@jpberlin.de> -- dup support for Amazon S3 buckets
maniacmartin <martin@maniacmartin.com> -- rdiff confusing error message fix
...
...
This diff is collapsed.
Click to expand it.
ChangeLog
+
4
−
0
View file @
8098286a
...
...
@@ -27,6 +27,10 @@ version 0.9.9 -- UNRELEASED
. Fix long rotation.
sys:
. Route around broken vgcfgbackup not able to handle multiple VG arguments
helper changes
dup:
. Fix separate signing key usecase. Thanks to Ian Beckwith for
the patch.
version 0.9.8 -- September 12, 2010
backupninja changes
...
...
This diff is collapsed.
Click to expand it.
handlers/dup.helper.in
+
1
−
1
View file @
8098286a
...
...
@@ -179,7 +179,7 @@ do_dup_gpg_signkey() {
dup_gpg_onekeypair
=
no
fi
if
[
"
$dup_gpg_onekeypair
"
==
"no"
}
;
then
if
[
"
$dup_gpg_onekeypair
"
==
"no"
]
;
then
# signkey ?
REPLY
=
while
[
-z
"
$REPLY
"
-o
-z
"
$dup_gpg_signkey
"
]
;
do
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment