Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reference-repository
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
grid5000
reference-repository
Commits
f9def9ab
Commit
f9def9ab
authored
8 years ago
by
MICHON Nicolas
Browse files
Options
Downloads
Patches
Plain Diff
[dev] Added wiki namespace in Rakefile
parent
d9e9bb19
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Rakefile
+18
-0
18 additions, 0 deletions
Rakefile
generators/wiki/cpu_parameters.rb
+0
-0
0 additions, 0 deletions
generators/wiki/cpu_parameters.rb
with
18 additions
and
0 deletions
Rakefile
+
18
−
0
View file @
f9def9ab
...
...
@@ -3,6 +3,7 @@ REFAPI_DIR = "./generators/reference-api"
PUPPET_DIR
=
"./generators/puppet"
OAR_DIR
=
"./generators/oar-properties"
VALIDATORS_DIR
=
"./generators/input-validators"
WIKI_DIR
=
"./generators/wiki"
namespace
:puppet
do
...
...
@@ -46,6 +47,23 @@ namespace :validators do
end
end
namespace
:wiki
do
all_wiki_tasks
=
[
:cpu_parameters
]
all_wiki_tasks
.
each
{
|
t
|
desc
"Generate the media parts for
#{
t
}
"
task
t
do
puts
"
#{
WIKI_DIR
}
/
#{
t
}
.rb
#{
$CMD_ARGS
}
"
ruby
"
#{
WIKI_DIR
}
/
#{
t
}
.rb
#{
$CMD_ARGS
}
"
end
}
desc
"Launch all wiki generators"
task
:all
=>
all_wiki_tasks
end
desc
"Creates json data from inputs"
task
"reference-api"
=>
[
"validators:homogeneity"
,
"validators:schema"
]
do
#no args needed here
...
...
This diff is collapsed.
Click to expand it.
generators/wiki/cpu
P
arameters.rb
→
generators/wiki/cpu
_p
arameters.rb
+
0
−
0
View file @
f9def9ab
File moved
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