Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHEF
cookbooks
cernvm-fs
Commits
b020bb47
Commit
b020bb47
authored
Jan 16, 2014
by
Victor Penso
Browse files
make sure to sing repos before publishing changes
parent
fc9cf18e
Changes
1
Hide whitespace changes
Inline
Side-by-side
files/default/cvmfs-remote
View file @
b020bb47
...
...
@@ -20,6 +20,8 @@ if [ "$#" -eq "2" ]; then
repo_name
=
$2
case
"
$1
"
in
publish
)
# Resign repository to make sure transaction works!
ssh
-qt
$repo_name
'cvmfs_server resign'
# Prepare repository for update
ssh
-qt
$repo_name
'cvmfs_server transaction $repo_name'
# sync local data to the corresponding CVMFS server
...
...
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