Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHEF
cookbooks
cernvm-fs
Commits
d468481d
Commit
d468481d
authored
Mar 26, 2015
by
b.neuburger
Browse files
added another missing sudo in cvmfs-remote
parent
c0a34ccc
Changes
2
Hide whitespace changes
Inline
Side-by-side
files/default/cvmfs-remote
View file @
d468481d
...
...
@@ -44,7 +44,7 @@ if [ "$#" -eq "2" ]; then
ssh
-qt
$repo_name
'sudo cvmfs_server publish'
# Show repository revisions
ssh
-qt
$repo_name
"cvmfs_server lstags
$repo_name
| cut -d'|' -f3,4"
ssh
-qt
$repo_name
"
sudo
cvmfs_server lstags
$repo_name
| cut -d'|' -f3,4"
# SSH terminal allocation is needed to allow the command
# a user switch (su)
...
...
metadata.rb
View file @
d468481d
...
...
@@ -4,7 +4,7 @@ maintainer_email "hpc@gsi.de"
license
"Apache 2.0"
description
"Deploya and configure CernVM-FS clients and servers."
long_description
IO
.
read
(
File
.
join
(
File
.
dirname
(
__FILE__
),
'README.md'
))
version
"0.0.
9
"
version
"0.0.
10
"
depends
"sys"
depends
"apache2"
,
"~> 1.8"
supports
"debian"
,
">= 7.0"
Write
Preview
Supports
Markdown
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