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
grid5000
reference-repository
Commits
e39d7383
Commit
e39d7383
authored
Nov 16, 2018
by
Lucas Nussbaum
Browse files
revert use of activesupport
parent
ebfdc8cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/refrepo/gen/wiki/mw_utils.rb
View file @
e39d7383
require
'active_support'
require
'active_support/core_ext/object/deep_dup'
require
'pp'
require
'open-uri'
require
'uri'
...
...
@@ -114,7 +111,7 @@ module G5K
@@global_hash
=
load_yaml_file_hierarchy
end
# return a deep copy of global_hash
return
@@global_hash
.
deep_dup
return
Marshal
.
load
(
Marshal
.
dump
(
@@global_hash
))
end
SITES
=
get_global_hash
[
'sites'
].
keys
.
sort
...
...
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