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
5fdb43f7
Commit
5fdb43f7
authored
Nov 27, 2014
by
Victor Penso
Browse files
Adjust path to /cvmfs storage in cvmfs-remote script
parent
42f3f550
Changes
2
Hide whitespace changes
Inline
Side-by-side
files/default/cvmfs-remote
View file @
5fdb43f7
...
...
@@ -49,7 +49,7 @@ if [ "$#" -eq "2" ]; then
# SSH terminal allocation is needed to allow the command
# a user switch (su)
ssh
-qt
$repo_name
"df -h /cvmfs/
$repo_name
"
ssh
-qt
$repo_name
"df -h
/srv
/cvmfs/
$repo_name
| sed 's|/srv||'
"
;;
resign
)
...
...
metadata.rb
View file @
5fdb43f7
...
...
@@ -3,7 +3,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.
3
"
version
"0.0.
4
"
depends
"sys"
depends
"apache2"
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