Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
slapos
Commits
2737cd0b
Commit
2737cd0b
authored
Aug 26, 2013
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not allow buildout to delete ssh private key.
It prevents data loss while upgrading partition.
parent
c6c360a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
software/backupserver/instance-pullrdiffbackup.cfg.in
software/backupserver/instance-pullrdiffbackup.cfg.in
+0
-1
software/backupserver/software.cfg
software/backupserver/software.cfg
+1
-1
No files found.
software/backupserver/instance-pullrdiffbackup.cfg.in
View file @
2737cd0b
...
@@ -75,7 +75,6 @@ recipe = plone.recipe.command
...
@@ -75,7 +75,6 @@ recipe = plone.recipe.command
stop-on-error = true
stop-on-error = true
command = ${dropbear-output:keygen} -t $${:type} -s 2048 -f $${:key}
command = ${dropbear-output:keygen} -t $${:type} -s 2048 -f $${:key}
key = $${directory:ssh}/$${:_buildout_section_name_}
key = $${directory:ssh}/$${:_buildout_section_name_}
location = $${:key}
type = rsa
type = rsa
[{{ slave_reference }}-backup-public_key]
[{{ slave_reference }}-backup-public_key]
...
...
software/backupserver/software.cfg
View file @
2737cd0b
...
@@ -234,7 +234,7 @@ mode = 0644
...
@@ -234,7 +234,7 @@ mode = 0644
[template-pullrdiffbackup]
[template-pullrdiffbackup]
recipe = slapos.recipe.template
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-pullrdiffbackup.cfg.in
url = ${:_profile_base_location_}/instance-pullrdiffbackup.cfg.in
md5sum =
3b1974f3a344fc1c1d86ec4ec44ae2f
f
md5sum =
2de3f1082b1e14610c3ad7109d158e9
f
output = ${buildout:directory}/template-pullrdiffbackup.cfg
output = ${buildout:directory}/template-pullrdiffbackup.cfg
mode = 0644
mode = 0644
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment